Skip to content

Commit

Permalink
chore(main): release 0.5.0 (#114)
Browse files Browse the repository at this point in the history
🤖 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>
  • Loading branch information
opentdf-automation[bot] committed Aug 19, 2024
1 parent 98ba6a9 commit 7c4b7b8
Show file tree
Hide file tree
Showing 7 changed files with 26 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.4.0"
".": "0.5.0"
}
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

## [0.5.0](https://github.com/opentdf/java-sdk/compare/v0.4.0...v0.5.0) (2024-08-19)


### Features

* 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))
* **cmd:** Adds command `--mime-type` opt ([#113](https://github.com/opentdf/java-sdk/issues/113)) ([45a2c30](https://github.com/opentdf/java-sdk/commit/45a2c30d1a822bfe629daf032f95f13065c36126))
* **core:** Add attributes client ([#118](https://github.com/opentdf/java-sdk/issues/118)) ([98ba6a9](https://github.com/opentdf/java-sdk/commit/98ba6a9e91f8e4b1903f907583356c084abb3313))
* **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))
* **core:** KID in NanoTDF ([#112](https://github.com/opentdf/java-sdk/issues/112)) ([33b5982](https://github.com/opentdf/java-sdk/commit/33b59820b2830b15c9ec467f45cfab0f1eb38017))
* **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))


### Bug Fixes

* 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))

## [0.4.0](https://github.com/opentdf/java-sdk/compare/v0.3.0...v0.4.0) (2024-08-09)


Expand Down
4 changes: 2 additions & 2 deletions cmdline/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.opentdf.platform</groupId>
<artifactId>sdk-pom</artifactId>
<version>0.5.0-SNAPSHOT</version><!-- {x-version-update:java-sdk:current} -->
<version>0.5.0</version><!-- {x-version-update:java-sdk:current} -->
</parent>
<artifactId>cmdline</artifactId>
<properties>
Expand Down Expand Up @@ -52,7 +52,7 @@
<dependency>
<groupId>io.opentdf.platform</groupId>
<artifactId>sdk</artifactId>
<version>0.5.0-SNAPSHOT</version><!-- {x-version-update:java-sdk:current} -->
<version>0.5.0</version><!-- {x-version-update:java-sdk:current} -->
</dependency>
</dependencies>
</project>
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>io.opentdf.platform</groupId>
<artifactId>sdk-pom</artifactId>
<version>0.5.0-SNAPSHOT</version><!-- {x-version-update:java-sdk:current} -->
<version>0.5.0</version><!-- {x-version-update:java-sdk:current} -->
<name>sdk-pom</name>
<packaging>pom</packaging>
<properties>
Expand Down
4 changes: 2 additions & 2 deletions protocol/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
<groupId>io.opentdf.platform</groupId>
<name>protocol</name>
<artifactId>protocol</artifactId>
<version>0.5.0-SNAPSHOT</version><!-- {x-version-update:java-sdk:current} -->
<version>0.5.0</version><!-- {x-version-update:java-sdk:current} -->
<parent>
<artifactId>sdk-pom</artifactId>
<groupId>io.opentdf.platform</groupId>
<version>0.5.0-SNAPSHOT</version><!-- {x-version-update:java-sdk:current} -->
<version>0.5.0</version><!-- {x-version-update:java-sdk:current} -->
</parent>
<packaging>jar</packaging>
<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions sdk/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@
<parent>
<artifactId>sdk-pom</artifactId>
<groupId>io.opentdf.platform</groupId>
<version>0.5.0-SNAPSHOT</version><!-- {x-version-update:java-sdk:current} -->
<version>0.5.0</version><!-- {x-version-update:java-sdk:current} -->
</parent>
<packaging>jar</packaging>
<dependencies>
<dependency>
<groupId>io.opentdf.platform</groupId>
<artifactId>protocol</artifactId>
<version>0.5.0-SNAPSHOT</version><!-- {x-version-update:java-sdk:current} -->
<version>0.5.0</version><!-- {x-version-update:java-sdk:current} -->
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
Expand Down
2 changes: 1 addition & 1 deletion versions.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Format:
# module:released-version:current-version

java-sdk:0.4.0:0.5.0-SNAPSHOT
java-sdk:0.5.0:0.5.0

0 comments on commit 7c4b7b8

Please sign in to comment.