Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/release-please/release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
"lib/identifier": "0.1.0",
"protocol/go": "0.10.0",
"sdk": "0.7.0",
"service": "0.9.0"
"service": "0.10.0"
}
36 changes: 36 additions & 0 deletions service/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,41 @@
# Changelog

## [0.10.0](https://github.com/opentdf/platform/compare/service/v0.9.0...service/v0.10.0) (2025-09-17)


### ⚠ BREAKING CHANGES

* **policy:** Add manager column to provider configuration for multi-instance support ([#2601](https://github.com/opentdf/platform/issues/2601))

### Features

* **authz:** add obligation policy decision point ([#2706](https://github.com/opentdf/platform/issues/2706)) ([bb2a4f8](https://github.com/opentdf/platform/commit/bb2a4f89f4cc0c483ac7f60b4e24bf88cac10c7e))
* **core:** add service negation for op mode ([#2680](https://github.com/opentdf/platform/issues/2680)) ([029db8c](https://github.com/opentdf/platform/commit/029db8c10af1cb8f50c2bb925d08ca0f5ddf7916))
* **core:** Bump default write timeout. ([#2671](https://github.com/opentdf/platform/issues/2671)) ([6a233c1](https://github.com/opentdf/platform/commit/6a233c1f16c1a7ea3b059906eb0a489e06544134))
* **core:** Encapsulate>Encrypt ([#2676](https://github.com/opentdf/platform/issues/2676)) ([3c5a614](https://github.com/opentdf/platform/commit/3c5a6145c9bcac47001639bdcf2576a444493dd5))
* **core:** Lets key manager factory take context ([#2715](https://github.com/opentdf/platform/issues/2715)) ([8d70993](https://github.com/opentdf/platform/commit/8d7099361c76d94682a91d86ec5ace7cce816cfa))
* **policy:** add FQN of obligation definitions/values to protos ([#2703](https://github.com/opentdf/platform/issues/2703)) ([45ded0e](https://github.com/opentdf/platform/commit/45ded0e2717cca7ca8465e642c05e02ca4acd6c5))
* **policy:** Add manager column to provider configuration for multi-instance support ([#2601](https://github.com/opentdf/platform/issues/2601)) ([a5fc994](https://github.com/opentdf/platform/commit/a5fc994acc5491bf8cbf751b675302b459e1f3b0))
* **policy:** Add obligation triggers ([#2675](https://github.com/opentdf/platform/issues/2675)) ([22d0837](https://github.com/opentdf/platform/commit/22d08378c06eef1ec5d59250d3e22f81d230c49d))
* **policy:** add protovalidate for obligation defs + vals ([#2699](https://github.com/opentdf/platform/issues/2699)) ([af5c049](https://github.com/opentdf/platform/commit/af5c049435355646b7b59fd3a4b0191875a4b88d))
* **policy:** Allow creation and update of triggers on Obligation Values ([#2691](https://github.com/opentdf/platform/issues/2691)) ([b1e7ba1](https://github.com/opentdf/platform/commit/b1e7ba14a34c719d711db45cc9401c332c1175a5))
* **policy:** Allow for additional context to be added to obligation triggers ([#2705](https://github.com/opentdf/platform/issues/2705)) ([7025599](https://github.com/opentdf/platform/commit/7025599b30e76bb5b546f5d68f5fee9405f8a0b5))
* **policy:** Include Triggers in GET/LISTable reqs ([#2704](https://github.com/opentdf/platform/issues/2704)) ([b4381d1](https://github.com/opentdf/platform/commit/b4381d1f6f9777ad9041196548d52bc6f769e779))
* **policy:** obligations + values CRUD ([#2545](https://github.com/opentdf/platform/issues/2545)) ([c194e35](https://github.com/opentdf/platform/commit/c194e3522b9dfab74a5a21747d012f88a188f989))
* use public AES protected key from lib/ocrypto ([#2600](https://github.com/opentdf/platform/issues/2600)) ([75d7590](https://github.com/opentdf/platform/commit/75d7590ec062f822045027d4eb0b59a48bdea465))


### Bug Fixes

* **core:** remove extraneous comment ([#2741](https://github.com/opentdf/platform/issues/2741)) ([ada8da6](https://github.com/opentdf/platform/commit/ada8da664012ef82708214108efe9ad722e32faa))
* **core:** return services in the order they were registered ([#2733](https://github.com/opentdf/platform/issues/2733)) ([1d661db](https://github.com/opentdf/platform/commit/1d661dbc15cb14f335c3d1a93b379686da7c700d))
* **deps:** bump github.com/opentdf/platform/lib/ocrypto from 0.3.0 to 0.6.0 in /service ([#2714](https://github.com/opentdf/platform/issues/2714)) ([00354b3](https://github.com/opentdf/platform/commit/00354b3b37ea181fb007a9df390462989ef44b9c))
* **deps:** bump github.com/opentdf/platform/protocol/go from 0.7.0 to 0.9.0 in /service ([#2726](https://github.com/opentdf/platform/issues/2726)) ([9004368](https://github.com/opentdf/platform/commit/900436848bda92b7af735893e192e9ac5b343399))
* **deps:** bump protocol/go to 0.10.0 in service ([#2734](https://github.com/opentdf/platform/issues/2734)) ([11e6201](https://github.com/opentdf/platform/commit/11e62012d1895fd148fe4bfcb2bd2e5132d5be1b))
* **deps:** update protovalidate to v0.14.2 to use new buf validate MessageOneofRule ([#2698](https://github.com/opentdf/platform/issues/2698)) ([1cae18e](https://github.com/opentdf/platform/commit/1cae18e6b6f4a72869b0cdb65d775e108da07872))
* **policy:** Registered Resources should consider actions correctly within Decision Requests ([#2681](https://github.com/opentdf/platform/issues/2681)) ([cf264a2](https://github.com/opentdf/platform/commit/cf264a2701aa529a188548c5288f55ae3c95d338))
* sanitize db schema identifiers ([#2682](https://github.com/opentdf/platform/issues/2682)) ([0d3dd94](https://github.com/opentdf/platform/commit/0d3dd945078fd3b9696a3ab258d8e35c0f272345))

## [0.9.0](https://github.com/opentdf/platform/compare/service/v0.8.0...service/v0.9.0) (2025-08-27)


Expand Down
2 changes: 1 addition & 1 deletion service/cmd/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package cmd

import "github.com/spf13/cobra"

const Version = "0.9.0" // Service Version // x-release-please-version
const Version = "0.10.0" // Service Version // x-release-please-version

func init() {
rootCmd.AddCommand(&cobra.Command{
Expand Down
Loading