Releases: opentdf/java-sdk
Releases · opentdf/java-sdk
v0.13.0
What's Changed
- feat(sdk): expose SRT signer by @strantalis in #329
- chore(ci): add dev artifact workflow for xtest optimization by @pflynn-virtru in #331
- chore(ci): Add release branch to pull request checks by @dmihalcik-virtru in #333
- chore(sdk): bump org.assertj:assertj-core from 3.8.0 to 3.27.7 in /sdk by @dependabot[bot] in #334
- fix(docs): DSPX-2409 replace SDK README code example with working code by @marythought in #336
- feat(sdk): DSPX-2418 add discovery convenience methods by @marythought in #339
- fix: add a default assertion id if one is not specified by @mkleene in #341
- chore(ci): Fix update-platform-branch to properly set platform.branch and update PR details by @elizabethhealy in #342
- fix(sdk): Updates to proto version v0.16.0 by @github-actions[bot] in #308
- fix(sdk): Support RSA4096 Kas keys by @elizabethhealy in #343
- fix(sdk): Support kas keys with extended EC methods by @elizabethhealy in #344
- feat(sdk): add EntityIdentifier convenience constructors by @marythought in #346
- chore(main): release 0.12.1-SNAPSHOT by @opentdf-automation[bot] in #328
- chore(main): release 0.13.0 by @opentdf-automation[bot] in #327
New Contributors
- @dependabot[bot] made their first contribution in #334
- @marythought made their first contribution in #336
- @github-actions[bot] made their first contribution in #308
Full Changelog: v0.12.0...v0.13.0
dev (2c55e319ee0a42a1a3e56b386a86a05be2b59bfd)
Development build from main branch.
v0.12.0
v0.11.1
v0.11.0
v0.10.0
0.10.0 (2025-09-02)
⚠ BREAKING CHANGES
- sdk: add base key and support for key grants in ZTDF (#271)
Features
- ability to set connect-rpc protocol (#285) (47041c5)
- add system metadata assertion (#270) (d235f13)
- expose AuthorizationService v2 (#287) (d1fd106)
- introduce the base key for nano flows (#273) (d337704)
- sdk: add base key and support for key grants in ZTDF (#271) (c3b79db)
Bug Fixes
v0.9.0
v0.8.1
v0.8.0
0.8.0 (2025-05-27)
⚠ BREAKING CHANGES
- sdk: better control which classes we expose (#254)
- sdk: expose method to build an http client (#256)
- sdk: switch to
connect-rpcfor GRPC (#244) - sdk: DSPX-1037 update sdk api (#249)
Features
- Add initial Dependency Review configuration (#252) (ba11d49)
- sdk: add nanotdf plaintext policy (#259) (be9cd94)
- sdk: better control which classes we expose (#254) (e00eeaf)
- sdk: DSPX-1037 update sdk api (#249) (f2e1307)
- sdk: expose method to build an http client (#256) (2cac97c)
- sdk: switch to
connect-rpcfor GRPC (#244) (ff36a1d)