Skip to content

v1.20.0

Compare
Choose a tag to compare
@aricart aricart released this 11 Mar 14:59
· 102 commits to main since this release
0718202

What's Changed

  • [FEAT] [KV] Start a watcher at a specific revision, added KvWatchOptions.resumeFromRevision by @aricart in #651
  • [FIX] [KV] KvWatchInclude was exported as a typescript type, but it shouldn't have been - it is an enum. by @aricart in #658
  • [FIX] [JS] [ORDERED CONSUMER] Replay policy not re-set when recreating by @aricart in #655
  • [FEAT] [JS] Create a paused consumer and JSM APIs to pause and resume a consumer - this feature requires nats-server 2.11.0 or better by @aricart in #653
  • [FEAT] [JS] [INTERNAL] Direct batch by @aricart in #654
  • [FIX] Remove initialization from nuid module creation until invoked. by @aricart in #649

Full Changelog: v1.19.0...v1.20.0