Skip to content

v0.1.4

Compare
Choose a tag to compare
@github-actions github-actions released this 28 Jun 17:17
· 24 commits to main since this release

v0.1.4 (2022-06-28)

Performance Improvements

  • channel: performance improvements (#36) (2e34f07)

v0.1.3 (2022-05-18)

Chore

  • metrics: add event level metrics (#27)
  • proto: buf lint fix (#29)

Docs

  • adding protocol agnostic documentation (#20)

Fix

  • host tag got overridden (#26)

Perf

  • websockets: performance optimisations for websockets (#25)

Refactor

  • update package names (#34)
  • introduces bootstrapper to orchestrate server initialization (#23)

v0.1.2 (2021-11-23)

Features

  • Refactor codebase to Collector based design (#19 ) (193ba4d)
  • Added support for JSON in websocket (#19 ) (193ba4d)
  • Added support for REST endpoint with JSON and protobuf as supported data formats. (#19 ) (193ba4d)
  • Added support for GRPC. (#19 ) (193ba4d)

Bug Fixes

NA

v0.1.1 (2021-10-28)

Features

Bug Fixes

  • checkorigin toggle rejects every connection when set to false (b381101)