Skip to content

Releases: opentdf/platform

service: v0.9.0

27 Aug 18:07
3bb8f5c

Choose a tag to compare

0.9.0 (2025-08-27)

Features

  • core: add multi-strategy ERS to support ldap and sql (#2596) (855611d)
  • policy: Add legacy keys. (#2613) (57370b0)
  • policy: add values to CreateObligationRequest (#2614) (94535cc)
  • policy: Modify KAS indexer to support legacy keys. (#2616) (ba96c18)

Bug Fixes

  • deps: bump github.com/docker/docker from 28.2.2+incompatible to 28.3.3+incompatible in /service (#2598) (3c392aa)
  • deps: bump github.com/go-viper/mapstructure/v2 from 2.3.0 to 2.4.0 in /service (#2649) (b838bbc)
  • deps: bump github.com/opentdf/platform/sdk from 0.5.0 to 0.7.0 in /service (#2660) (2c998ac)
  • kas: Allow admin to set registered kas uri (#2624) (6203fba)
  • updated generated sqlc (#2609) (e44a569)

sdk: v0.7.0

26 Aug 16:29
5874ce6

Choose a tag to compare

0.7.0 (2025-08-25)

⚠ BREAKING CHANGES

  • core: Require go 1.23+ (#1979)

Features

Bug Fixes

Read more

service: v0.8.1

12 Aug 17:53
f44ba5f

Choose a tag to compare

0.8.1 (2025-08-12)

Bug Fixes

  • kas: Allow admin to set registered kas uri [backport to release/service/v0.8] (#2628) (44b63b5)

protocol/go: v0.7.0

09 Aug 01:39
2c029a3

Choose a tag to compare

0.7.0 (2025-08-08)

⚠ BREAKING CHANGES

  • policy: disable kas grants in favor of key mappings (#2220)
  • core: Require go 1.23+ (#1979)

Features

  • add ability to retrieve policy resources by id or name (#1901) (deb4455)
  • authz: authz v2, ers v2 protos and gencode for ABAC with actions & registered resource (#2124) (ea7992a)
  • authz: improve v2 request proto validation (#2357) (f927b99)
  • authz: sensible request limit upper bounds (#2526) (b3093cc)
  • core: adds bulk rewrap to sdk and service (#1835) (11698ae)
  • core: EXPERIMENTAL: EC-wrapped key support (#1902) (652266f)
  • core: Require go 1.23+ (#1979) (164c922)
  • core: v2 ERS with proto updates (#2210) (a161ef8)
  • policy: add enhanced standard/custom actions protos (#2020) (bbac53f)
  • policy: Add legacy keys. (#2613) (57370b0)
  • policy: Add list key mappings rpc. (#2533) (fbc2724)
  • policy: add obligation protos (#2579) (50882e1)
  • policy: Add validation to delete keys (#2576) (cc169d9)
  • policy: add values to CreateObligationRequest (#2614) (94535cc)
  • policy: adds new public keys table (#1836) (cad5048)
  • policy: Allow the deletion of a key. (#2575) (82b96f0)
  • policy: cache SubjectConditionSet selectors in dedicated column maintained via trigger (#2320) (215791f)
  • policy: Change return type for delete key proto. (#2566) (c1ae924)
  • policy: Default Platform Keys (#2254) (d7447fe)
  • policy: disable kas grants in favor of key mappings (#2220) (30f8cf5)
  • policy: DSPX-1018 NDR retrieval by FQN support (#2131) (0001041)
  • policy: DSPX-1057 registered resource action attribute values (protos only) (#2217) (6375596)
  • policy: DSPX-893 NDR define crud protos (#2056) (55a5c27)
  • policy: DSPX-902 NDR service crud protos only (1/2) (#2092) (24b6cb5)
  • policy: Finish resource mapping groups (#2224) (5ff754e)
  • policy: key management crud (#2110) (4c3d53d)
  • policy: Key management proto (#2115) (561f853)
  • policy: Modify get request to search for keys by kasid with keyid. (#2147) (780d2e4)
  • policy: Return KAS Key structure (#2172) (7f97b99)
  • policy: Return Simple Kas Keys from non-Key RPCs (#2387) (5113e0e)
  • policy: rotate keys rpc (#2180) (0d00743)
  • policy: Update key status's and UpdateKey rpc. (#2315) (7908db9)
  • policy: Update simple kas key (#2378) (09d8239)

Bug Fixes

  • add pagination to list public key mappings response (#1889) (9898fbd)
  • core: Allow 521 curve to be used (#2485) (aaf43dc)
  • core: Fixes protoJSON parse bug on ec rewrap (#1943) (9bebfd0)
  • core: Update fixtures and flattening in sdk and service (#1827) (d6d6a7a)
  • deps: bump toolchain in /lib/fixtures and /examples to resolve CVE GO-2025-3563 (#2061) (9c16843)
  • policy: protovalidate deprecated action types and removal of gRPC gateway in subject mappings svc (#2377) (54a6de0)
  • policy: remove gRPC gateway in policy except where needed (#2382) (1937acb)
  • policy: remove new public keys rpc's (#1962) (5049bab)
  • policy: remove predefined rules in actions protos (#2069) (060f059)
  • policy: return kas uri on keys for definition, namespace and values (#2186) (6c55fb8)
  • sdk: Fix compatibility between bulk and non-bulk rewrap (#1914) (74abbb6)
  • update key_mode to provide more context (#2226) (44d0805)

service: v0.8.0

31 Jul 13:08
b95d4b3

Choose a tag to compare

0.8.0 (2025-07-29)

Features

Bug Fixes

  • add back grants to listAttributesByDefOrValueFqns (#2493) (2b47095)
  • authz: access pdp should use proto getter (#2530) (f856212)
  • core: Allow 521 curve to be used (#2485) (aaf43dc)
  • core: resolve 'built-in' typos (#2548) (ccdfa96)
  • deps: bump github.com/opentdf/platform/lib/ocrypto from 0.2.0 to 0.3.0 in /service (#2504) (a9cc4dd)
  • sdk: Prefer KID and Algorithm selection from key maps (#2475) (98fd392)

sdk: v0.6.1

28 Jul 19:21
6fd676d

Choose a tag to compare

0.6.1 (2025-07-28)

Bug Fixes

  • deps: bump github.com/opentdf/platform/protocol/go from 0.6.0 to 0.6.2 in /sdk [backport to release/sdk/v0.6] (#2588) (b42c254)

protocol/go: v0.6.2

23 Jul 13:53
15cfd48

Choose a tag to compare

0.6.2 (2025-07-22)

Features

  • policy: Add validation to delete keys [backport to release/protocol/go/v0.6] (#2577) (f1f5819)

protocol/go: v0.6.1

22 Jul 16:45
4e27472

Choose a tag to compare

0.6.1 (2025-07-22)

Features

  • policy: Change return type for delete key proto. [backport to release/protocol/go/v0.6] (#2568) (bb38eca)

sdk: v0.6.0

10 Jul 14:18
80c9c85

Choose a tag to compare

0.6.0 (2025-07-09)

Features

Bug Fixes

  • deps: bump github.com/opentdf/platform/lib/ocrypto from 0.2.0 to 0.3.0 in /sdk (#2502) (3ec8b35)
  • deps: bump github.com/opentdf/platform/protocol/go from 0.5.0 to 0.5.1 in /sdk (#2505) (4edab72)
  • sdk: Prefer KID and Algorithm selection from key maps (#2475) (98fd392)

protocol/go: v0.6.0

09 Jul 15:58
cf059e9

Choose a tag to compare

0.6.0 (2025-07-09)

Features

Bug Fixes