Skip to content

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

Merged
alkalescent merged 1 commit into
mainfrom
dependabot/go_modules/sdk/github.com/opentdf/platform/protocol/go-0.23.0
Apr 8, 2026
Merged

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

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

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

Release notes

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

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)
Changelog

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

0.23.0 (2025-07-01)

Features

Commits
  • c9e4c9e chore(main): release 0.23.0 (#619)
  • 4dc69e6 feat(core): Import keys. (#617)
  • e41a158 docs(core): fix subject mapping update example command (#616)
  • 437b2fd chore(core): Modify create key docs. (#615)
  • 8457bd0 chore(dependabot): bump github.com/go-viper/mapstructure/v2 from 2.2.1 to 2.3...
  • 32ca4ea docs(core): improve documentation of actions in entitlement (#612)
  • 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.22.0 to 0.23.0.
- [Release notes](https://github.com/opentdf/platform/releases)
- [Changelog](https://github.com/opentdf/platform/blob/otdfctl/v0.23.0/CHANGELOG.md)
- [Commits](otdfctl/v0.22.0...otdfctl/v0.23.0)

---
updated-dependencies:
- dependency-name: github.com/opentdf/platform/protocol/go
  dependency-version: 0.23.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 7, 2026
@dependabot
dependabot Bot requested review from a team as code owners April 7, 2026 20:01
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Apr 7, 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 7, 2026
@github-actions

github-actions Bot commented Apr 7, 2026

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.686944ms

Benchmark authorization.v2.GetMultiResourceDecision Results:

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

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 395.828922ms
Throughput 252.63 requests/second

TDF3 Benchmark Results:

Metric Value
Total Requests 5000
Successful Requests 5000
Failed Requests 0
Concurrent Requests 50
Total Time 42.005781921s
Average Latency 418.023938ms
Throughput 119.03 requests/second

@github-actions

github-actions Bot commented Apr 7, 2026

Copy link
Copy Markdown
Contributor

⚠️ Govulncheck found vulnerabilities ⚠️

The following modules have known vulnerabilities:

  • service
  • tests-bdd

See the workflow run for details.

@github-actions

github-actions Bot commented Apr 7, 2026

Copy link
Copy Markdown
Contributor

@alkalescent
alkalescent added this pull request to the merge queue Apr 8, 2026
Merged via the queue into main with commit 68ee42a Apr 8, 2026
40 checks passed
@alkalescent
alkalescent deleted the dependabot/go_modules/sdk/github.com/opentdf/platform/protocol/go-0.23.0 branch April 8, 2026 17:32
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.

2 participants