Skip to content

service: v0.4.25

Compare
Choose a tag to compare
@opentdf-automation opentdf-automation released this 15 Oct 19:05
99da3e2

0.4.25 (2024-10-15)

Features

  • authz: Add name to entity id when retrieved from token (#1616) (5304204)
  • core: Add entity category to audit logs (#1614) (871878c)
  • core: Change log level from Debug to Trace for readiness checks (#1544) (0af1269), closes #1545
  • policy: 1004 add audit support for unsafe actions (#1620) (4b64e5b)
  • policy: 1357 policy GetAttributeByFqn db query should employ fewer roundtrips (#1633) (0bdb7e5), closes #1357
  • policy: 1421 tech debt migrate Resource Mappings object queries to sqlc (#1422) (cd74bcf)
  • policy: 1426 tech debt migrate Namespace object queries to sqlc - PART 2 (#1617) (b914350)
  • policy: 1434 tech debt migrate attribute value object queries to sqlc (#1444) (0a7998e), closes #1434
  • policy: 1435 tech debt migrate attribute definition object queries to sqlc (#1450) (c36624c)
  • policy: 1436 tech debt migrate subject mapping and condition set object queries to sqlc (#1606) (ec60c9f)
  • policy: 1438 tech debt migrate attribute fqn indexing queries to sqlc (#1445) (617aa91), closes #1438
  • policy: 1580 Resource Mappings GET/LIST should provide attribute value FQNs in response (#1622) (e33bcc0), closes #1580
  • policy: 1618 update KAS CRUD to align with ADR decisions (#1619) (379f980), closes #1618
  • policy: DSP-51 - deprecate PublicKey local field (#1590) (e3ed0b5)
  • sdk: Improve KAS key lookup and caching (#1556) (fb6c47a)

Bug Fixes