Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# [1.1.0](v1.0.1...v1.1.0) (2022-12-22) ### Bug Fixes * **ci:** cd-test does not need lint ([d66b3d3](d66b3d3)) * **ci:** config location fix ([cfd819b](cfd819b)) * **ci:** fix config location ([df99e6a](df99e6a)) * **ci:** update ci action versions ([39117ce](39117ce)) * **core:** cleanup bridge manager impl ([1f5efba](1f5efba)) * **core:** correct nomenclature in comments ([cbf98fe](cbf98fe)) * **core:** discovery addr resol fix ([354a76d](354a76d)) * **core:** fix validation bug ([3c84a6f](3c84a6f)) * **core:** import fix ([5e7dfd0](5e7dfd0)) * **core:** log only the file name, not path elements ([d99e9e9](d99e9e9)) * **core:** project id is fetched after server starts ([3d927c1](3d927c1)) * **core:** remove discovery address job and extra ci file ([1a621a3](1a621a3)) * **core:** response body read fix ([425763f](425763f)) * **core:** url formatting bug fix ([33c5bf1](33c5bf1)) ### Features * **ci:** add cd test for cloud run testing ([d09a2bc](d09a2bc)) * **ci:** add github actions ([f30652d](f30652d)) * **ci:** cd-test only deploys ([f0da085](f0da085)) * **core:** add access layer for get bridge ([e190992](e190992)) * **core:** add access layer for list bridges ([b54a617](b54a617)) * **core:** add access layer for post message ([95f0a06](95f0a06)) * **core:** add access layer for post message internal ([1be3bd9](1be3bd9)) * **core:** add addr fetch logic in gcp resolver ([7ee2dff](7ee2dff)) * **core:** add all dep definitions ([12520e9](12520e9)) * **core:** add bridge and bridge-manager deps ([6aa1502](6aa1502)) * **core:** add bridge-database dep ([e3b4f77](e3b4f77)) * **core:** add configs ([b5d2c5e](b5d2c5e)) * **core:** add create bridge method ([b3e709e](b3e709e)) * **core:** add dep skeletons and database connectivity ([edb7f5e](edb7f5e)) * **core:** add disovery address resolver local ([ed774a1](ed774a1)) * **core:** add handlers and router ([714e70d](714e70d)) * **core:** add intercom dep ([312ff1e](312ff1e)) * **core:** add intro handler ([b717142](b717142)) * **core:** add list bridges api def ([5cb3d6b](5cb3d6b)) * **core:** add list bridges function ([6812294](6812294)) * **core:** add list bridges handler def and response headers in bridge create params ([db158fb](db158fb)) * **core:** add logger ([f0bea1b](f0bea1b)) * **core:** add middleware ([464dba3](464dba3)) * **core:** add more gcp api ([02a4cdf](02a4cdf)) * **core:** add post message func ([a8b824c](a8b824c)) * **core:** add post message internal func ([77cc2ba](77cc2ba)) * **core:** add solo mode config option ([ea71e81](ea71e81)) * **core:** add some validations ([136f8b2](136f8b2)) * **core:** add struct fields in impls ([06daaa8](06daaa8)) * **core:** add validations ([0d9dd42](0d9dd42)) * **core:** added docker files ([5540092](5540092)) * **core:** bridge create params do not accept bridge limits ([72f7af3](72f7af3)) * **core:** discovery address resolution ([1d9421f](1d9421f)) * **core:** include node addr in bridge status ([6a24caa](6a24caa)) * **core:** progress on gcp addr resolver ([d07e9f5](d07e9f5)) * **core:** progress with post message func ([2252328](2252328)) * **core:** remove most boilerplate, progress on core ([275e471](275e471)) * **core:** remove separate struct for create bridge params ([9f118e9](9f118e9)) * **core:** restructure core and api ([833e285](833e285)) * **core:** roll back post message internal and update bridge manager interface ([6cd6fea](6cd6fea))
- Loading branch information