Skip to content

Commit f12ca0c

Browse files
chore(main): release sdk 0.24.0 (#3648)
🤖 I have created a release *beep* *boop* --- ## [0.24.0](sdk/v0.23.0...sdk/v0.24.0) (2026-06-23) ### ⚠ BREAKING CHANGES * **core:** conform hybrid PQ/T key formats to IETF drafts ([#3563](#3563)) ### Features * **core:** Adds comprehensive DPoP (RFC 9449) support ([#3582](#3582)) ([8a00646](8a00646)) * **core:** conform hybrid PQ/T key formats to IETF drafts ([#3563](#3563)) ([dc18568](dc18568)) ### Bug Fixes * **deps:** bump github.com/opentdf/platform/lib/ocrypto from 0.12.0 to 0.13.0 in /sdk ([#3654](#3654)) ([67c4992](67c4992)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: opentdf-automation[bot] <149537512+opentdf-automation[bot]@users.noreply.github.com>
1 parent 67c4992 commit f12ca0c

3 files changed

Lines changed: 19 additions & 2 deletions

File tree

.github/release-please/release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
"lib/identifier": "0.4.0",
66
"otdfctl": "0.33.0",
77
"protocol/go": "0.34.0",
8-
"sdk": "0.23.0",
8+
"sdk": "0.24.0",
99
"service": "0.17.0"
1010
}

sdk/CHANGELOG.md

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

3+
## [0.24.0](https://github.com/opentdf/platform/compare/sdk/v0.23.0...sdk/v0.24.0) (2026-06-23)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* **core:** conform hybrid PQ/T key formats to IETF drafts ([#3563](https://github.com/opentdf/platform/issues/3563))
9+
10+
### Features
11+
12+
* **core:** Adds comprehensive DPoP (RFC 9449) support ([#3582](https://github.com/opentdf/platform/issues/3582)) ([8a00646](https://github.com/opentdf/platform/commit/8a006469dc6e55455a2ce4715415671d39670ef6))
13+
* **core:** conform hybrid PQ/T key formats to IETF drafts ([#3563](https://github.com/opentdf/platform/issues/3563)) ([dc18568](https://github.com/opentdf/platform/commit/dc1856831383de1c5880121518c0fb83c429a5a5))
14+
15+
16+
### Bug Fixes
17+
18+
* **deps:** bump github.com/opentdf/platform/lib/ocrypto from 0.12.0 to 0.13.0 in /sdk ([#3654](https://github.com/opentdf/platform/issues/3654)) ([67c4992](https://github.com/opentdf/platform/commit/67c499259f646727e7127e20fe1174010477b2d0))
19+
320
## [0.23.0](https://github.com/opentdf/platform/compare/sdk/v0.22.0...sdk/v0.23.0) (2026-06-18)
421

522

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.23.0" // x-release-please-version
10+
Version = "0.24.0" // x-release-please-version
1111
)

0 commit comments

Comments
 (0)