Skip to content

fix(deps): bump github.com/opentdf/platform/sdk from 0.22.0 to 0.24.0 in /otdfctl#3659

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/otdfctl/github.com/opentdf/platform/sdk-0.24.0
Closed

fix(deps): bump github.com/opentdf/platform/sdk from 0.22.0 to 0.24.0 in /otdfctl#3659
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/otdfctl/github.com/opentdf/platform/sdk-0.24.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 23, 2026

Copy link
Copy Markdown
Contributor

Bumps github.com/opentdf/platform/sdk from 0.22.0 to 0.24.0.

Release notes

Sourced from github.com/opentdf/platform/sdk'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)

sdk: v0.24.0

0.24.0 (2026-06-23)

⚠ BREAKING CHANGES

  • core: conform hybrid PQ/T key formats to IETF drafts (#3563)

Features

  • core: Adds comprehensive DPoP (RFC 9449) support (#3582) (8a00646)
  • core: conform hybrid PQ/T key formats to IETF drafts (#3563) (dc18568)

Bug Fixes

  • deps: bump github.com/opentdf/platform/lib/ocrypto from 0.12.0 to 0.13.0 in /sdk (#3654) (67c4992)

protocol/go: v0.23.0

0.23.0 (2026-04-07)

Features

  • policy: add sort support to ListAttributes API (#3223) (ec3312f)
  • sdk: source-file codegen for EntityIdentifier helpers (#3232) (ee8177c)

sdk: v0.23.0

0.23.0 (2026-06-18)

Features

  • sdk: DSPX-2754 add DynamicValueMapping service client wrapper (#3635) (4acf0ca)
Commits
  • f12ca0c chore(main): release sdk 0.24.0 (#3648)
  • 67c4992 fix(deps): bump github.com/opentdf/platform/lib/ocrypto from 0.12.0 to 0.13.0...
  • 8702ac1 feat(authz): enrich casbin authorization (#3614)
  • 5aecff9 chore(main): release lib/ocrypto 0.13.0 (#3532)
  • 4af4687 chore(ci): Lets xtest run against main platform and PR go-sdk (#3630)
  • 8a00646 feat(core): Adds comprehensive DPoP (RFC 9449) support (#3582)
  • 0ec99ee feat(core): Add statement timeout parameter. (#3544)
  • dc18568 feat(core)!: conform hybrid PQ/T key formats to IETF drafts (#3563)
  • 5841bbe chore(main): release sdk 0.23.0 (#3639)
  • beaaac5 feat(cli): DSPX-2998 namespace flags for resource mapping commands (#3576)
  • Additional commits viewable 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/sdk](https://github.com/opentdf/platform) from 0.22.0 to 0.24.0.
- [Release notes](https://github.com/opentdf/platform/releases)
- [Commits](sdk/v0.22.0...sdk/v0.24.0)

---
updated-dependencies:
- dependency-name: github.com/opentdf/platform/sdk
  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 Jun 23, 2026
@dependabot dependabot Bot requested a review from a team as a code owner June 23, 2026 17:54
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Jun 23, 2026
@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 200.328512ms

Benchmark authorization.v2.GetMultiResourceDecision Results:

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

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 434.694719ms
Throughput 230.05 requests/second

TDF3 Benchmark Results:

Metric Value
Total Requests 5000
Successful Requests 5000
Failed Requests 0
Concurrent Requests 50
Total Time 46.169958412s
Average Latency 459.570142ms
Throughput 108.30 requests/second

@github-actions

Copy link
Copy Markdown
Contributor

⚠️ Govulncheck found vulnerabilities ⚠️

The following modules have known vulnerabilities:

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

See the workflow run for details.

@dependabot @github

dependabot Bot commented on behalf of github Jun 29, 2026

Copy link
Copy Markdown
Contributor Author

Superseded by #3690.

@dependabot dependabot Bot closed this Jun 29, 2026
@dependabot dependabot Bot deleted the dependabot/go_modules/otdfctl/github.com/opentdf/platform/sdk-0.24.0 branch June 29, 2026 21:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update Go code size/s

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants