Skip to content

Commit

Permalink
chore(main): release sdk 0.3.26
Browse files Browse the repository at this point in the history
  • Loading branch information
opentdf-automation[bot] authored Jan 17, 2025
1 parent 11698ae commit 841ca9a
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"lib/ocrypto": "0.1.7",
"lib/flattening": "0.1.3",
"protocol/go": "0.2.22",
"sdk": "0.3.25",
"sdk": "0.3.26",
"service": "0.4.37"
}
14 changes: 14 additions & 0 deletions sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [0.3.26](https://github.com/opentdf/platform/compare/sdk/v0.3.25...sdk/v0.3.26) (2025-01-17)


### Features

* **core:** adds bulk rewrap to sdk and service ([#1835](https://github.com/opentdf/platform/issues/1835)) ([11698ae](https://github.com/opentdf/platform/commit/11698ae18f66282980a7822dd145e3896c2b605c))
* **core:** Adds ErrInvalidPerSchema ([#1860](https://github.com/opentdf/platform/issues/1860)) ([456639e](https://github.com/opentdf/platform/commit/456639e0bfbffc93b08ec1cea9dfb7d6feb3529d))


### Bug Fixes

* **sdk:** everything is `mixedSplits` now ([#1861](https://github.com/opentdf/platform/issues/1861)) ([ba78f14](https://github.com/opentdf/platform/commit/ba78f142e94330ed66d45a9b43640fbcf2c98d22))
* **sdk:** Fixed token expiration time ([#1854](https://github.com/opentdf/platform/issues/1854)) ([c3cda1b](https://github.com/opentdf/platform/commit/c3cda1b877ed588ac52dca09c74775a5d9fd63ca))

## [0.3.25](https://github.com/opentdf/platform/compare/sdk/v0.3.24...sdk/v0.3.25) (2025-01-08)


Expand Down
2 changes: 1 addition & 1 deletion sdk/version.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package sdk

const (
Version = "0.3.25" // SDK version // x-release-please-version
Version = "0.3.26" // SDK version // x-release-please-version
TDFSpecVersion = "4.2.2" // Vesion of TDF Spec currently targeted by the SDK
)

0 comments on commit 841ca9a

Please sign in to comment.