Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"lib/ocrypto": "0.1.9",
"lib/flattening": "0.1.3",
"protocol/go": "0.3.1",
"sdk": "0.4.2",
"sdk": "0.4.3",
"service": "0.5.2"
}
14 changes: 14 additions & 0 deletions sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [0.4.3](https://github.com/opentdf/platform/compare/sdk/v0.4.2...sdk/v0.4.3) (2025-04-23)


### Features

* **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))
* **policy:** DSPX-902 NDR service crud implementation (2/2) ([#2066](https://github.com/opentdf/platform/issues/2066)) ([030ad33](https://github.com/opentdf/platform/commit/030ad33b5f94767279181d8748f00d3515b88eaf))


### Bug Fixes

* **core:** Autobump sdk ([#2102](https://github.com/opentdf/platform/issues/2102)) ([0315635](https://github.com/opentdf/platform/commit/03156357f4cadabaf169be7cb5df07737b0af818))
* **sdk:** Display proper error on kas rewrap failure ([#2081](https://github.com/opentdf/platform/issues/2081)) ([508cbcd](https://github.com/opentdf/platform/commit/508cbcde80310c2a35b8fe69b110600a7078301c))

## [0.4.2](https://github.com/opentdf/platform/compare/sdk/v0.4.1...sdk/v0.4.2) (2025-04-17)


Expand Down
2 changes: 1 addition & 1 deletion sdk/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ const (
TDFSpecVersion = "4.3.0"

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