File tree Expand file tree Collapse file tree
src/main/java/io/opentdf/platform
src/main/java/io/opentdf/platform/sdk Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
2- "." : " 0.15 .0"
2+ "." : " 0.16 .0"
33}
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 0.16.0] ( https://github.com/opentdf/java-sdk/compare/v0.15.0...v0.16.0 ) (2026-06-18)
4+
5+
6+ ### ⚠ BREAKING CHANGES
7+
8+ * ** sdk:** remove bouncycastle and ayza libraries ([ #367 ] ( https://github.com/opentdf/java-sdk/issues/367 ) )
9+
10+ ### Features
11+
12+ * ** sdk:** remove bouncycastle and ayza libraries ([ #367 ] ( https://github.com/opentdf/java-sdk/issues/367 ) ) ([ 63b49af] ( https://github.com/opentdf/java-sdk/commit/63b49af858f5eb78ea3db72d2fe991abdb3fcec8 ) )
13+ * verify that BC works with ` approved_only ` mode set ([ #375 ] ( https://github.com/opentdf/java-sdk/issues/375 ) ) ([ 36fd6cf] ( https://github.com/opentdf/java-sdk/commit/36fd6cf0f75f986f2d4e456f47ee83c55756d2f7 ) )
14+
315## [ 0.15.0] ( https://github.com/opentdf/java-sdk/compare/v0.14.0...v0.15.0 ) (2026-04-29)
416
517
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.15.1-SNAPSHOT </version >
7+ <version >0.16.0 </version >
88 </parent >
99 <artifactId >cmdline</artifactId >
1010 <properties >
Original file line number Diff line number Diff line change 5252 */
5353class Versions {
5454 // Version of the SDK, managed by release-please.
55- public static final String SDK = "0.15.1-SNAPSHOT " ; // x-release-please-version
55+ public static final String SDK = "0.16.0 " ; // x-release-please-version
5656
5757 // This sdk aims to support this version of the TDF spec; currently 4.3.0.
5858 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.15.1-SNAPSHOT </version >
7+ <version >0.16.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.15.1-SNAPSHOT </version >
8+ <version >0.16.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 11<?xml version =" 1.0" encoding =" UTF-8" ?>
2- <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
2+ <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
43 <modelVersion >4.0.0</modelVersion >
54 <parent >
65 <groupId >io.opentdf.platform</groupId >
76 <artifactId >sdk-pom</artifactId >
8- <version >0.15 .0</version >
7+ <version >0.16 .0</version >
98 </parent >
109 <artifactId >sdk-fips-bouncycastle</artifactId >
1110 <name >io.opentdf.platform:sdk-fips-bouncycastle</name >
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.15.1-SNAPSHOT </version >
9+ <version >0.16.0 </version >
1010 </parent >
1111 <packaging >jar</packaging >
1212 <properties >
1818 <okhttp .version>4.12.0</okhttp .version>
1919 <platform .branch>protocol/go/v0.16.0</platform .branch>
2020 <!-- in the non-FIPS case we don't need to pass anything to the jvm -->
21- <java .security.properties.test></ java .security.properties.test >
21+ <java .security.properties.test/ >
2222 <!-- Default empty argLine; overridden by jacoco:prepare-agent when the `coverage` profile is active -->
23- <argLine ></ argLine >
23+ <argLine / >
2424 </properties >
2525 <dependencies >
2626 <!-- Logging Dependencies -->
Original file line number Diff line number Diff line change 1313class Version implements Comparable <Version > {
1414
1515 // Version of the SDK, managed by release-please.
16- public static final String SDK = "0.15.1-SNAPSHOT " ; // x-release-please-version
16+ public static final String SDK = "0.16.0 " ; // x-release-please-version
1717
1818 private final int major ;
1919 private final int minor ;
You can’t perform that action at this time.
0 commit comments