File tree Expand file tree Collapse file tree 7 files changed +23
-9
lines changed Expand file tree Collapse file tree 7 files changed +23
-9
lines changed Original file line number Diff line number Diff line change 11{
2- "." : " 0.5 .0"
2+ "." : " 0.6 .0"
33}
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 0.6.0] ( https://github.com/opentdf/java-sdk/compare/v0.5.0...v0.6.0 ) (2024-08-23)
4+
5+
6+ ### Features
7+
8+ * ** core:** Add autoconfigure for key splitting ([ #120 ] ( https://github.com/opentdf/java-sdk/issues/120 ) ) ([ 7ecbf23] ( https://github.com/opentdf/java-sdk/commit/7ecbf231d9fa1fd07c1c426489fd160602c2883a ) )
9+ * ** core:** Adding key cache, tests for specificity ([ #126 ] ( https://github.com/opentdf/java-sdk/issues/126 ) ) ([ a149887] ( https://github.com/opentdf/java-sdk/commit/a14988781f9ad83d8e01b83a3a612aa8f2563bbb ) )
10+
11+
12+ ### Bug Fixes
13+
14+ * ** core:** Revert "feat(core): Add attributes client" ([ #124 ] ( https://github.com/opentdf/java-sdk/issues/124 ) ) ([ 3d1ef2b] ( https://github.com/opentdf/java-sdk/commit/3d1ef2b5791de989c4242498787617286fad44bf ) )
15+ * ztdf support both base and handling assertions ([ #128 ] ( https://github.com/opentdf/java-sdk/issues/128 ) ) ([ 5f72e94] ( https://github.com/opentdf/java-sdk/commit/5f72e9448aa03ca43065cb024d6e783573a3ba29 ) )
16+
317## [ 0.5.0] ( https://github.com/opentdf/java-sdk/compare/v0.4.0...v0.5.0 ) (2024-08-19)
418
519
Original file line number Diff line number Diff line change 66 <parent >
77 <groupId >io.opentdf.platform</groupId >
88 <artifactId >sdk-pom</artifactId >
9- <version >0.6.0-SNAPSHOT </version ><!-- {x-version-update:java-sdk:current} -->
9+ <version >0.6.0</version ><!-- {x-version-update:java-sdk:current} -->
1010 </parent >
1111 <artifactId >cmdline</artifactId >
1212 <properties >
5252 <dependency >
5353 <groupId >io.opentdf.platform</groupId >
5454 <artifactId >sdk</artifactId >
55- <version >0.6.0-SNAPSHOT </version ><!-- {x-version-update:java-sdk:current} -->
55+ <version >0.6.0</version ><!-- {x-version-update:java-sdk:current} -->
5656 </dependency >
5757 </dependencies >
5858</project >
Original file line number Diff line number Diff line change 66
77 <groupId >io.opentdf.platform</groupId >
88 <artifactId >sdk-pom</artifactId >
9- <version >0.6.0-SNAPSHOT </version ><!-- {x-version-update:java-sdk:current} -->
9+ <version >0.6.0</version ><!-- {x-version-update:java-sdk:current} -->
1010 <name >sdk-pom</name >
1111 <packaging >pom</packaging >
1212 <properties >
Original file line number Diff line number Diff line change 66 <groupId >io.opentdf.platform</groupId >
77 <name >protocol</name >
88 <artifactId >protocol</artifactId >
9- <version >0.6.0-SNAPSHOT </version ><!-- {x-version-update:java-sdk:current} -->
9+ <version >0.6.0</version ><!-- {x-version-update:java-sdk:current} -->
1010 <parent >
1111 <artifactId >sdk-pom</artifactId >
1212 <groupId >io.opentdf.platform</groupId >
13- <version >0.6.0-SNAPSHOT </version ><!-- {x-version-update:java-sdk:current} -->
13+ <version >0.6.0</version ><!-- {x-version-update:java-sdk:current} -->
1414 </parent >
1515 <packaging >jar</packaging >
1616 <dependencies >
Original file line number Diff line number Diff line change 88 <parent >
99 <artifactId >sdk-pom</artifactId >
1010 <groupId >io.opentdf.platform</groupId >
11- <version >0.6.0-SNAPSHOT </version ><!-- {x-version-update:java-sdk:current} -->
11+ <version >0.6.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.6.0-SNAPSHOT </version ><!-- {x-version-update:java-sdk:current} -->
18+ <version >0.6.0</version ><!-- {x-version-update:java-sdk:current} -->
1919 </dependency >
2020 <dependency >
2121 <groupId >org.slf4j</groupId >
Original file line number Diff line number Diff line change 11# Format:
22# module:released-version:current-version
33
4- java-sdk:0.5 .0:0.6.0-SNAPSHOT
4+ java-sdk:0.6 .0:0.6.0
You can’t perform that action at this time.
0 commit comments