Skip to content

Releases: coders51/rabbitmq-stream-js-client

v0.6.2

03 Jul 10:58
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.6.1...v0.6.2

v0.6.1

27 May 13:25
Compare
Choose a tag to compare

What's Changed

  • Add support for EXTERNAL auth by @david-mohr in #213
  • Fix chmod order that causes make rabbitmq-test to not work by @dc1992 in #220
  • chore: add an offset tracking example by @l4mby in #205
  • 217 fix super stream consumer property by @tunniclm in #218
  • 0.5.0 by @tarzacodes in #223
  • 214 question async consumerfunc by @dc1992 in #224
  • 221 allow specifying creditpolicy on superstream consumer by @dc1992 in #225
  • 0.5.1 by @dc1992 in #227
  • 228 some tests are flaky by @dc1992 in #229
  • 230 change stream options when already created by @dc1992 in #233
  • 232 error not supported format code 83 when messsage is published using amqplibamqp 091 by @dc1992 in #236
  • Release 0.6.0 by @dc1992 in #238
  • feat: add optional consumer identifier by @l4mby in #243
  • fix: get default vhost if empty string is provided by @l4mby in #241
  • 242 metadataupdate ends up with unhandledrejection by @l4mby in #245
  • chore: skip failing test for closing consumer callback by @l4mby in #248
  • Fix bug when connecting to the same stream name different vhosts by @david-mohr in #246
  • chore: add jsdoc in publisher and consumer by @l4mby in #249
  • chore: minor refactor in virtual host check by @l4mby in #250
  • wip: single active consumer offset tracking by @l4mby in #247

New Contributors

Full Changelog: 0.4.2...v0.6.1

v0.6.0

17 Feb 15:32
Compare
Choose a tag to compare

What's Changed

  • 230 change stream options when already created by @dc1992 in #233
  • 232 error not supported format code 83 when messsage is published using amqplibamqp 091 by @dc1992 in #236

Full Changelog: v0.5.1...v0.6.0

v0.5.1

20 Jan 14:09
Compare
Choose a tag to compare

What's Changed

  • 214 question async consumerfunc by @dc1992 in #224
  • 221 allow specifying creditpolicy on superstream consumer by @dc1992 in #225

Full Changelog: v0.5.0...v0.5.1

v0.5.0

08 Jan 09:42
Compare
Choose a tag to compare

What's Changed

  • Add support for external auth by @david-mohr in #213
  • Fix chmod parameters' order that caused the command make rabbitmq-test to not work on macOS by @dc1992 in #220
  • Add an offset tracking example by @l4mby in #205
  • Set super-stream property on super stream consumers by @tunniclm in #218

New Contributors

Full Changelog: 0.4.2...v0.5.0

0.4.2 (#212)

26 Aug 09:25
701e1d6
Compare
Choose a tag to compare
Co-authored-by: magne <[email protected]>

v0.4.1

02 Aug 14:37
Compare
Choose a tag to compare

What's Changed

  • feat: expose query offset in the client by @l4mby in #207

Full Changelog: v0.3.0...v0.4.1

v0.4.0

04 Jul 14:14
Compare
Choose a tag to compare

What's Changed

  • Connection closed listener no longer called by the client by @l4mby in #188
  • Update README and add example to show how one might manage auto reconnecting by @icappello in #189
  • SuperStream: enable customized consumerRef, offset by @haile-vnm in #191
  • Close publishers and consumers upon metadata update by @tarzacodes in #195
  • Check if cached connection can support more pubsubs before reusing by @tarzacodes in #198
  • Add configurable policies for consumer credit flow by @icappello in #196
  • Update tooling to node 20 by @tarzacodes in #199

New Contributors

Full Changelog: v0.3.0...v0.4.0

v0.3.1

05 Feb 16:37
Compare
Choose a tag to compare

What's Changed

  • [bugfix] Reading of byte message annotations by @l4mby in #182

Full Changelog: v0.3.0...v0.3.1

v0.3.0

01 Feb 14:05
55631e7
Compare
Choose a tag to compare

What's Changed

  • Publishing in batch and compression on superstreams by @tarzacodes in #168
  • Adds filter values when publishing by @l4mby in #171
  • Adds filtering feature on consumer side by @l4mby in #172
  • Specify connection name when creating a client by @icappello in #177
  • Fixed bug on creation of streams with arguments by @l4mby in #176

Full Changelog: v0.2.0...v0.3.0