Skip to content

v1.23.0

Compare
Choose a tag to compare
@aricart aricart released this 22 Apr 20:09
· 11 commits to main since this release
66a47b9

What's Changed

This release has some small set of important enhancements and fixes for the Nats-Base-Library:

  • Kv watcher reliability is improved in cases where the server may restart.
  • Kv watchers/history support multiple filters

In more detail:

  • [FIX] [JETSTREAM] [KV] Kv Watcher reliability during server restarts by @aricart in #689
  • [FEAT] [JETSTREAM] [KV] support multiple key filters on watchers/history by @aricart in #681
  • [INTERNAL] mechanism to retrieve connection info by @aricart in #684
  • [FIX] exposed Publisher type for downstream consumption by @aricart in #685
  • [FEAT] [CORE] added the ability to publish by providing a Msg argument by @aricart in #686
  • [CHANGE] moved nanos() and millis() to nats-base-client as they are referenced by the base library by @aricart in #687

Full Changelog: v1.22.0...v1.23.0