From d0fcdc82732459960b2938f3b63c0318aa8b1058 Mon Sep 17 00:00:00 2001 From: "opentdf-automation[bot]" <149537512+opentdf-automation[bot]@users.noreply.github.com> Date: Wed, 17 Jun 2026 17:30:16 +0000 Subject: [PATCH] chore(main): release protocol/go 0.34.0 --- .../release-please/release-please-manifest.json | 2 +- protocol/go/CHANGELOG.md | 16 ++++++++++++++++ 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/.github/release-please/release-please-manifest.json b/.github/release-please/release-please-manifest.json index b6badf36ae..4a5fbbc4ed 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.33.0", - "protocol/go": "0.33.0", + "protocol/go": "0.34.0", "sdk": "0.22.0", "service": "0.17.0" } \ No newline at end of file diff --git a/protocol/go/CHANGELOG.md b/protocol/go/CHANGELOG.md index 9ceb63c88b..af738f0d2b 100644 --- a/protocol/go/CHANGELOG.md +++ b/protocol/go/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## [0.34.0](https://github.com/opentdf/platform/compare/protocol/go/v0.33.0...protocol/go/v0.34.0) (2026-06-17) + + +### ⚠ BREAKING CHANGES + +* **core:** Add min_len to search term. ([#3604](https://github.com/opentdf/platform/issues/3604)) + +### Features + +* **policy:** DSPX-2754 DynamicValueMapping protos + generated code ([#3580](https://github.com/opentdf/platform/issues/3580)) ([090c0f6](https://github.com/opentdf/platform/commit/090c0f65508058502d17a850691957b7beaee785)) + + +### Bug Fixes + +* **core:** Add min_len to search term. ([#3604](https://github.com/opentdf/platform/issues/3604)) ([09e22dc](https://github.com/opentdf/platform/commit/09e22dc6df01de211ca15d9f7c8dd54e7eec2abd)) + ## [0.33.0](https://github.com/opentdf/platform/compare/protocol/go/v0.32.0...protocol/go/v0.33.0) (2026-06-12)