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 .github/release-please/release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
"lib/flattening": "0.1.3",
"lib/identifier": "0.2.0",
"protocol/go": "0.16.0",
"sdk": "0.12.0",
"sdk": "0.13.0",
"service": "0.12.0"
}
21 changes: 21 additions & 0 deletions sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# Changelog

## [0.13.0](https://github.com/opentdf/platform/compare/sdk/v0.12.0...sdk/v0.13.0) (2026-02-17)


### ⚠ BREAKING CHANGES

* **policy:** remove namespace certificate feature ([#3051](https://github.com/opentdf/platform/issues/3051))

### Bug Fixes

* **deps:** bump github.com/opentdf/platform/lib/ocrypto from 0.9.0 to 0.10.0 in /sdk ([#3078](https://github.com/opentdf/platform/issues/3078)) ([527c34d](https://github.com/opentdf/platform/commit/527c34d1f0ce19a1a4d177994c46ce55aa5d9e2e))
* **deps:** bump github.com/opentdf/platform/protocol/go from 0.15.0 to 0.16.0 in /sdk ([#3081](https://github.com/opentdf/platform/issues/3081)) ([3d4ce33](https://github.com/opentdf/platform/commit/3d4ce330a08f14dc26e925c6be74f99aaffae834))
* **docs:** DSPX-2409 replace SDK README code example with working code ([#3055](https://github.com/opentdf/platform/issues/3055)) ([566cb6f](https://github.com/opentdf/platform/commit/566cb6fcc7e906f34a59326708c30f9f2059b21a))
* Go 1.25 ([#3053](https://github.com/opentdf/platform/issues/3053)) ([65eb7c3](https://github.com/opentdf/platform/commit/65eb7c3d5fe1892de1e4fabb9b3b7894742c3f02))
* **kas:** Fix EC P-521 typo ([#3075](https://github.com/opentdf/platform/issues/3075)) ([abc088d](https://github.com/opentdf/platform/commit/abc088d6f5f55eab240813faad2e575d87df51c1))
* **sdk:** conditionally set client_id based on auth method ([#2968](https://github.com/opentdf/platform/issues/2968)) ([abdeb69](https://github.com/opentdf/platform/commit/abdeb693b7a836460d03b78c1233790b5203a076))


### Code Refactoring

* **policy:** remove namespace certificate feature ([#3051](https://github.com/opentdf/platform/issues/3051)) ([48abb81](https://github.com/opentdf/platform/commit/48abb813ae7accbfcaa6e6ad4bb7071e3476716d))

## [0.12.0](https://github.com/opentdf/platform/compare/sdk/v0.11.0...sdk/v0.12.0) (2026-01-27)


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.12.0" // x-release-please-version
Version = "0.13.0" // x-release-please-version
)
Loading