Skip to content

Commit c26a705

Browse files
chore(main): release sdk 0.9.0
1 parent b381179 commit c26a705

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-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.11.0",
7-
"sdk": "0.8.0",
7+
"sdk": "0.9.0",
88
"service": "0.10.0"
99
}

sdk/CHANGELOG.md

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

3+
## [0.9.0](https://github.com/opentdf/platform/compare/sdk/v0.8.0...sdk/v0.9.0) (2025-10-06)
4+
5+
6+
### Features
7+
8+
* **sdk:** Experimental zipstream lib, add segment-based streaming ZIP writer, ZIP64 modes ([#2782](https://github.com/opentdf/platform/issues/2782)) ([b381179](https://github.com/opentdf/platform/commit/b381179119bca67ef19a935771b5a2efb5f6823a))
9+
* **sdk:** sdk should optionally take in a logger ([#2754](https://github.com/opentdf/platform/issues/2754)) ([f40d05f](https://github.com/opentdf/platform/commit/f40d05ff24aa7ff4270f206c4e3efc13125ec284))
10+
311
## [0.8.0](https://github.com/opentdf/platform/compare/sdk/v0.7.0...sdk/v0.8.0) (2025-09-19)
412

513

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

0 commit comments

Comments
 (0)