From c34251e2308a901104695554af4c02253f4c8073 Mon Sep 17 00:00:00 2001 From: "opentdf-automation[bot]" <149537512+opentdf-automation[bot]@users.noreply.github.com> Date: Tue, 26 Nov 2024 20:30:54 -0500 Subject: [PATCH] chore(main): release service 0.4.30 (#1774) :robot: I have created a release *beep* *boop* --- ## [0.4.30](https://github.com/opentdf/platform/compare/service/v0.4.29...service/v0.4.30) (2024-11-27) ### Features * **core:** Introduce ERS mode, ability to connect to remote ERS ([#1735](https://github.com/opentdf/platform/issues/1735)) ([a118316](https://github.com/opentdf/platform/commit/a11831694302114a5d96ac7c6adb4ed55ceff80e)) * **policy:** limit/offset throughout LIST service RPCs/db ([#1669](https://github.com/opentdf/platform/issues/1669)) ([ec46a3a](https://github.com/opentdf/platform/commit/ec46a3a4375d6fe1c948c6f25146bb572717c651)), closes [#55](https://github.com/opentdf/platform/issues/55) ### Bug Fixes * **core:** Autobump service ([#1789](https://github.com/opentdf/platform/issues/1789)) ([ff7c6f3](https://github.com/opentdf/platform/commit/ff7c6f3ffe420d7c9ee8afe2a4d8614229128bed)) * **core:** Set token endpoint manually if client creds provided in server sdk_config ([#1780](https://github.com/opentdf/platform/issues/1780)) ([07a1dbd](https://github.com/opentdf/platform/commit/07a1dbd28f6e758d36b54b44957ca132fd21793f)) * properly set casbin authz policy ([#1776](https://github.com/opentdf/platform/issues/1776)) ([d4b501c](https://github.com/opentdf/platform/commit/d4b501c66f105a2c90ccc5bfa631b4b063e96f3e)) --- 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 | 15 +++++++++++++++ 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 7383089c2..a417fa0cb 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -4,5 +4,5 @@ "lib/flattening": "0.1.2", "protocol/go": "0.2.22", "sdk": "0.3.23", - "service": "0.4.29" + "service": "0.4.30" } diff --git a/service/CHANGELOG.md b/service/CHANGELOG.md index 03dee033b..45416b05f 100644 --- a/service/CHANGELOG.md +++ b/service/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## [0.4.30](https://github.com/opentdf/platform/compare/service/v0.4.29...service/v0.4.30) (2024-11-27) + + +### Features + +* **core:** Introduce ERS mode, ability to connect to remote ERS ([#1735](https://github.com/opentdf/platform/issues/1735)) ([a118316](https://github.com/opentdf/platform/commit/a11831694302114a5d96ac7c6adb4ed55ceff80e)) +* **policy:** limit/offset throughout LIST service RPCs/db ([#1669](https://github.com/opentdf/platform/issues/1669)) ([ec46a3a](https://github.com/opentdf/platform/commit/ec46a3a4375d6fe1c948c6f25146bb572717c651)), closes [#55](https://github.com/opentdf/platform/issues/55) + + +### Bug Fixes + +* **core:** Autobump service ([#1789](https://github.com/opentdf/platform/issues/1789)) ([ff7c6f3](https://github.com/opentdf/platform/commit/ff7c6f3ffe420d7c9ee8afe2a4d8614229128bed)) +* **core:** Set token endpoint manually if client creds provided in server sdk_config ([#1780](https://github.com/opentdf/platform/issues/1780)) ([07a1dbd](https://github.com/opentdf/platform/commit/07a1dbd28f6e758d36b54b44957ca132fd21793f)) +* properly set casbin authz policy ([#1776](https://github.com/opentdf/platform/issues/1776)) ([d4b501c](https://github.com/opentdf/platform/commit/d4b501c66f105a2c90ccc5bfa631b4b063e96f3e)) + ## [0.4.29](https://github.com/opentdf/platform/compare/service/v0.4.28...service/v0.4.29) (2024-11-18)