Skip to content

Commit 7997194

Browse files
chore(main): release 0.19.0 (#394)
🤖 I have created a release *beep* *boop* --- <details><summary>0.19.0</summary> ## [0.19.0](v0.18.0...v0.19.0) (2026-09-14) ### Features * **sdk:** DSPX-4495 remove 64GiB TDF limit, use counter-based payload IVs (DSP… ([#393](#393)) ([98c839e](98c839e)) * **sdk:** resolve attribute key splits via GetKeyMappingsByFqns during encrypt ([#392](#392)) ([152a115](152a115)) ### Bug Fixes * **sdk:** reject GMAC root signatures on read (DSPX-4703) ([#401](#401)) ([7191d05](7191d05)) </details> --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: opentdf-automation[bot] <149537512+opentdf-automation[bot]@users.noreply.github.com>
1 parent 7191d05 commit 7997194

10 files changed

Lines changed: 22 additions & 9 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.18.0"
2+
".": "0.19.0"
33
}

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## [0.19.0](https://github.com/opentdf/java-sdk/compare/v0.18.0...v0.19.0) (2026-09-14)
4+
5+
6+
### Features
7+
8+
* **sdk:** DSPX-4495 remove 64GiB TDF limit, use counter-based payload IVs (DSP… ([#393](https://github.com/opentdf/java-sdk/issues/393)) ([98c839e](https://github.com/opentdf/java-sdk/commit/98c839e28e35103e55cf8d815a0f47037e4ee7e3))
9+
* **sdk:** resolve attribute key splits via GetKeyMappingsByFqns during encrypt ([#392](https://github.com/opentdf/java-sdk/issues/392)) ([152a115](https://github.com/opentdf/java-sdk/commit/152a11545e68bec16f40cc2ecf7ba0aac4605a3a))
10+
11+
12+
### Bug Fixes
13+
14+
* **sdk:** reject GMAC root signatures on read (DSPX-4703) ([#401](https://github.com/opentdf/java-sdk/issues/401)) ([7191d05](https://github.com/opentdf/java-sdk/commit/7191d05b4dbfdd9dd3c584e1f04e9fa52d3001a9))
15+
316
## [0.18.0](https://github.com/opentdf/java-sdk/compare/v0.17.1...v0.18.0) (2026-07-27)
417

518

cmdline/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.opentdf.platform</groupId>
66
<artifactId>sdk-pom</artifactId>
7-
<version>0.18.0</version>
7+
<version>0.19.0</version>
88
</parent>
99
<artifactId>cmdline</artifactId>
1010
<properties>

cmdline/src/main/java/io/opentdf/platform/Command.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
*/
5555
class Versions {
5656
// Version of the SDK, managed by release-please.
57-
public static final String SDK = "0.18.0"; // x-release-please-version
57+
public static final String SDK = "0.19.0"; // x-release-please-version
5858

5959
// This sdk aims to support this version of the TDF spec; currently 4.3.0.
6060
public static final String TDF_SPEC = "4.3.0";

examples/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<artifactId>sdk-pom</artifactId>
66
<groupId>io.opentdf.platform</groupId>
7-
<version>0.18.0</version>
7+
<version>0.19.0</version>
88
</parent>
99

1010
<groupId>io.opentdf.platform</groupId>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>io.opentdf.platform</groupId>
77
<artifactId>sdk-pom</artifactId>
8-
<version>0.18.0</version>
8+
<version>0.19.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>

sdk-fips-bc/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.opentdf.platform</groupId>
66
<artifactId>sdk-pom</artifactId>
7-
<version>0.18.0</version>
7+
<version>0.19.0</version>
88
</parent>
99
<artifactId>sdk-fips-bc</artifactId>
1010
<name>io.opentdf.platform:sdk-fips-bc</name>

sdk-pqc-bc/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.opentdf.platform</groupId>
66
<artifactId>sdk-pom</artifactId>
7-
<version>0.18.0</version>
7+
<version>0.19.0</version>
88
</parent>
99
<artifactId>sdk-pqc-bc</artifactId>
1010
<packaging>jar</packaging>

sdk/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<artifactId>sdk-pom</artifactId>
88
<groupId>io.opentdf.platform</groupId>
9-
<version>0.18.0</version>
9+
<version>0.19.0</version>
1010
</parent>
1111
<packaging>jar</packaging>
1212
<properties>

sdk/src/main/java/io/opentdf/platform/sdk/Version.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
class Version implements Comparable<Version> {
1414

1515
// Version of the SDK, managed by release-please.
16-
public static final String SDK = "0.18.0"; // x-release-please-version
16+
public static final String SDK = "0.19.0"; // x-release-please-version
1717

1818
private final int major;
1919
private final int minor;

0 commit comments

Comments
 (0)