Skip to content

Commit c0d7f7f

Browse files
chore(main): release 0.13.0 (#327)
🤖 I have created a release *beep* *boop* --- <details><summary>0.13.0</summary> ## [0.13.0](v0.12.0...v0.13.0) (2026-04-09) ### Features * **sdk:** add EntityIdentifier convenience constructors ([#346](#346)) ([eeb8805](eeb8805)) * **sdk:** DSPX-2418 add discovery convenience methods ([#339](#339)) ([8de6068](8de6068)) * **sdk:** expose SRT signer ([#329](#329)) ([f93d332](f93d332)) ### Bug Fixes * add a default assertion id if one is not specified ([#341](#341)) ([69d6a53](69d6a53)) * **docs:** DSPX-2409 replace SDK README code example with working code ([#336](#336)) ([0f224a6](0f224a6)) * **sdk:** Support kas keys with extended EC methods ([#344](#344)) ([982b287](982b287)) * **sdk:** Support RSA4096 Kas keys ([#343](#343)) ([dba9bbf](dba9bbf)) * **sdk:** Updates to proto version v0.16.0 ([#308](#308)) ([4660e27](4660e27)) </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 cfa0856 commit c0d7f7f

8 files changed

Lines changed: 25 additions & 7 deletions

File tree

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

CHANGELOG.md

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

3+
## [0.13.0](https://github.com/opentdf/java-sdk/compare/v0.12.0...v0.13.0) (2026-04-09)
4+
5+
6+
### Features
7+
8+
* **sdk:** add EntityIdentifier convenience constructors ([#346](https://github.com/opentdf/java-sdk/issues/346)) ([eeb8805](https://github.com/opentdf/java-sdk/commit/eeb880598c0121771ce00838610900da5aa2995c))
9+
* **sdk:** DSPX-2418 add discovery convenience methods ([#339](https://github.com/opentdf/java-sdk/issues/339)) ([8de6068](https://github.com/opentdf/java-sdk/commit/8de60683794daf64d6fbfbc36b1fc5225d015714))
10+
* **sdk:** expose SRT signer ([#329](https://github.com/opentdf/java-sdk/issues/329)) ([f93d332](https://github.com/opentdf/java-sdk/commit/f93d33275c4343c04fef4fba2e98ab8b06c1a670))
11+
12+
13+
### Bug Fixes
14+
15+
* add a default assertion id if one is not specified ([#341](https://github.com/opentdf/java-sdk/issues/341)) ([69d6a53](https://github.com/opentdf/java-sdk/commit/69d6a53387c8427e0ff968e599086484e6ae90da))
16+
* **docs:** DSPX-2409 replace SDK README code example with working code ([#336](https://github.com/opentdf/java-sdk/issues/336)) ([0f224a6](https://github.com/opentdf/java-sdk/commit/0f224a636b4e67418680309a1c66ef06519a4e81))
17+
* **sdk:** Support kas keys with extended EC methods ([#344](https://github.com/opentdf/java-sdk/issues/344)) ([982b287](https://github.com/opentdf/java-sdk/commit/982b28766da4f996b2149fa2cd2c6a180412bcbf))
18+
* **sdk:** Support RSA4096 Kas keys ([#343](https://github.com/opentdf/java-sdk/issues/343)) ([dba9bbf](https://github.com/opentdf/java-sdk/commit/dba9bbf5fb33df6dfa467af37374071c46bf521e))
19+
* **sdk:** Updates to proto version v0.16.0 ([#308](https://github.com/opentdf/java-sdk/issues/308)) ([4660e27](https://github.com/opentdf/java-sdk/commit/4660e27fcec193734d6e343088505be98a278621))
20+
321
## [0.12.0](https://github.com/opentdf/java-sdk/compare/v0.11.1...v0.12.0) (2026-01-15)
422

523

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.12.1-SNAPSHOT</version>
7+
<version>0.13.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
@@ -53,7 +53,7 @@
5353
*/
5454
class Versions {
5555
// Version of the SDK, managed by release-please.
56-
public static final String SDK = "0.12.1-SNAPSHOT"; // x-release-please-version
56+
public static final String SDK = "0.13.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";

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.12.1-SNAPSHOT</version>
7+
<version>0.13.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.12.1-SNAPSHOT</version>
8+
<version>0.13.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/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.12.1-SNAPSHOT</version>
9+
<version>0.13.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.12.1-SNAPSHOT"; // x-release-please-version
16+
public static final String SDK = "0.13.0"; // x-release-please-version
1717

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

0 commit comments

Comments
 (0)