Skip to content

Commit 794f9db

Browse files
chore(main): release service 0.19.0 (#3662)
🤖 I have created a release *beep* *boop* --- ## [0.19.0](service/v0.18.0...service/v0.19.0) (2026-06-30) ### Features * **authz:** Authz-v2 docs ([#3670](#3670)) ([4ab7fe8](4ab7fe8)) * **authz:** move DPoP enforcement into dpop.enforce config (DSPX-3397) ([#3666](#3666)) ([daebade](daebade)) * **core:** add global audit config and add configured JWT claims to audit logs ([#3429](#3429)) ([03021fa](03021fa)) * **kas:** Adds FIPS-203 wrap with ML-KEM-768/1024 ([#3652](#3652)) ([06f30ef](06f30ef)) * **policy:** Add kas_uri dimenstion to ListKeys. ([#3663](#3663)) ([41cee41](41cee41)) ### Bug Fixes * **authz:** Add default role for every req. ([#3664](#3664)) ([2a7095a](2a7095a)) * **authz:** emit WWW-Authenticate DPoP on all proof rejections (DSPX-3397) ([#3665](#3665)) ([d7caacd](d7caacd)) * **deps:** bump github.com/opentdf/platform/sdk from 0.24.0 to 0.25.0 in /service ([#3687](#3687)) ([0b7f77a](0b7f77a)) * **kas:** verify rewrap SRT with its actual JWS algorithm ([#3691](#3691)) ([1f073b6](1f073b6)) * **policy:** undo Condition.operator deprecation ([#3668](#3668)) ([917f66a](917f66a)) --- 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 0612ea8 commit 794f9db

3 files changed

Lines changed: 22 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
@@ -6,5 +6,5 @@
66
"otdfctl": "0.33.0",
77
"protocol/go": "0.36.0",
88
"sdk": "0.25.0",
9-
"service": "0.18.0"
9+
"service": "0.19.0"
1010
}

service/CHANGELOG.md

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

3+
## [0.19.0](https://github.com/opentdf/platform/compare/service/v0.18.0...service/v0.19.0) (2026-06-30)
4+
5+
6+
### Features
7+
8+
* **authz:** Authz-v2 docs ([#3670](https://github.com/opentdf/platform/issues/3670)) ([4ab7fe8](https://github.com/opentdf/platform/commit/4ab7fe88c97c8bffdd168a92759b1dbdd1874f20))
9+
* **authz:** move DPoP enforcement into dpop.enforce config (DSPX-3397) ([#3666](https://github.com/opentdf/platform/issues/3666)) ([daebade](https://github.com/opentdf/platform/commit/daebadeaa8401fcd14a7faabfa6dd6aaca22aea8))
10+
* **core:** add global audit config and add configured JWT claims to audit logs ([#3429](https://github.com/opentdf/platform/issues/3429)) ([03021fa](https://github.com/opentdf/platform/commit/03021fab10cf80da56d6e58274081cf32c39a689))
11+
* **kas:** Adds FIPS-203 wrap with ML-KEM-768/1024 ([#3652](https://github.com/opentdf/platform/issues/3652)) ([06f30ef](https://github.com/opentdf/platform/commit/06f30ef7f2eb6a5dce587efa906d4bd70b7cd8dc))
12+
* **policy:** Add kas_uri dimenstion to ListKeys. ([#3663](https://github.com/opentdf/platform/issues/3663)) ([41cee41](https://github.com/opentdf/platform/commit/41cee41ac9cee8c6d0730ca7c165ac9c22242ac4))
13+
14+
15+
### Bug Fixes
16+
17+
* **authz:** Add default role for every req. ([#3664](https://github.com/opentdf/platform/issues/3664)) ([2a7095a](https://github.com/opentdf/platform/commit/2a7095afb8bb55eb07b2ab877ace12389eeeba97))
18+
* **authz:** emit WWW-Authenticate DPoP on all proof rejections (DSPX-3397) ([#3665](https://github.com/opentdf/platform/issues/3665)) ([d7caacd](https://github.com/opentdf/platform/commit/d7caacdc8e2d459baeee3af81ecf8a7cf6fea727))
19+
* **deps:** bump github.com/opentdf/platform/sdk from 0.24.0 to 0.25.0 in /service ([#3687](https://github.com/opentdf/platform/issues/3687)) ([0b7f77a](https://github.com/opentdf/platform/commit/0b7f77aabff010a95b97e8c087f2475cd7c11003))
20+
* **kas:** verify rewrap SRT with its actual JWS algorithm ([#3691](https://github.com/opentdf/platform/issues/3691)) ([1f073b6](https://github.com/opentdf/platform/commit/1f073b6a8fac4d0628253f4835e7b2dcaf40a4e8))
21+
* **policy:** undo Condition.operator deprecation ([#3668](https://github.com/opentdf/platform/issues/3668)) ([917f66a](https://github.com/opentdf/platform/commit/917f66a3dc3fa4df63d9b1a901ff75d88234d3f2))
22+
323
## [0.18.0](https://github.com/opentdf/platform/compare/service/v0.17.0...service/v0.18.0) (2026-06-23)
424

525

service/cmd/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ package cmd
22

33
import "github.com/spf13/cobra"
44

5-
const Version = "0.18.0" // Service Version // x-release-please-version
5+
const Version = "0.19.0" // Service Version // x-release-please-version
66

77
func init() {
88
rootCmd.AddCommand(&cobra.Command{

0 commit comments

Comments
 (0)