·
11 commits
to main
since this release
SDK 0.2.0
Creates new type OpenTDF
, which adds more uniform createX
and read
methods for TDF objects, instead of separate client objects for each file format.
Breaking Changes!
- #407 Sequesters old APIs into the
@opentdf/sdk/singlecontainer
entry point. If the old API is desired, use this import, not@opentdf/sdk
. - #397 Generates TDF3 version 4.3.0
New Features
- #407: New
OpenTDF
client object API