This release focuses on adding limit markers support to KV.
Added
- Add more detailed tracing by @caspervonb in #1393
- Add kv limit markers by @Jarema in #1404
- Add create_or_update and update methods to KV by @Jarema in #1407
Fixed
- Always use try_send on events channels to avoid potential blocks by @Jarema in #1391
- Revert endless retry on consumer info by @Jarema in #1399
- Fix consumer info error handling by @Jarema in #1400
- Handle no responders in Consumers and never giving up by @Jarema in #1398
- Fix typo in documentation of stream.rs by @RasmusRendal in #1395
Changed
New Contributors
- @RasmusRendal made their first contribution in #1395
Full Changelog: async-nats/v0.40.0...async-nats/v0.41.0