From 9e7d5b972f9e55752b79e3191b7625b7389b1b2d Mon Sep 17 00:00:00 2001 From: "opentdf-automation[bot]" <149537512+opentdf-automation[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 11:17:47 -0500 Subject: [PATCH] chore(main): release service 0.4.36 (#1831) :robot: I have created a release *beep* *boop* --- ## [0.4.36](https://github.com/opentdf/platform/compare/service/v0.4.35...service/v0.4.36) (2025-01-03) ### Bug Fixes * **core:** GetDecisions should handle empty string and non-existent attributes ([#1832](https://github.com/opentdf/platform/issues/1832)) ([dc89678](https://github.com/opentdf/platform/commit/dc8967842a035debce6d2251e13823b183e9c433)) * **core:** reduces GetEntitlements calls in GetDecisions ([#1822](https://github.com/opentdf/platform/issues/1822)) ([8bb5744](https://github.com/opentdf/platform/commit/8bb57440209f50434bcf46551f206dc49b040a03)) --- 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> --- .release-please-manifest.json | 2 +- service/CHANGELOG.md | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 103ceb33c..0c5549d19 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -4,5 +4,5 @@ "lib/flattening": "0.1.3", "protocol/go": "0.2.22", "sdk": "0.3.23", - "service": "0.4.35" + "service": "0.4.36" } diff --git a/service/CHANGELOG.md b/service/CHANGELOG.md index 552938e58..63d6004ce 100644 --- a/service/CHANGELOG.md +++ b/service/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.4.36](https://github.com/opentdf/platform/compare/service/v0.4.35...service/v0.4.36) (2025-01-03) + + +### Bug Fixes + +* **core:** GetDecisions should handle empty string and non-existent attributes ([#1832](https://github.com/opentdf/platform/issues/1832)) ([dc89678](https://github.com/opentdf/platform/commit/dc8967842a035debce6d2251e13823b183e9c433)) +* **core:** reduces GetEntitlements calls in GetDecisions ([#1822](https://github.com/opentdf/platform/issues/1822)) ([8bb5744](https://github.com/opentdf/platform/commit/8bb57440209f50434bcf46551f206dc49b040a03)) + ## [0.4.35](https://github.com/opentdf/platform/compare/service/v0.4.34...service/v0.4.35) (2024-12-18)