Skip to content

Commit d278a3d

Browse files
chore(main): release 0.7.7 (#226)
🤖 I have created a release *beep* *boop* --- <details><summary>0.7.7</summary> ## [0.7.7](v0.7.6...v0.7.7) (2025-04-07) ### Features * **sdk:** EC-wrapped key support for ZTDF ([#224](#224)) ([d062691](d062691)) ### Bug Fixes * **cmdline:** Disable failing encryptnano ecdsa ([#227](#227)) ([80ca207](80ca207)) * **cmdline:** Enable ec-wrapped cfg ([#231](#231)) ([ee39ed5](ee39ed5)) * if a version &lt; 4.3.0 is specified create an old-style TDF ([#234](#234)) ([082a9e7](082a9e7)) * **sdk:** Fixes nano ECDSA policy binding config ([#225](#225)) ([f3e9fed](f3e9fed)) * **sdk:** Remove temporary ec salt value ([#228](#228)) ([0fe37c6](0fe37c6)) * **sdk:** Set ec-wrapped to new salt value ([#230](#230)) ([d3be28e](d3be28e)) * **sdk:** Update version information ([#232](#232)) ([f9eeb0d](f9eeb0d)) </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 082a9e7 commit d278a3d

File tree

7 files changed

+24
-6
lines changed

7 files changed

+24
-6
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.7.6"
2+
".": "0.7.7"
33
}

CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# Changelog
22

3+
## [0.7.7](https://github.com/opentdf/java-sdk/compare/v0.7.6...v0.7.7) (2025-04-07)
4+
5+
6+
### Features
7+
8+
* **sdk:** EC-wrapped key support for ZTDF ([#224](https://github.com/opentdf/java-sdk/issues/224)) ([d062691](https://github.com/opentdf/java-sdk/commit/d062691887320b16e4271a63de6bae3bb8645000))
9+
10+
11+
### Bug Fixes
12+
13+
* **cmdline:** Disable failing encryptnano ecdsa ([#227](https://github.com/opentdf/java-sdk/issues/227)) ([80ca207](https://github.com/opentdf/java-sdk/commit/80ca207bf663f2797bfc02b3f9135e169ef5f66d))
14+
* **cmdline:** Enable ec-wrapped cfg ([#231](https://github.com/opentdf/java-sdk/issues/231)) ([ee39ed5](https://github.com/opentdf/java-sdk/commit/ee39ed573c40e66e028ea48c0e71885f37472a52))
15+
* if a version &lt; 4.3.0 is specified create an old-style TDF ([#234](https://github.com/opentdf/java-sdk/issues/234)) ([082a9e7](https://github.com/opentdf/java-sdk/commit/082a9e71657ff18f811b5f560aec0099ebe623b3))
16+
* **sdk:** Fixes nano ECDSA policy binding config ([#225](https://github.com/opentdf/java-sdk/issues/225)) ([f3e9fed](https://github.com/opentdf/java-sdk/commit/f3e9fedcc68c85625e4a1aab46600c046d65e244))
17+
* **sdk:** Remove temporary ec salt value ([#228](https://github.com/opentdf/java-sdk/issues/228)) ([0fe37c6](https://github.com/opentdf/java-sdk/commit/0fe37c6cd136c9a58708677ceac56488ec1c1e46))
18+
* **sdk:** Set ec-wrapped to new salt value ([#230](https://github.com/opentdf/java-sdk/issues/230)) ([d3be28e](https://github.com/opentdf/java-sdk/commit/d3be28ee1dcff63b8e146c01eaf7d797af122856))
19+
* **sdk:** Update version information ([#232](https://github.com/opentdf/java-sdk/issues/232)) ([f9eeb0d](https://github.com/opentdf/java-sdk/commit/f9eeb0da8b2cf07d1dea222bd16f7eac5a8de390))
20+
321
## [0.7.6](https://github.com/opentdf/java-sdk/compare/v0.7.5...v0.7.6) (2025-02-06)
422

523

cmdline/pom.xml

+1-1
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.7.7-SNAPSHOT</version>
7+
<version>0.7.7</version>
88
</parent>
99
<artifactId>cmdline</artifactId>
1010
<properties>

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
*/
5252
class Versions {
5353
// Version of the SDK, managed by release-please.
54-
public static final String SDK = "0.7.6"; // x-release-please-version
54+
public static final String SDK = "0.7.7"; // x-release-please-version
5555

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

examples/pom.xml

+1-1
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.7.7-SNAPSHOT</version>
7+
<version>0.7.7</version>
88
</parent>
99

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

pom.xml

+1-1
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.7.7-SNAPSHOT</version>
8+
<version>0.7.7</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

+1-1
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.7.7-SNAPSHOT</version>
9+
<version>0.7.7</version>
1010
</parent>
1111
<packaging>jar</packaging>
1212
<properties>

0 commit comments

Comments
 (0)