Skip to content

Commit 7c4b7b8

Browse files
chore(main): release 0.5.0 (#114)
🤖 I have created a release *beep* *boop* --- <details><summary>0.5.0</summary> ## [0.5.0](v0.4.0...v0.5.0) (2024-08-19) ### Features * BACK-2316 add a simple method to detect TDFs ([#111](#111)) ([bfbef70](bfbef70)) * **cmd:** Adds command `--mime-type` opt ([#113](#113)) ([45a2c30](45a2c30)) * **core:** Add attributes client ([#118](#118)) ([98ba6a9](98ba6a9)) * **core:** Handle split keys on tdf3 encrypt and decrypt ([#109](#109)) ([943751f](943751f)) * **core:** KID in NanoTDF ([#112](#112)) ([33b5982](33b5982)) * **sdk:** Update the assertion support to match go sdk ([#117](#117)) ([f9badb3](f9badb3)) ### Bug Fixes * Issue [#115](#115) - fix for SSL Context for IDP and plaintext platform ([#116](#116)) ([36a29df](36a29df)) </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 98ba6a9 commit 7c4b7b8

File tree

7 files changed

+26
-9
lines changed

7 files changed

+26
-9
lines changed

.release-please-manifest.json

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

CHANGELOG.md

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

3+
## [0.5.0](https://github.com/opentdf/java-sdk/compare/v0.4.0...v0.5.0) (2024-08-19)
4+
5+
6+
### Features
7+
8+
* BACK-2316 add a simple method to detect TDFs ([#111](https://github.com/opentdf/java-sdk/issues/111)) ([bfbef70](https://github.com/opentdf/java-sdk/commit/bfbef70d05bdf8a0e6784d27395966f97d42d90d))
9+
* **cmd:** Adds command `--mime-type` opt ([#113](https://github.com/opentdf/java-sdk/issues/113)) ([45a2c30](https://github.com/opentdf/java-sdk/commit/45a2c30d1a822bfe629daf032f95f13065c36126))
10+
* **core:** Add attributes client ([#118](https://github.com/opentdf/java-sdk/issues/118)) ([98ba6a9](https://github.com/opentdf/java-sdk/commit/98ba6a9e91f8e4b1903f907583356c084abb3313))
11+
* **core:** Handle split keys on tdf3 encrypt and decrypt ([#109](https://github.com/opentdf/java-sdk/issues/109)) ([943751f](https://github.com/opentdf/java-sdk/commit/943751ff83b67089472e4422fcfa087e76a8072a))
12+
* **core:** KID in NanoTDF ([#112](https://github.com/opentdf/java-sdk/issues/112)) ([33b5982](https://github.com/opentdf/java-sdk/commit/33b59820b2830b15c9ec467f45cfab0f1eb38017))
13+
* **sdk:** Update the assertion support to match go sdk ([#117](https://github.com/opentdf/java-sdk/issues/117)) ([f9badb3](https://github.com/opentdf/java-sdk/commit/f9badb383d769ecbf51c551483633ccb94b2915a))
14+
15+
16+
### Bug Fixes
17+
18+
* Issue [#115](https://github.com/opentdf/java-sdk/issues/115) - fix for SSL Context for IDP and plaintext platform ([#116](https://github.com/opentdf/java-sdk/issues/116)) ([36a29df](https://github.com/opentdf/java-sdk/commit/36a29dfd66660c04d55cd100bdcd7e8742edd40b))
19+
320
## [0.4.0](https://github.com/opentdf/java-sdk/compare/v0.3.0...v0.4.0) (2024-08-09)
421

522

cmdline/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>io.opentdf.platform</groupId>
88
<artifactId>sdk-pom</artifactId>
9-
<version>0.5.0-SNAPSHOT</version><!-- {x-version-update:java-sdk:current} -->
9+
<version>0.5.0</version><!-- {x-version-update:java-sdk:current} -->
1010
</parent>
1111
<artifactId>cmdline</artifactId>
1212
<properties>
@@ -52,7 +52,7 @@
5252
<dependency>
5353
<groupId>io.opentdf.platform</groupId>
5454
<artifactId>sdk</artifactId>
55-
<version>0.5.0-SNAPSHOT</version><!-- {x-version-update:java-sdk:current} -->
55+
<version>0.5.0</version><!-- {x-version-update:java-sdk:current} -->
5656
</dependency>
5757
</dependencies>
5858
</project>

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>io.opentdf.platform</groupId>
88
<artifactId>sdk-pom</artifactId>
9-
<version>0.5.0-SNAPSHOT</version><!-- {x-version-update:java-sdk:current} -->
9+
<version>0.5.0</version><!-- {x-version-update:java-sdk:current} -->
1010
<name>sdk-pom</name>
1111
<packaging>pom</packaging>
1212
<properties>

protocol/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66
<groupId>io.opentdf.platform</groupId>
77
<name>protocol</name>
88
<artifactId>protocol</artifactId>
9-
<version>0.5.0-SNAPSHOT</version><!-- {x-version-update:java-sdk:current} -->
9+
<version>0.5.0</version><!-- {x-version-update:java-sdk:current} -->
1010
<parent>
1111
<artifactId>sdk-pom</artifactId>
1212
<groupId>io.opentdf.platform</groupId>
13-
<version>0.5.0-SNAPSHOT</version><!-- {x-version-update:java-sdk:current} -->
13+
<version>0.5.0</version><!-- {x-version-update:java-sdk:current} -->
1414
</parent>
1515
<packaging>jar</packaging>
1616
<dependencies>

sdk/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@
88
<parent>
99
<artifactId>sdk-pom</artifactId>
1010
<groupId>io.opentdf.platform</groupId>
11-
<version>0.5.0-SNAPSHOT</version><!-- {x-version-update:java-sdk:current} -->
11+
<version>0.5.0</version><!-- {x-version-update:java-sdk:current} -->
1212
</parent>
1313
<packaging>jar</packaging>
1414
<dependencies>
1515
<dependency>
1616
<groupId>io.opentdf.platform</groupId>
1717
<artifactId>protocol</artifactId>
18-
<version>0.5.0-SNAPSHOT</version><!-- {x-version-update:java-sdk:current} -->
18+
<version>0.5.0</version><!-- {x-version-update:java-sdk:current} -->
1919
</dependency>
2020
<dependency>
2121
<groupId>org.slf4j</groupId>

versions.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Format:
22
# module:released-version:current-version
33

4-
java-sdk:0.4.0:0.5.0-SNAPSHOT
4+
java-sdk:0.5.0:0.5.0

0 commit comments

Comments
 (0)