diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 4a9c55f08..56dc80e3f 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -4,5 +4,5 @@ "lib/flattening": "0.1.1", "protocol/go": "0.2.11", "sdk": "0.3.5", - "service": "0.4.17" + "service": "0.4.18" } diff --git a/service/CHANGELOG.md b/service/CHANGELOG.md index cd2c689e0..0f95c577f 100644 --- a/service/CHANGELOG.md +++ b/service/CHANGELOG.md @@ -1,5 +1,27 @@ # Changelog +## [0.4.18](https://github.com/opentdf/platform/compare/service/v0.4.17...service/v0.4.18) (2024-08-12) + + +### Features + +* **authz:** Remove external ers configuration from authorization ([#1265](https://github.com/opentdf/platform/issues/1265)) ([aa925a8](https://github.com/opentdf/platform/commit/aa925a8ca1cb8cf3c971f2b0463f48444796b7b4)) +* **authz:** Typed Entities ([#1249](https://github.com/opentdf/platform/issues/1249)) ([cfab3ad](https://github.com/opentdf/platform/commit/cfab3ad8a72f3a2f1a28ccca988459ddcdcbd7f6)) +* **core:** ability to run a set of isolated services ([#1245](https://github.com/opentdf/platform/issues/1245)) ([aa5636a](https://github.com/opentdf/platform/commit/aa5636aff4b842215af4a02d2fea9b7b9397080f)) +* **core:** improve entitlements performance ([#1271](https://github.com/opentdf/platform/issues/1271)) ([f6a1b26](https://github.com/opentdf/platform/commit/f6a1b2673695d2578bd497f223eebf190172da5e)) +* **core:** Simplifies support for kidless clients ([#1272](https://github.com/opentdf/platform/issues/1272)) ([dedeb32](https://github.com/opentdf/platform/commit/dedeb3253421870c11300345a1fb6ce8d00fcf6f)) +* **policy:** 1256 resource mapping groups db support ([#1270](https://github.com/opentdf/platform/issues/1270)) ([c020e9b](https://github.com/opentdf/platform/commit/c020e9bba2d0fa930d9e4d368e2956116ed356c6)) +* **policy:** 1277 add Resource Mapping Group to objects proto ([#1309](https://github.com/opentdf/platform/issues/1309)) ([514f1b8](https://github.com/opentdf/platform/commit/514f1b8e2d6c56056a8258e144380974b1f84d1b)), closes [#1277](https://github.com/opentdf/platform/issues/1277) + + +### Bug Fixes + +* **core:** Autobump service ([#1322](https://github.com/opentdf/platform/issues/1322)) ([9460fb5](https://github.com/opentdf/platform/commit/9460fb56058dadf7941aa316e2e6e89caab6e8af)) +* **core:** casbin policy should support assign/remove/deactivate rpc naming ([#1298](https://github.com/opentdf/platform/issues/1298)) ([288921b](https://github.com/opentdf/platform/commit/288921b2c852537ebb9134b95e67964dbc4ee2ad)), closes [#1303](https://github.com/opentdf/platform/issues/1303) +* **core:** put back proto breaking change detection in CI ([#1292](https://github.com/opentdf/platform/issues/1292)) ([9921962](https://github.com/opentdf/platform/commit/9921962ca56954afe5e47bbc68f0461bc1dc28bf)), closes [#1293](https://github.com/opentdf/platform/issues/1293) +* **core:** Update casbin policy for rewrap with unknown role ([#1305](https://github.com/opentdf/platform/issues/1305)) ([de5be3c](https://github.com/opentdf/platform/commit/de5be3cab6c18c8816677cbbed35913bb7090c51)) +* **policy:** deprecates and reserves value members from value object in protos ([#1151](https://github.com/opentdf/platform/issues/1151)) ([07fcc9e](https://github.com/opentdf/platform/commit/07fcc9ec93f00beeb863e67d0ca1465c783c2a54)) + ## [0.4.17](https://github.com/opentdf/platform/compare/service/v0.4.16...service/v0.4.17) (2024-08-06)