v1.27.0
What's Changed
Small fixes to NATS core functionality and JetStream
- [FIX] [CORE] fixed an issue where permission errors related queue subscriptions was not properly notified to the client by @aricart in #701
- [FIX] [CORE] account expired protocol message was not notified properly by @aricart in #702
- [FEAT] [CORE] added connect option
resolve
, which allows a client to opt out of hostname resolution by @aricart in #704 - [FIX] [KV] fixed an issue where
maxBucketSize
(deprecated option) overrodemax_bytes
by @aricart in #707 - [FIX] [JS] honor JS timeout in ackAck() and also allow to override by @aricart in #708
- [FEAT] [KV] added support for listing keys with multiple filters by @aricart in #710
- [BUMP] ci dependencies and client version by @aricart in #711
Full Changelog: v1.26.0...v1.27.0