From 930ffb29ae16124cff43fbec90a0c22762d1aceb Mon Sep 17 00:00:00 2001 From: "opentdf-automation[bot]" <149537512+opentdf-automation[bot]@users.noreply.github.com> Date: Tue, 14 Oct 2025 20:36:50 +0000 Subject: [PATCH] chore(main): release protocol/go 0.12.0 --- .github/release-please/release-please-manifest.json | 2 +- protocol/go/CHANGELOG.md | 13 +++++++++++++ 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/.github/release-please/release-please-manifest.json b/.github/release-please/release-please-manifest.json index 49bea0a03..88f747197 100644 --- a/.github/release-please/release-please-manifest.json +++ b/.github/release-please/release-please-manifest.json @@ -3,7 +3,7 @@ "lib/ocrypto": "0.6.0", "lib/flattening": "0.1.3", "lib/identifier": "0.2.0", - "protocol/go": "0.11.0", + "protocol/go": "0.12.0", "sdk": "0.9.0", "service": "0.10.0" } \ No newline at end of file diff --git a/protocol/go/CHANGELOG.md b/protocol/go/CHANGELOG.md index 103cea164..fb8ad06f9 100644 --- a/protocol/go/CHANGELOG.md +++ b/protocol/go/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [0.12.0](https://github.com/opentdf/platform/compare/protocol/go/v0.11.0...protocol/go/v0.12.0) (2025-10-14) + + +### Features + +* **authz:** defer to request auth as decision/entitlements entity ([#2789](https://github.com/opentdf/platform/issues/2789)) ([feb34d8](https://github.com/opentdf/platform/commit/feb34d85a3cd9324a95cc7a2fac92a2e658170fe)) +* **policy:** Proto - root certificates by namespace ([#2800](https://github.com/opentdf/platform/issues/2800)) ([0edb359](https://github.com/opentdf/platform/commit/0edb3591bc0c12b3ffb47b4e43d19b56dae3d016)) + + +### Bug Fixes + +* **core:** deprecated stale protos and add better upgrade comments ([#2793](https://github.com/opentdf/platform/issues/2793)) ([f2678cc](https://github.com/opentdf/platform/commit/f2678cc6929824ae3d73d2c808ce8412086011ee)) + ## [0.11.0](https://github.com/opentdf/platform/compare/protocol/go/v0.10.0...protocol/go/v0.11.0) (2025-09-18)