File tree Expand file tree Collapse file tree 3 files changed +19
-2
lines changed Expand file tree Collapse file tree 3 files changed +19
-2
lines changed Original file line number Diff line number Diff line change 3
3
"lib/ocrypto" : " 0.1.9" ,
4
4
"lib/flattening" : " 0.1.3" ,
5
5
"protocol/go" : " 0.2.29" ,
6
- "sdk" : " 0.3.29 " ,
6
+ "sdk" : " 0.4.0 " ,
7
7
"service" : " 0.5.2"
8
8
}
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 0.4.0] ( https://github.com/opentdf/platform/compare/sdk/v0.3.29...sdk/v0.4.0 ) (2025-04-01)
4
+
5
+
6
+ ### ⚠ BREAKING CHANGES
7
+
8
+ * ** core:** Require go 1.23+ ([ #1979 ] ( https://github.com/opentdf/platform/issues/1979 ) )
9
+
10
+ ### Features
11
+
12
+ * ** core:** Require go 1.23+ ([ #1979 ] ( https://github.com/opentdf/platform/issues/1979 ) ) ([ 164c922] ( https://github.com/opentdf/platform/commit/164c922af74b1265fe487362c356abb7f1503ada ) )
13
+
14
+
15
+ ### Bug Fixes
16
+
17
+ * Allow parsing IPs as hostnames ([ #1999 ] ( https://github.com/opentdf/platform/issues/1999 ) ) ([ d54b550] ( https://github.com/opentdf/platform/commit/d54b550a889a55fe19cc79988cb2fc030860514a ) )
18
+ * ** sdk:** Allow reuse of session key ([ #2016 ] ( https://github.com/opentdf/platform/issues/2016 ) ) ([ d48c11e] ( https://github.com/opentdf/platform/commit/d48c11e6e429638662e03dcc2c4ae37bedd0521c ) )
19
+
3
20
## [ 0.3.29] ( https://github.com/opentdf/platform/compare/sdk/v0.3.28...sdk/v0.3.29 ) (2025-03-08)
4
21
5
22
Original file line number Diff line number Diff line change 7
7
TDFSpecVersion = "4.3.0"
8
8
9
9
// The three-part semantic version number of this SDK
10
- Version = "0.3.29 " // x-release-please-version
10
+ Version = "0.4.0 " // x-release-please-version
11
11
)
You can’t perform that action at this time.
0 commit comments