From df63c712c3f85dc27178df4dc145af1a3c5ccfcd Mon Sep 17 00:00:00 2001 From: "opentdf-automation[bot]" <149537512+opentdf-automation[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 17:25:37 +0000 Subject: [PATCH] chore(main): release protocol/go 0.37.0 --- .github/release-please/release-please-manifest.json | 2 +- protocol/go/CHANGELOG.md | 12 ++++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/.github/release-please/release-please-manifest.json b/.github/release-please/release-please-manifest.json index ef5d490c0e..89287365b9 100644 --- a/.github/release-please/release-please-manifest.json +++ b/.github/release-please/release-please-manifest.json @@ -4,7 +4,7 @@ "lib/flattening": "0.1.3", "lib/identifier": "0.4.0", "otdfctl": "0.34.0", - "protocol/go": "0.36.0", + "protocol/go": "0.37.0", "sdk": "0.25.0", "service": "0.19.0" } \ No newline at end of file diff --git a/protocol/go/CHANGELOG.md b/protocol/go/CHANGELOG.md index 1700efd34e..0276866796 100644 --- a/protocol/go/CHANGELOG.md +++ b/protocol/go/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.37.0](https://github.com/opentdf/platform/compare/protocol/go/v0.36.0...protocol/go/v0.37.0) (2026-07-01) + + +### ⚠ BREAKING CHANGES + +* **policy:** undo subject mapping operator decomposition ([#3685](https://github.com/opentdf/platform/issues/3685)) + +### Features + +* **policy:** add narrow attribute read API protos and generated code ([#3634](https://github.com/opentdf/platform/issues/3634)) ([5726720](https://github.com/opentdf/platform/commit/572672007abd7e0a3598f8303661487cfb0d2db5)) +* **policy:** undo subject mapping operator decomposition ([#3685](https://github.com/opentdf/platform/issues/3685)) ([84f3b92](https://github.com/opentdf/platform/commit/84f3b92a4f82dd527ef93de3361ec22990eae479)) + ## [0.36.0](https://github.com/opentdf/platform/compare/protocol/go/v0.35.0...protocol/go/v0.36.0) (2026-06-29)