Skip to content

Commit e14e373

Browse files
chore(main): release sdk 0.24.0
1 parent 4af4687 commit e14e373

3 files changed

Lines changed: 14 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: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
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+
315
## [0.23.0](https://github.com/opentdf/platform/compare/sdk/v0.22.0...sdk/v0.23.0) (2026-06-18)
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.23.0" // x-release-please-version
10+
Version = "0.24.0" // x-release-please-version
1111
)

0 commit comments

Comments
 (0)