Release async-nats v0.19.0
Jarema
released this
02 Sep 12:57
·
609 commits
to main
since this release
Overview
This release is focused on resilience of the client against network issues.
It also adds some utility methods, Stream Republish and improvements for Pull Consumers.
Added
- Add server info by @Jarema in #600
- Add server compatibility check function by @Jarema in #603
- Add stream info and cached_info by @Jarema in #599
- Add custom request prefix option by @Jarema in #604
- Add connection timeout by @thed0ct0r in #607
- Add stream republish by @Jarema in #613
- Add timeout to double_ack by @Jarema in #617
- Add internal connection state watcher by @Jarema in #606
- Add miss Pull Consumer heartbeats error by @Jarema in #627
- Add purge subject by @Jarema in #620
Fixed
- Fix jetstream reconnect by @Jarema in #610
- Fix typos in readme's by @insmo in #618
- Fix voldemort error by @Jarema in #626
- Jarema/fix pull consumer deadlock by @Jarema in #619
Thanks to all contributors for helping out, taking part in discussion and detailed issue reports!
New Contributors
- @thed0ct0r made their first contribution in #607
- @insmo made their first contribution in #618
Full Changelog: async-nats/v0.18.0...async-nats/v0.19.0