Skip to content

Commit

Permalink
chore(main): release service 0.4.25
Browse files Browse the repository at this point in the history
  • Loading branch information
opentdf-automation[bot] authored Oct 9, 2024
1 parent 4b64e5b commit 3973088
Show file tree
Hide file tree
Showing 2 changed files with 24 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.1",
"protocol/go": "0.2.17",
"sdk": "0.3.14",
"service": "0.4.24"
"service": "0.4.25"
}
23 changes: 23 additions & 0 deletions service/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# Changelog

## [0.4.25](https://github.com/opentdf/platform/compare/service/v0.4.24...service/v0.4.25) (2024-10-09)


### Features

* **authz:** Add name to entity id when retrieved from token ([#1616](https://github.com/opentdf/platform/issues/1616)) ([5304204](https://github.com/opentdf/platform/commit/53042041a3c4993cc56db893a69b9e27363e8d1a))
* **core:** Add entity category to audit logs ([#1614](https://github.com/opentdf/platform/issues/1614)) ([871878c](https://github.com/opentdf/platform/commit/871878c922b595cc5354a10300f3e488a841e580))
* **core:** Change log level from Debug to Trace for readiness checks ([#1544](https://github.com/opentdf/platform/issues/1544)) ([0af1269](https://github.com/opentdf/platform/commit/0af12698842b297e9b8f7de5fd009c2e776c5ec1)), closes [#1545](https://github.com/opentdf/platform/issues/1545)
* **policy:** 1004 add audit support for unsafe actions ([#1620](https://github.com/opentdf/platform/issues/1620)) ([4b64e5b](https://github.com/opentdf/platform/commit/4b64e5bc7978201b1f4ba688c292925da227081e))
* **policy:** 1421 tech debt migrate Resource Mappings object queries to sqlc ([#1422](https://github.com/opentdf/platform/issues/1422)) ([cd74bcf](https://github.com/opentdf/platform/commit/cd74bcf00d1c19c9a609f1dba6ad406a0454b07c))
* **policy:** 1426 tech debt migrate Namespace object queries to sqlc - PART 2 ([#1617](https://github.com/opentdf/platform/issues/1617)) ([b914350](https://github.com/opentdf/platform/commit/b9143502c737a526f71a41d31ad6778e392255e0))
* **policy:** 1434 tech debt migrate attribute value object queries to sqlc ([#1444](https://github.com/opentdf/platform/issues/1444)) ([0a7998e](https://github.com/opentdf/platform/commit/0a7998ec44c98eab5e084766e759fb2596e6e184)), closes [#1434](https://github.com/opentdf/platform/issues/1434)
* **policy:** 1435 tech debt migrate attribute definition object queries to sqlc ([#1450](https://github.com/opentdf/platform/issues/1450)) ([c36624c](https://github.com/opentdf/platform/commit/c36624cbefd8643cad6f01603046fa060ae06724))
* **policy:** 1436 tech debt migrate subject mapping and condition set object queries to sqlc ([#1606](https://github.com/opentdf/platform/issues/1606)) ([ec60c9f](https://github.com/opentdf/platform/commit/ec60c9fcb6d2ad7c7638dab39145341ab6f5d213))
* **policy:** 1438 tech debt migrate attribute fqn indexing queries to sqlc ([#1445](https://github.com/opentdf/platform/issues/1445)) ([617aa91](https://github.com/opentdf/platform/commit/617aa913a1e79f0332c90e2882878c88ba3c3ff7)), closes [#1438](https://github.com/opentdf/platform/issues/1438)
* **policy:** 1618 update KAS CRUD to align with ADR decisions ([#1619](https://github.com/opentdf/platform/issues/1619)) ([379f980](https://github.com/opentdf/platform/commit/379f980bc8166fcf856e75e6ba5bac75adff92d6)), closes [#1618](https://github.com/opentdf/platform/issues/1618)
* **sdk:** Improve KAS key lookup and caching ([#1556](https://github.com/opentdf/platform/issues/1556)) ([fb6c47a](https://github.com/opentdf/platform/commit/fb6c47a95f2e91748436a76aeef46a81273bb10d))


### Bug Fixes

* **core:** Autobump service ([#1611](https://github.com/opentdf/platform/issues/1611)) ([2567052](https://github.com/opentdf/platform/commit/256705261e0c61e9624adf5cc7b9d2ac08581858))

## [0.4.24](https://github.com/opentdf/platform/compare/service/v0.4.23...service/v0.4.24) (2024-10-01)


Expand Down

0 comments on commit 3973088

Please sign in to comment.