Skip to content

Commit

Permalink
chore(main): release service 0.4.30 (#1774)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


##
[0.4.30](service/v0.4.29...service/v0.4.30)
(2024-11-27)


### Features

* **core:** Introduce ERS mode, ability to connect to remote ERS
([#1735](#1735))
([a118316](a118316))
* **policy:** limit/offset throughout LIST service RPCs/db
([#1669](#1669))
([ec46a3a](ec46a3a)),
closes [#55](#55)


### Bug Fixes

* **core:** Autobump service
([#1789](#1789))
([ff7c6f3](ff7c6f3))
* **core:** Set token endpoint manually if client creds provided in
server sdk_config
([#1780](#1780))
([07a1dbd](07a1dbd))
* properly set casbin authz policy
([#1776](#1776))
([d4b501c](d4b501c))

---
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>
  • Loading branch information
opentdf-automation[bot] authored Nov 27, 2024
1 parent ff7c6f3 commit c34251e
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
15 changes: 15 additions & 0 deletions service/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down

0 comments on commit c34251e

Please sign in to comment.