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-incrypto
module.
Full Changelog: v2.7.1...v2.8.0