Skip to content

fix(deps): bump github.com/opentdf/platform/protocol/go from 0.23.0 to 0.24.0 in /sdk#3319

Merged
elizabethhealy merged 1 commit into
mainfrom
dependabot/go_modules/sdk/github.com/opentdf/platform/protocol/go-0.24.0
Apr 20, 2026
Merged

fix(deps): bump github.com/opentdf/platform/protocol/go from 0.23.0 to 0.24.0 in /sdk#3319
elizabethhealy merged 1 commit into
mainfrom
dependabot/go_modules/sdk/github.com/opentdf/platform/protocol/go-0.24.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Apr 17, 2026

Copy link
Copy Markdown
Contributor

Bumps github.com/opentdf/platform/protocol/go from 0.23.0 to 0.24.0.

Release notes

Sourced from github.com/opentdf/platform/protocol/go's releases.

protocol/go: v0.24.0

0.24.0 (2026-04-17)

Features

  • policy: add GetObligationTrigger RPC (#3318) (d68e39d)
  • policy: add sort ListSubjectMappings API (#3255) (9d5d757)
  • policy: add sort support to ListKeyAccessServer (#3287) (7fae2d7)
  • policy: add sort support to listobligations api (#3300) (9221cac)
  • policy: add sort support to ListSubjectConditionSets API (#3272) (9010f12)
Changelog

Sourced from github.com/opentdf/platform/protocol/go's changelog.

0.24.0 (2025-07-29)

Features

  • core: Delete kas keys (#627) (e2acb67)
  • core: expose registered resources commands (#631) (18530b8)
  • core: Key mappings command (#623) (28403c6)
  • core: Registered Resources - action attribute values update confirmation (#620) (2ad0b9e)
Commits
  • b842f1f chore(main): release 0.24.0 (#622)
  • 18530b8 feat(core): expose registered resources commands (#631)
  • e2acb67 feat(core): Delete kas keys (#627)
  • ba8e04b chore(dependabot): bump github.com/charmbracelet/bubbletea from 1.3.5 to 1.3....
  • 28403c6 feat(core): Key mappings command (#623)
  • 2ad0b9e feat(core): Registered Resources - action attribute values update confirmatio...
  • See full diff in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [github.com/opentdf/platform/protocol/go](https://github.com/opentdf/platform) from 0.23.0 to 0.24.0.
- [Release notes](https://github.com/opentdf/platform/releases)
- [Changelog](https://github.com/opentdf/platform/blob/otdfctl/v0.24.0/CHANGELOG.md)
- [Commits](otdfctl/v0.23.0...otdfctl/v0.24.0)

---
updated-dependencies:
- dependency-name: github.com/opentdf/platform/protocol/go
  dependency-version: 0.24.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Apr 17, 2026
@dependabot
dependabot Bot requested review from a team as code owners April 17, 2026 17:53
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Apr 17, 2026
@github-actions github-actions Bot added comp:sdk A software development kit, including library, for client applications and inter-service communicati size/xs labels Apr 17, 2026
@jakedoublev
jakedoublev enabled auto-merge April 17, 2026 17:56
@github-actions

Copy link
Copy Markdown
Contributor
Benchmark results, click to expand

Benchmark authorization.GetDecisions Results:

Metric Value
Approved Decision Requests 1000
Denied Decision Requests 0
Total Time 184.656479ms

Benchmark authorization.v2.GetMultiResourceDecision Results:

Metric Value
Approved Decision Requests 1000
Denied Decision Requests 0
Total Time 86.66753ms

Benchmark Statistics

Name № Requests Avg Duration Min Duration Max Duration

Bulk Benchmark Results

Metric Value
Total Decrypts 100
Successful Decrypts 100
Failed Decrypts 0
Total Time 413.628016ms
Throughput 241.76 requests/second

TDF3 Benchmark Results:

Metric Value
Total Requests 5000
Successful Requests 5000
Failed Requests 0
Concurrent Requests 50
Total Time 42.381924812s
Average Latency 421.889722ms
Throughput 117.97 requests/second

@github-actions

Copy link
Copy Markdown
Contributor

⚠️ Govulncheck found vulnerabilities ⚠️

The following modules have known vulnerabilities:

  • examples
  • sdk
  • service
  • lib/fixtures
  • tests-bdd

See the workflow run for details.

@jakedoublev
jakedoublev added this pull request to the merge queue Apr 20, 2026
@github-merge-queue
github-merge-queue Bot removed this pull request from the merge queue due to failed status checks Apr 20, 2026
@elizabethhealy
elizabethhealy added this pull request to the merge queue Apr 20, 2026
Merged via the queue into main with commit 0f8db5e Apr 20, 2026
40 checks passed
@elizabethhealy
elizabethhealy deleted the dependabot/go_modules/sdk/github.com/opentdf/platform/protocol/go-0.24.0 branch April 20, 2026 16:19
JBCongdon pushed a commit to JBCongdon/platform that referenced this pull request May 24, 2026
🤖 I have created a release *beep* *boop*
---


##
[0.16.0](opentdf/platform@sdk/v0.15.0...sdk/v0.16.0)
(2026-04-21)


### ⚠ BREAKING CHANGES

* **sdk:** reclassify KAS 400 errors — distinguish tamper from
misconfiguration
([opentdf#3166](opentdf#3166))

### Features

* **policy:** add GetObligationTrigger RPC
([opentdf#3318](opentdf#3318))
([d68e39d](opentdf@d68e39d))


### Bug Fixes

* **core:** do not concat slashes directly in url/file paths
([opentdf#3290](opentdf#3290))
([114c2a7](opentdf@114c2a7))
* **deps:** bump github.com/opentdf/platform/protocol/go from 0.20.0 to
0.21.0 in /sdk
([opentdf#3219](opentdf#3219))
([c7fde71](opentdf@c7fde71))
* **deps:** bump github.com/opentdf/platform/protocol/go from 0.21.0 to
0.22.0 in /sdk
([opentdf#3246](opentdf#3246))
([67c152c](opentdf@67c152c))
* **deps:** bump github.com/opentdf/platform/protocol/go from 0.22.0 to
0.23.0 in /sdk
([opentdf#3270](opentdf#3270))
([68ee42a](opentdf@68ee42a))
* **deps:** bump github.com/opentdf/platform/protocol/go from 0.23.0 to
0.24.0 in /sdk
([opentdf#3319](opentdf#3319))
([0f8db5e](opentdf@0f8db5e))
* **deps:** bump google.golang.org/grpc from 1.77.0 to 1.79.3 in /sdk
([opentdf#3174](opentdf#3174))
([be8b154](opentdf@be8b154))
* **sdk:** normalize issuer URL before OIDC discovery
([opentdf#3261](opentdf#3261))
([61f98c9](opentdf@61f98c9))
* **sdk:** reclassify KAS 400 errors — distinguish tamper from
misconfiguration
([opentdf#3166](opentdf#3166))
([f04a385](opentdf@f04a385))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Co-authored-by: opentdf-automation[bot] <149537512+opentdf-automation[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

comp:sdk A software development kit, including library, for client applications and inter-service communicati dependencies Pull requests that update a dependency file go Pull requests that update Go code size/xs

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants