Skip to content

fix(deps): bump github.com/opentdf/platform/protocol/go from 0.27.0 to 0.28.0 in /service#3416

Merged
marythought merged 1 commit into
mainfrom
dependabot/go_modules/service/github.com/opentdf/platform/protocol/go-0.28.0
Apr 29, 2026
Merged

fix(deps): bump github.com/opentdf/platform/protocol/go from 0.27.0 to 0.28.0 in /service#3416
marythought merged 1 commit into
mainfrom
dependabot/go_modules/service/github.com/opentdf/platform/protocol/go-0.28.0

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps github.com/opentdf/platform/protocol/go from 0.27.0 to 0.28.0.

Release notes

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

protocol/go: v0.28.0

0.28.0 (2026-04-28)

Features

  • sdk: add shorthand enum constants for policy types (#3408) (c6f18cb)
Changelog

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

0.28.0 (2025-12-16)

⚠ BREAKING CHANGES

  • core: Store output format to profile. (#719)

Features

  • core: Output to stdout, log to stderr. (#716) (4f6e1e4)
  • core: pass default slogger into SDK init (#721) (c6bc084)
  • core: Store output format to profile. (#719) (400ecec)

Bug Fixes

  • core: Fix log-level flag (#714) (84f191b)
  • core: Print errors and messages with JSON if enabled in printer (#724) (ce0256b)
Commits
  • 1b5ba79 chore(main): release 0.28.0 (#715)
  • ce0256b fix(core): Print errors and messages with JSON if enabled in printer (#724)
  • c6bc084 feat(core): pass default slogger into SDK init (#721)
  • 400ecec feat(core)!: Store output format to profile. (#719)
  • 4672d7d chore(ci): Remove config from ci. (#720)
  • 4f6e1e4 feat(core): Output to stdout, log to stderr. (#716)
  • 75ce8d6 chore(dependabot): bump github.com/zitadel/oidc/v3 from 3.45.0 to 3.45.1 (#712)
  • 631f5e2 chore(dependabot): bump golang.org/x/term from 0.37.0 to 0.38.0 (#718)
  • 84f191b fix(core): Fix log-level flag (#714)
  • 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.27.0 to 0.28.0.
- [Release notes](https://github.com/opentdf/platform/releases)
- [Changelog](https://github.com/opentdf/platform/blob/otdfctl/v0.28.0/CHANGELOG.md)
- [Commits](otdfctl/v0.27.0...otdfctl/v0.28.0)

---
updated-dependencies:
- dependency-name: github.com/opentdf/platform/protocol/go
  dependency-version: 0.28.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 29, 2026
@dependabot
dependabot Bot requested review from a team as code owners April 29, 2026 17:54
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Apr 29, 2026
@marythought
marythought enabled auto-merge April 29, 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 199.260387ms

Benchmark authorization.v2.GetMultiResourceDecision Results:

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

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.067985ms
Throughput 242.09 requests/second

TDF3 Benchmark Results:

Metric Value
Total Requests 5000
Successful Requests 5000
Failed Requests 0
Concurrent Requests 50
Total Time 44.409324887s
Average Latency 442.774114ms
Throughput 112.59 requests/second

@github-actions

Copy link
Copy Markdown
Contributor

⚠️ Govulncheck found vulnerabilities ⚠️

The following modules have known vulnerabilities:

  • tests-bdd

See the workflow run for details.

@github-actions

Copy link
Copy Markdown
Contributor

@marythought
marythought added this pull request to the merge queue Apr 29, 2026
Merged via the queue into main with commit bc137f6 Apr 29, 2026
41 checks passed
@marythought
marythought deleted the dependabot/go_modules/service/github.com/opentdf/platform/protocol/go-0.28.0 branch April 29, 2026 18:22
JBCongdon pushed a commit to JBCongdon/platform that referenced this pull request May 24, 2026
🤖 I have created a release *beep* *boop*
---


##
[0.15.0](opentdf/platform@service/v0.14.0...service/v0.15.0)
(2026-05-06)


### Features

* **core:** pass access token verifier down to registered services
([opentdf#3428](opentdf#3428))
([b8abf17](opentdf@b8abf17))
* **policy:** add sort support to listkaskeys
([opentdf#3344](opentdf#3344))
([de1fe92](opentdf@de1fe92))
* **policy:** support inline obligation triggers on attribute value
create ([opentdf#3432](opentdf#3432))
([876f512](opentdf@876f512))


### Bug Fixes

* **core:** infer JWT algorithms for JWKS keys without alg
([opentdf#3434](opentdf#3434))
([83285e7](opentdf@83285e7))
* **deps:** bump github.com/Azure/go-ntlmssp from
0.0.0-20221128193559-754e69321358 to 0.1.1 in /service
([opentdf#3388](opentdf#3388))
([ef79989](opentdf@ef79989))
* **deps:** bump github.com/jackc/pgx/v5 from 5.9.0 to 5.9.2 in /service
([opentdf#3371](opentdf#3371))
([ab0974b](opentdf@ab0974b))
* **deps:** bump github.com/opentdf/platform/lib/identifier from 0.3.0
to 0.4.0 in /service
([opentdf#3366](opentdf#3366))
([4650e9b](opentdf@4650e9b))
* **deps:** bump github.com/opentdf/platform/protocol/go from 0.25.0 to
0.26.0 in /service
([opentdf#3381](opentdf#3381))
([ebc65f6](opentdf@ebc65f6))
* **deps:** bump github.com/opentdf/platform/protocol/go from 0.26.0 to
0.27.0 in /service
([opentdf#3392](opentdf#3392))
([0c36cfa](opentdf@0c36cfa))
* **deps:** bump github.com/opentdf/platform/protocol/go from 0.27.0 to
0.28.0 in /service
([opentdf#3416](opentdf#3416))
([bc137f6](opentdf@bc137f6))
* **deps:** bump github.com/opentdf/platform/sdk from 0.16.0 to 0.17.0
in /service ([opentdf#3395](opentdf#3395))
([0382742](opentdf@0382742))
* **deps:** bump github.com/opentdf/platform/sdk from 0.17.0 to 0.19.0
in /service ([opentdf#3423](opentdf#3423))
([969ac33](opentdf@969ac33))

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