What's Changed
NBC 1.12.1 enhances KV create entry to retry the operation and update the value if the previous value is a deleted key.
- [BUMP] nbc to v1.12.1
Node JS specific
The objectstore API has requirements on ES ReadableStream and ES crypto. Previous releases of object store functionality relied on web-streams-polifill/ponyfill. This created issues for other downstream consumers. Starting with this release object store on node 16 or better will use built-in stream/web instead. Note that objectstore is not supported in node versions less than 16.
Full Changelog: v2.12.0...v2.12.1