Skip to content

Releases: raystack/raccoon

v0.2.3

19 Jun 01:14
a9f57c7
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.2.2...v0.2.3

v0.2.2

15 Sep 08:59
af275df
Compare
Choose a tag to compare

What's Changed

  • CORS support
  • Prometheus metrics exporter

New Contributors

Full Changelog: v0.2.1...v0.2.2

v0.2.1

18 Jul 07:51
b7d1fcf
Compare
Choose a tag to compare

What's Changed

  • feat: support for local build in arm64/apple silicon by @punit-kulal in #59

New Contributors

Full Changelog: v0.2.0...v0.2.1

v0.2.0

06 Jul 08:42
8a6c348
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.5...v0.2.0

v0.1.5

16 Sep 04:33
ef219b6
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.1.4...v0.1.5

v0.1.4

28 Jun 17:17
Compare
Choose a tag to compare

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)

v0.1.3

18 May 10:59
Compare
Choose a tag to compare

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)

v0.1.2

23 Nov 10:37
193ba4d
Compare
Choose a tag to compare

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

28 Oct 11:08
Compare
Choose a tag to compare

v0.1.1 (2021-10-28)

Features

Bug Fixes

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

v0.1.0

26 May 16:49
Compare
Choose a tag to compare

v0.1.0 (2021-05-26)

Features

  • add websocket support
  • add kafka topic routing

Docs

  • add documentations on gitbook