Skip to content

Commit 09ef483

Browse files
chore(main): release sdk 0.4.3
1 parent da4faf5 commit 09ef483

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
"lib/ocrypto": "0.1.9",
44
"lib/flattening": "0.1.3",
55
"protocol/go": "0.3.0",
6-
"sdk": "0.4.2",
6+
"sdk": "0.4.3",
77
"service": "0.5.2"
88
}

sdk/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [0.4.3](https://github.com/opentdf/platform/compare/sdk/v0.4.2...sdk/v0.4.3) (2025-04-23)
4+
5+
6+
### Features
7+
8+
* **policy:** actions service RPCs should actually hit storage layer CRUD ([#2063](https://github.com/opentdf/platform/issues/2063)) ([da4faf5](https://github.com/opentdf/platform/commit/da4faf5d8410c37180205ac9bad44436c88207e4))
9+
10+
11+
### Bug Fixes
12+
13+
* **sdk:** Display proper error on kas rewrap failure ([#2081](https://github.com/opentdf/platform/issues/2081)) ([508cbcd](https://github.com/opentdf/platform/commit/508cbcde80310c2a35b8fe69b110600a7078301c))
14+
315
## [0.4.2](https://github.com/opentdf/platform/compare/sdk/v0.4.1...sdk/v0.4.2) (2025-04-17)
416

517

sdk/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ const (
77
TDFSpecVersion = "4.3.0"
88

99
// The three-part semantic version number of this SDK
10-
Version = "0.4.2" // x-release-please-version
10+
Version = "0.4.3" // x-release-please-version
1111
)

0 commit comments

Comments
 (0)