Skip to content

Latest commit

 

History

History
95 lines (72 loc) · 8.88 KB

CHANGELOG.md

File metadata and controls

95 lines (72 loc) · 8.88 KB

2.0.0 (2022-12-30)

Bug Fixes

  • core: add missing error logs and websocket origin check (465ed0a)
  • core: bug fixes (6dab53b)

Features

  • core: accept client ID in route params for browser compatibility (741db5a)
  • core: client_id is now a query parameter (11f0b0f)

BREAKING CHANGES

  • core: GetBridge API change
  • core: connect api interface change

2.0.0 (2022-12-29)

Features

  • core: accept client ID in route params for browser compatibility (741db5a)

BREAKING CHANGES

  • core: connect api interface change

1.1.0 (2022-12-22)

Bug Fixes

  • ci: cd-test does not need lint (d66b3d3)
  • ci: config location fix (cfd819b)
  • ci: fix config location (df99e6a)
  • ci: update ci action versions (39117ce)
  • core: cleanup bridge manager impl (1f5efba)
  • core: correct nomenclature in comments (cbf98fe)
  • core: discovery addr resol fix (354a76d)
  • core: fix validation bug (3c84a6f)
  • core: import fix (5e7dfd0)
  • core: log only the file name, not path elements (d99e9e9)
  • core: project id is fetched after server starts (3d927c1)
  • core: remove discovery address job and extra ci file (1a621a3)
  • core: response body read fix (425763f)
  • core: url formatting bug fix (33c5bf1)

Features

  • ci: add cd test for cloud run testing (d09a2bc)
  • ci: add github actions (f30652d)
  • ci: cd-test only deploys (f0da085)
  • core: add access layer for get bridge (e190992)
  • core: add access layer for list bridges (b54a617)
  • core: add access layer for post message (95f0a06)
  • core: add access layer for post message internal (1be3bd9)
  • core: add addr fetch logic in gcp resolver (7ee2dff)
  • core: add all dep definitions (12520e9)
  • core: add bridge and bridge-manager deps (6aa1502)
  • core: add bridge-database dep (e3b4f77)
  • core: add configs (b5d2c5e)
  • core: add create bridge method (b3e709e)
  • core: add dep skeletons and database connectivity (edb7f5e)
  • core: add disovery address resolver local (ed774a1)
  • core: add handlers and router (714e70d)
  • core: add intercom dep (312ff1e)
  • core: add intro handler (b717142)
  • core: add list bridges api def (5cb3d6b)
  • core: add list bridges function (6812294)
  • core: add list bridges handler def and response headers in bridge create params (db158fb)
  • core: add logger (f0bea1b)
  • core: add middleware (464dba3)
  • core: add more gcp api (02a4cdf)
  • core: add post message func (a8b824c)
  • core: add post message internal func (77cc2ba)
  • core: add solo mode config option (ea71e81)
  • core: add some validations (136f8b2)
  • core: add struct fields in impls (06daaa8)
  • core: add validations (0d9dd42)
  • core: added docker files (5540092)
  • core: bridge create params do not accept bridge limits (72f7af3)
  • core: discovery address resolution (1d9421f)
  • core: include node addr in bridge status (6a24caa)
  • core: progress on gcp addr resolver (d07e9f5)
  • core: progress with post message func (2252328)
  • core: remove most boilerplate, progress on core (275e471)
  • core: remove separate struct for create bridge params (9f118e9)
  • core: restructure core and api (833e285)
  • core: roll back post message internal and update bridge manager interface (6cd6fea)