File tree 7 files changed +24
-9
lines changed
7 files changed +24
-9
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "." : " 0.3 .0"
2
+ "." : " 0.4 .0"
3
3
}
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 0.4.0] ( https://github.com/opentdf/java-sdk/compare/v0.3.0...v0.4.0 ) (2024-08-09)
4
+
5
+
6
+ ### Features
7
+
8
+ * ** ci:** Add xtest workflow trigger ([ #96 ] ( https://github.com/opentdf/java-sdk/issues/96 ) ) ([ bc54b63] ( https://github.com/opentdf/java-sdk/commit/bc54b636c183c99d86a10e566aa33455879ac084 ) )
9
+ * ** core:** NanoTDF resource locator protocol bit mask ([ #107 ] ( https://github.com/opentdf/java-sdk/issues/107 ) ) ([ 159d2f1] ( https://github.com/opentdf/java-sdk/commit/159d2f1c5cb4bb3f1257dc5a15a61789211d6848 ) )
10
+ * ** sdk:** add mime type. ([ #108 ] ( https://github.com/opentdf/java-sdk/issues/108 ) ) ([ 6c4a27b] ( https://github.com/opentdf/java-sdk/commit/6c4a27b0c608e198b41c395491aff837e883c77b ) )
11
+
12
+
13
+ ### Bug Fixes
14
+
15
+ * make sure we do not deserialize null ([ #97 ] ( https://github.com/opentdf/java-sdk/issues/97 ) ) ([ 9579c42] ( https://github.com/opentdf/java-sdk/commit/9579c427eb26d1020585fdd359551e4e0685a85a ) )
16
+ * policy-binding new structure ([ #95 ] ( https://github.com/opentdf/java-sdk/issues/95 ) ) ([ b10a61e] ( https://github.com/opentdf/java-sdk/commit/b10a61ecb30c6cbf2f6cf190a249269b824bf5d3 ) )
17
+
3
18
## [ 0.3.0] ( https://github.com/opentdf/java-sdk/compare/v0.2.0...v0.3.0 ) (2024-07-18)
4
19
5
20
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.4.0-SNAPSHOT </version ><!-- {x-version-update:java-sdk:current} -->
9
+ <version >0.4.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.4.0-SNAPSHOT </version ><!-- {x-version-update:java-sdk:current} -->
55
+ <version >0.4.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.4.0-SNAPSHOT </version ><!-- {x-version-update:java-sdk:current} -->
9
+ <version >0.4.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.4.0-SNAPSHOT </version ><!-- {x-version-update:java-sdk:current} -->
9
+ <version >0.4.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.4.0-SNAPSHOT </version ><!-- {x-version-update:java-sdk:current} -->
13
+ <version >0.4.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.4.0-SNAPSHOT </version ><!-- {x-version-update:java-sdk:current} -->
11
+ <version >0.4.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.4.0-SNAPSHOT </version ><!-- {x-version-update:java-sdk:current} -->
18
+ <version >0.4.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.3 .0:0.4.0-SNAPSHOT
4
+ java-sdk:0.4 .0:0.4.0
You can’t perform that action at this time.
0 commit comments