File tree Expand file tree Collapse file tree 8 files changed +24
-7
lines changed
src/main/java/io/opentdf/platform
src/main/java/io/opentdf/platform/sdk Expand file tree Collapse file tree 8 files changed +24
-7
lines changed Original file line number Diff line number Diff line change 11{
2- "." : " 0.11.1 "
2+ "." : " 0.12.0 "
33}
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 0.12.0] ( https://github.com/opentdf/java-sdk/compare/v0.11.1...v0.12.0 ) (2026-01-15)
4+
5+
6+ ### ⚠ BREAKING CHANGES
7+
8+ * ** sdk:** remove NanoTDF implementation ([ #321 ] ( https://github.com/opentdf/java-sdk/issues/321 ) )
9+
10+ ### Features
11+
12+ * ** sdk:** enhance assertion verification to support jwk and x509 certificates ([ #322 ] ( https://github.com/opentdf/java-sdk/issues/322 ) ) ([ 251fea2] ( https://github.com/opentdf/java-sdk/commit/251fea2ad92581f9e3127d790d5caacddf58f400 ) )
13+ * ** sdk:** expose base key ([ #323 ] ( https://github.com/opentdf/java-sdk/issues/323 ) ) ([ c370a46] ( https://github.com/opentdf/java-sdk/commit/c370a461caaa09b2010b82355685944af4a34344 ) )
14+
15+
16+ ### Bug Fixes
17+
18+ * ** sdk:** remove NanoTDF implementation ([ #321 ] ( https://github.com/opentdf/java-sdk/issues/321 ) ) ([ 63715d2] ( https://github.com/opentdf/java-sdk/commit/63715d2c72b6a5124bd7df0fc8bcc19ab02c5b0d ) )
19+
320## [ 0.11.1] ( https://github.com/opentdf/java-sdk/compare/v0.11.0...v0.11.1 ) (2025-12-08)
421
522
Original file line number Diff line number Diff line change 44 <parent >
55 <groupId >io.opentdf.platform</groupId >
66 <artifactId >sdk-pom</artifactId >
7- <version >0.11.2-SNAPSHOT </version >
7+ <version >0.12.0 </version >
88 </parent >
99 <artifactId >cmdline</artifactId >
1010 <properties >
Original file line number Diff line number Diff line change 5353 */
5454class Versions {
5555 // Version of the SDK, managed by release-please.
56- public static final String SDK = "0.11.2-SNAPSHOT " ; // x-release-please-version
56+ public static final String SDK = "0.12.0 " ; // x-release-please-version
5757
5858 // This sdk aims to support this version of the TDF spec; currently 4.3.0.
5959 public static final String TDF_SPEC = "4.3.0" ;
Original file line number Diff line number Diff line change 44 <parent >
55 <artifactId >sdk-pom</artifactId >
66 <groupId >io.opentdf.platform</groupId >
7- <version >0.11.2-SNAPSHOT </version >
7+ <version >0.12.0 </version >
88 </parent >
99
1010 <groupId >io.opentdf.platform</groupId >
Original file line number Diff line number Diff line change 55
66 <groupId >io.opentdf.platform</groupId >
77 <artifactId >sdk-pom</artifactId >
8- <version >0.11.2-SNAPSHOT </version >
8+ <version >0.12.0 </version >
99 <name >io.opentdf.platform:sdk-pom</name >
1010 <description >OpenTDF Java SDK</description >
1111 <url >https://github.com/opentdf/java-sdk</url >
Original file line number Diff line number Diff line change 66 <parent >
77 <artifactId >sdk-pom</artifactId >
88 <groupId >io.opentdf.platform</groupId >
9- <version >0.11.2-SNAPSHOT </version >
9+ <version >0.12.0 </version >
1010 </parent >
1111 <packaging >jar</packaging >
1212 <properties >
Original file line number Diff line number Diff line change 1212class Version implements Comparable <Version > {
1313
1414 // Version of the SDK, managed by release-please.
15- public static final String SDK = "0.11.2-SNAPSHOT " ; // x-release-please-version
15+ public static final String SDK = "0.12.0 " ; // x-release-please-version
1616
1717 private final int major ;
1818 private final int minor ;
You can’t perform that action at this time.
0 commit comments