Skip to content

fix(deps): bump github.com/opentdf/platform/protocol/go from 0.15.0 to 0.16.0 in /service#3083

Merged
elizabethhealy merged 1 commit into
mainfrom
dependabot/go_modules/service/github.com/opentdf/platform/protocol/go-0.16.0
Feb 17, 2026
Merged

fix(deps): bump github.com/opentdf/platform/protocol/go from 0.15.0 to 0.16.0 in /service#3083
elizabethhealy merged 1 commit into
mainfrom
dependabot/go_modules/service/github.com/opentdf/platform/protocol/go-0.16.0

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps github.com/opentdf/platform/protocol/go from 0.15.0 to 0.16.0.

Release notes

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

protocol/go: v0.16.0

0.16.0 (2026-02-17)

⚠ BREAKING CHANGES

  • policy: remove namespace certificate feature (#3051)

Bug Fixes

Code Refactoring

  • policy: remove namespace certificate feature (#3051) (48abb81)
Commits
  • 8a95440 chore(main): release protocol/go 0.16.0 (#3060)
  • 19c2853 fix(deps): bump github.com/opentdf/platform/lib/ocrypto from 0.9.0 to 0.10.0 ...
  • 49582f0 fix(deps): bump github.com/opentdf/platform/lib/ocrypto from 0.9.0 to 0.10.0 ...
  • 527c34d fix(deps): bump github.com/opentdf/platform/lib/ocrypto from 0.9.0 to 0.10.0 ...
  • 1f921aa chore(main): release lib/ocrypto 0.10.0 (#3057)
  • 9d6b3f3 feat(authz): add casbin roleprovider interface (#3069)
  • e2dc6d8 fix(policy): reject unencrypted private keys for modes 1/2 (#3072)
  • 826d857 fix(kas): dont hardcode P-256 curve (#3073)
  • abdeb69 fix(sdk): conditionally set client_id based on auth method (#2968)
  • abc088d fix(kas): Fix EC P-521 typo (#3075)
  • 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/protocol/go](https://github.com/opentdf/platform) from 0.15.0 to 0.16.0.
- [Release notes](https://github.com/opentdf/platform/releases)
- [Commits](protocol/go/v0.15.0...protocol/go/v0.16.0)

---
updated-dependencies:
- dependency-name: github.com/opentdf/platform/protocol/go
  dependency-version: 0.16.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 Feb 17, 2026
@dependabot
dependabot Bot requested review from a team as code owners February 17, 2026 21:00
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Feb 17, 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 184.452241ms

Benchmark authorization.v2.GetMultiResourceDecision Results:

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

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 364.155443ms
Throughput 274.61 requests/second

TDF3 Benchmark Results:

Metric Value
Total Requests 5000
Successful Requests 5000
Failed Requests 0
Concurrent Requests 50
Total Time 39.265896611s
Average Latency 390.973377ms
Throughput 127.34 requests/second

@github-actions

Copy link
Copy Markdown
Contributor

@elizabethhealy
elizabethhealy added this pull request to the merge queue Feb 17, 2026
Merged via the queue into main with commit a332f95 Feb 17, 2026
42 checks passed
@elizabethhealy
elizabethhealy deleted the dependabot/go_modules/service/github.com/opentdf/platform/protocol/go-0.16.0 branch February 17, 2026 21:29
github-merge-queue Bot pushed a commit that referenced this pull request Feb 18, 2026
🤖 I have created a release *beep* *boop*
---


##
[0.13.0](service/v0.12.0...service/v0.13.0)
(2026-02-18)


### ⚠ BREAKING CHANGES

* **policy:** remove namespace certificate feature
([#3051](#3051))

### Features

* **authz:** add casbin roleprovider interface
([#3069](#3069))
([9d6b3f3](9d6b3f3))
* **core:** add interceptors to start options
([#3031](#3031))
([e0b4e93](e0b4e93))


### Bug Fixes

* **deps:** bump github.com/opentdf/platform/lib/fixtures from 0.4.0 to
0.5.0 in /service
([#3034](#3034))
([66b61b1](66b61b1))
* **deps:** bump github.com/opentdf/platform/lib/ocrypto from 0.9.0 to
0.10.0 in /service
([#3080](#3080))
([49582f0](49582f0))
* **deps:** bump github.com/opentdf/platform/protocol/go from 0.15.0 to
0.16.0 in /service
([#3083](#3083))
([a332f95](a332f95))
* **deps:** vulnerability fix in connect-rpc validate and ristretto
([#3065](#3065))
([8860fed](8860fed))
* Go 1.25 ([#3053](#3053))
([65eb7c3](65eb7c3))
* **kas:** dont hardcode P-256 curve
([#3073](#3073))
([826d857](826d857))
* **kas:** Fix EC P-521 typo
([#3075](#3075))
([abc088d](abc088d))
* **policy:** reject unencrypted private keys for modes 1/2
([#3072](#3072))
([e2dc6d8](e2dc6d8))


### Code Refactoring

* **policy:** remove namespace certificate feature
([#3051](#3051))
([48abb81](48abb81))

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

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.

1 participant