Releases: coders51/rabbitmq-stream-js-client
Releases · coders51/rabbitmq-stream-js-client
v0.6.2
What's Changed
- 259 As a developer, I want the connection pool as an instance by @apietroni51 in #263
- 260 refactoring: manage connections inside pool by @apietroni51 in #264
- [IS-258/chore]: readme enrichment by @l4mby in #268
- #265 optional ssl params, wip on rejectUnauthorized by @apietroni51 in #266
- Some improvement suggestions on Offset manipulation for consumers by @albertobarrila in #270
- fix test matrix and package audit by @albertobarrila in #271
- fix cannot close client after consumer by @apietroni51 in #272
- 262# hide manuallyClose param in close methods by @apietroni51 in #269
Full Changelog: v0.6.1...v0.6.2
v0.6.1
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
- @david-mohr made their first contribution in #213
- @dc1992 made their first contribution in #220
- @tunniclm made their first contribution in #218
Full Changelog: 0.4.2...v0.6.1
v0.6.0
v0.5.1
v0.5.0
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
- @david-mohr made their first contribution in #213
- @dc1992 made their first contribution in #220
- @tunniclm made their first contribution in #218
Full Changelog: 0.4.2...v0.5.0
0.4.2 (#212)
Co-authored-by: magne <[email protected]>
v0.4.1
v0.4.0
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
- @haile-vnm made their first contribution in #191
Full Changelog: v0.3.0...v0.4.0
v0.3.1
What's Changed
Full Changelog: v0.3.0...v0.3.1
v0.3.0
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