Skip to content

v2.8.0

Compare
Choose a tag to compare
@aricart aricart released this 22 Aug 20:12
· 51 commits to main since this release
e7b18d3

What's Changed

  • [UPDATE] nbc to 1.8.0 - this release contains many enhancements and fixes to JetStream and KV. It also implements ObjectStore. See the linked description for more information.

nats.js changes

  • [UPDATE] nkeys.js deps to 1.0.3 by @aricart in #511
  • [FEAT] added support for consuming objectstore feat from nbc by @aricart in #515, this required the introduction of a shim web-streams-polyfill to support ReadableStreams. Note that objectstore also requires crypto.subtle, which must be client shimmed on node 14. Newer node runtimes provide the shim automatically as part of the built-in crypto module.

Full Changelog: v2.7.1...v2.8.0