Skip to content

Commit dfc8a93

Browse files
chore(main): release sdk 0.11.0
1 parent 808457e commit dfc8a93

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
"lib/flattening": "0.1.3",
55
"lib/identifier": "0.2.0",
66
"protocol/go": "0.13.0",
7-
"sdk": "0.10.0",
7+
"sdk": "0.11.0",
88
"service": "0.11.0"
99
}

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.11.0](https://github.com/opentdf/platform/compare/sdk/v0.10.0...sdk/v0.11.0) (2025-12-19)
4+
5+
6+
### Features
7+
8+
* crypto.Signer in assertion signing ([#2956](https://github.com/opentdf/platform/issues/2956)) ([ab36c3a](https://github.com/opentdf/platform/commit/ab36c3a4f4f556dc504320e51216c0d90b848f0f))
9+
* **sdk:** adds configurable max manifest sizes ([#2906](https://github.com/opentdf/platform/issues/2906)) ([e418a4b](https://github.com/opentdf/platform/commit/e418a4b675f34c0cc3aafbe5ca4c8c9ba93187b5))
10+
* **sdk:** Expose policy binding hash from Nano. ([#2857](https://github.com/opentdf/platform/issues/2857)) ([5221cf4](https://github.com/opentdf/platform/commit/5221cf41079fc43a3966e17c6f3e0d3cf8a16730))
11+
* Update Go toolchain version to 1.24.11 across all modules ([#2943](https://github.com/opentdf/platform/issues/2943)) ([a960eca](https://github.com/opentdf/platform/commit/a960eca78ab8870599f0aa2a315dbada355adf20))
12+
13+
14+
### Bug Fixes
15+
16+
* **deps:** bump toolchain to go1.24.9 for CVEs found by govulncheck ([#2849](https://github.com/opentdf/platform/issues/2849)) ([23f76c0](https://github.com/opentdf/platform/commit/23f76c034cfb4c325d868eb96c95ba616e362db4))
17+
* **sdk:** more efficient encryption in experiment TDF Writer ([#2904](https://github.com/opentdf/platform/issues/2904)) ([3ec0518](https://github.com/opentdf/platform/commit/3ec05180ab567e78def51be90b10dd137f3a1f61))
18+
* **sdk:** uses kas sessions key ([#2940](https://github.com/opentdf/platform/issues/2940)) ([736f250](https://github.com/opentdf/platform/commit/736f250bee9ced322aa0e96191d1659db7d1fe79))
19+
320
## [0.10.0](https://github.com/opentdf/platform/compare/sdk/v0.9.0...sdk/v0.10.0) (2025-10-21)
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.10.0" // x-release-please-version
10+
Version = "0.11.0" // x-release-please-version
1111
)

0 commit comments

Comments
 (0)