Skip to content

Releases: opentdf/web-sdk

2.0.0

18 Oct 19:14
9637022
Compare
Choose a tag to compare

Stable release of the 2.x branch, this release focuses on improved stability of the nanoTDF and ZTDF APIs.

Breaking Changes:

  • #285 Targets Node 20 (replacing the previous target of node 18)
  • #210 Removes 'remote-store' AWS S3 Client code to a separate library. See the README for more information.
  • #362 error type revision

New Features

  • #350 ZTDF Assersions
  • #362 More fine grained errors
  • #351, #349 Attribute based configuration of ZTDF KAOs
  • #346 NanoTDF ECDSA policy
  • #243 Key Identifier support (support for KAS key rotation)
  • Allow List for decrypt

Bug fixes

  • A large number of dep updates, and many removals
  • #353 10MiB cap on manifest size

Other changes of note:

1.3.0

16 Aug 21:34
459cb42
Compare
Choose a tag to compare
  • Adds new allowKases allowlist feature for clients, to enable preventing surprising requests to unknown KAS services when decrypting a .tdf or .ntdf file
  • Fixes bug in bundling of ajv tool

1.2.1

02 Aug 18:26
809caca
Compare
Choose a tag to compare
  • Allow injection of custom CryptoService SPIs for tdf3 clients
  • Continues to deprecate and remove node-specific code in favor of 'web first' code where possible
  • Notably, this removes built-in support for node files and streams

1.0.0

13 Jun 15:00
v1.0.0
aaf87c5
Compare
Choose a tag to compare

0.5.0

12 May 19:44
fb2b0f8
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.4.0...0.5.0

v0.4.0

13 Apr 14:39
e2e7d04
Compare
Choose a tag to compare

This release contains logic to retry downloads from chunked URL sources among other RCA improvements for upload/download

What's Changed

Read more