File tree 7 files changed +27
-9
lines changed
7 files changed +27
-9
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "." : " 0.1 .0"
2
+ "." : " 0.2 .0"
3
3
}
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 0.2.0] ( https://github.com/opentdf/java-sdk/compare/v0.1.0...v0.2.0 ) (2024-07-15)
4
+
5
+
6
+ ### Features
7
+
8
+ * ** sdk:** the authorization service is needed for use by gateway ([ #85 ] ( https://github.com/opentdf/java-sdk/issues/85 ) ) ([ 73cac82] ( https://github.com/opentdf/java-sdk/commit/73cac825e0367d502d542cf0eae30a6ac38f6a00 ) )
9
+ * support key id in ztdf key access object ([ #84 ] ( https://github.com/opentdf/java-sdk/issues/84 ) ) ([ 862460a] ( https://github.com/opentdf/java-sdk/commit/862460a16875693a421bbe57983bb829a49866bb ) )
10
+
11
+
12
+ ### Bug Fixes
13
+
14
+ * ** sdk:** assertion support in tdf3 ([ #82 ] ( https://github.com/opentdf/java-sdk/issues/82 ) ) ([ c299dbd] ( https://github.com/opentdf/java-sdk/commit/c299dbdcb0c714a4c69faf24c60e2da58a68e99e ) )
15
+
16
+
17
+ ### Documentation
18
+
19
+ * ** sdk:** Adds brief usage code sample ([ #26 ] ( https://github.com/opentdf/java-sdk/issues/26 ) ) ([ 79215c7] ( https://github.com/opentdf/java-sdk/commit/79215c7b1ff694914df438491a40662803462dc6 ) )
20
+
3
21
## 0.1.0 (2024-06-13)
4
22
5
23
Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<groupId >io.opentdf.platform</groupId >
8
8
<artifactId >sdk-pom</artifactId >
9
- <version >0.2.0-SNAPSHOT </version ><!-- {x-version-update:java-sdk:current} -->
9
+ <version >0.2.0</version ><!-- {x-version-update:java-sdk:current} -->
10
10
</parent >
11
11
<artifactId >cmdline</artifactId >
12
12
<properties >
52
52
<dependency >
53
53
<groupId >io.opentdf.platform</groupId >
54
54
<artifactId >sdk</artifactId >
55
- <version >0.2.0-SNAPSHOT </version ><!-- {x-version-update:java-sdk:current} -->
55
+ <version >0.2.0</version ><!-- {x-version-update:java-sdk:current} -->
56
56
</dependency >
57
57
</dependencies >
58
58
</project >
Original file line number Diff line number Diff line change 6
6
7
7
<groupId >io.opentdf.platform</groupId >
8
8
<artifactId >sdk-pom</artifactId >
9
- <version >0.2.0-SNAPSHOT </version ><!-- {x-version-update:java-sdk:current} -->
9
+ <version >0.2.0</version ><!-- {x-version-update:java-sdk:current} -->
10
10
<name >sdk-pom</name >
11
11
<packaging >pom</packaging >
12
12
<properties >
Original file line number Diff line number Diff line change 6
6
<groupId >io.opentdf.platform</groupId >
7
7
<name >protocol</name >
8
8
<artifactId >protocol</artifactId >
9
- <version >0.2.0-SNAPSHOT </version ><!-- {x-version-update:java-sdk:current} -->
9
+ <version >0.2.0</version ><!-- {x-version-update:java-sdk:current} -->
10
10
<parent >
11
11
<artifactId >sdk-pom</artifactId >
12
12
<groupId >io.opentdf.platform</groupId >
13
- <version >0.2.0-SNAPSHOT </version ><!-- {x-version-update:java-sdk:current} -->
13
+ <version >0.2.0</version ><!-- {x-version-update:java-sdk:current} -->
14
14
</parent >
15
15
<packaging >jar</packaging >
16
16
<dependencies >
Original file line number Diff line number Diff line change 8
8
<parent >
9
9
<artifactId >sdk-pom</artifactId >
10
10
<groupId >io.opentdf.platform</groupId >
11
- <version >0.2.0-SNAPSHOT </version ><!-- {x-version-update:java-sdk:current} -->
11
+ <version >0.2.0</version ><!-- {x-version-update:java-sdk:current} -->
12
12
</parent >
13
13
<packaging >jar</packaging >
14
14
<dependencies >
15
15
<dependency >
16
16
<groupId >io.opentdf.platform</groupId >
17
17
<artifactId >protocol</artifactId >
18
- <version >0.2.0-SNAPSHOT </version ><!-- {x-version-update:java-sdk:current} -->
18
+ <version >0.2.0</version ><!-- {x-version-update:java-sdk:current} -->
19
19
</dependency >
20
20
<dependency >
21
21
<groupId >org.slf4j</groupId >
Original file line number Diff line number Diff line change 1
1
# Format:
2
2
# module:released-version:current-version
3
3
4
- java-sdk:0.1 .0:0.2.0-SNAPSHOT
4
+ java-sdk:0.2 .0:0.2.0
You can’t perform that action at this time.
0 commit comments