Skip to content

Releases: shivanshkc/rosenbridge

v2.0.0

30 Dec 09:53
Compare
Choose a tag to compare

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

v1.1.0

22 Dec 10:58
Compare
Choose a tag to compare

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)

v1.0.1

05 Jul 11:25
Compare
Choose a tag to compare

1.0.1 (2022-07-05)

Bug Fixes

  • core: attach post message internal handler (5775902)

v1.0.0

05 Jul 08:41
Compare
Choose a tag to compare

1.0.0 (2022-07-05)

Bug Fixes

  • core: export message types (d1019d6)
  • core: remove regex validation for testing (65a134f)
  • test: remove t.Parallel calls (8c06a53)

Features

  • core: add access layer for get bridge api (6cbb33a)
  • core: add access layer for post message api (36adec2)
  • core: add access layer for post message internal route (c172745)
  • core: add bridge impl (1235dd5)
  • core: add cluster comm impl (2ef6b65)
  • core: add core func definitions and test files (7f1883a)
  • core: add create bridge core function logic (d7cd8d5)
  • core: add get persisted messages function (7ed8fbc)
  • core: add more deps (d13506b)
  • core: add post message internal (fbf39d8)
  • core: add request headers in cluster comm impl (1c0d1e2)
  • core: simplify http error body (c2ee991)
  • cpre: create bridge tests and post message core function (a1eb929)
  • test: add creat bridge tests (c656480)
  • test: add ip utils tests (cd8fb8d)
  • test: correct post message function tests (72d77a6)
  • test: progress on post message tests (161b25c)
  • tests: add post message internal tests (959f3b5)
  • tests: add post message tests (19bad2a)

BREAKING CHANGES

  • core: new release

v0.1.0

27 May 07:21
Compare
Choose a tag to compare

0.1.0 (2022-05-27)

Bug Fixes

  • lint: ignore exhaustruct (be4107e)

Features

  • core: add basic framework elements (e1f7eb4)