This repository has been archived by the owner on May 2, 2022. It is now read-only.
Releases: virtru/tdf-spec
Releases · virtru/tdf-spec
4.2.1
Spec version 4.2.0
Non-client-breaking change: Adds schema changes for supporting multi-entity claims
Spec version 4.1.0
- 4.1.0 Spec version 4.1.0 - Breaking change, adds OIDC support and deprecates Entity Objects
Sync git version with VERSION
Git tags and VERSION file should be in sync - no other changes.
3.3.2 Release
📝 PLAT-897 Allow separate signing and wrapper keys (#24) - Add a second 'signerPublicKey' field to an EO - This is an ephemeral public key a client may use to sign rewrap and other requests associated with the EO. - This is required as some algorithms and key types are more suited for encryption and others for signatures. Notably, we must support this for the smaller keys and restricted set of algorithms that NanoTDF will likely impose - Implementation(s): - Client [nanotdf for javascript](https://github.com/virtru/eternia/pull/78) - Client [c++](https://github.com/virtru/tdf3-cpp/pull/193) - Service [OpenStack EAS and KAS (python)](https://github.com/virtru/etheria/pull/295)
Release with MIT License
This release has MIT OSS licensing.
mediaType field added
Merge pull request #13 from virtru/mimeType-addition add mimeType