Skip to content

fix(deps): bump github.com/opentdf/platform/sdk from 0.17.0 to 0.19.0 in /service#3423

Merged
jakedoublev merged 1 commit intomainfrom
dependabot/go_modules/service/github.com/opentdf/platform/sdk-0.18.0
May 6, 2026
Merged

fix(deps): bump github.com/opentdf/platform/sdk from 0.17.0 to 0.19.0 in /service#3423
jakedoublev merged 1 commit intomainfrom
dependabot/go_modules/service/github.com/opentdf/platform/sdk-0.18.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps github.com/opentdf/platform/sdk from 0.17.0 to 0.19.0.

Release notes

Sourced from github.com/opentdf/platform/sdk's releases.

protocol/go: v0.19.0

0.19.0 (2026-03-12)

⚠ BREAKING CHANGES

  • policy: only require namespace on GetAction if no id provided (#3144)

Bug Fixes

  • policy: only require namespace on GetAction if no id provided (#3144) (10d0c0f)

sdk: v0.19.0

0.19.0 (2026-05-06)

Bug Fixes

  • deps: bump the external group across 1 directory with 7 updates (#3422) (be0da08)

protocol/go: v0.18.0

0.18.0 (2026-03-12)

⚠ BREAKING CHANGES

  • policy: add namespace field to Actions proto (#3130)
  • policy: namespace Registered Resources (#3111)

Features

  • policy: add namespace field to Actions proto (#3130) (bedc9b3)
  • policy: namespace Registered Resources (#3111) (6db1883)

Bug Fixes

  • ci: Upgrade toolchain version to 1.25.8 (#3116) (e1b7882)
  • policy: deprecate ListAttributeValues in favor of existing GetAttribute (#3108) (7e17c2d)

sdk: v0.18.0

0.18.0 (2026-04-29)

Features

  • sdk: IsHealthy(ctx) public reachability probe (#3412) (3e2cf98)

Bug Fixes

... (truncated)

Commits
  • aa4a506 chore(main): release sdk 0.19.0 (#3442)
  • be0da08 fix(deps): bump the external group across 1 directory with 7 updates (#3422)
  • c1b3386 chore(core): bump protocol/go to v0.29.0 in sdk and service (#3441)
  • 6c84660 feat(ci): bdd encrypt decrypt (#3373)
  • 83285e7 fix(core): infer JWT algorithms for JWKS keys without alg (#3434)
  • aa23179 fix(deps): bump github.com/opentdf/platform/lib/identifier from 0.3.0 to 0.4....
  • c80374f fix(deps): bump github.com/opentdf/platform/protocol/go from 0.27.0 to 0.28.0...
  • 6713889 chore(main): release protocol/go 0.29.0 (#3435)
  • 876f512 feat(policy): support inline obligation triggers on attribute value create (#...
  • 0104018 chore(ci): bump buf and sqlc tooling (#3433)
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Apr 30, 2026
@dependabot dependabot Bot requested review from a team as code owners April 30, 2026 17:54
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Apr 30, 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 189.56589ms

Benchmark authorization.v2.GetMultiResourceDecision Results:

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

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 403.945968ms
Throughput 247.56 requests/second

TDF3 Benchmark Results:

Metric Value
Total Requests 5000
Successful Requests 5000
Failed Requests 0
Concurrent Requests 50
Total Time 43.829827283s
Average Latency 436.273925ms
Throughput 114.08 requests/second

@github-actions
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot force-pushed the dependabot/go_modules/service/github.com/opentdf/platform/sdk-0.18.0 branch from c7225f4 to 1f74d4f Compare May 6, 2026 20:58
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 6, 2026

Benchmark results, click to expand

Benchmark authorization.GetDecisions Results:

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

Benchmark authorization.v2.GetMultiResourceDecision Results:

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

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 444.146511ms
Throughput 225.15 requests/second

TDF3 Benchmark Results:

Metric Value
Total Requests 5000
Successful Requests 5000
Failed Requests 0
Concurrent Requests 50
Total Time 43.384997714s
Average Latency 432.376458ms
Throughput 115.25 requests/second

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 6, 2026

@jakedoublev
Copy link
Copy Markdown
Contributor

@dependabot recreate

Bumps [github.com/opentdf/platform/sdk](https://github.com/opentdf/platform) from 0.17.0 to 0.19.0.
- [Release notes](https://github.com/opentdf/platform/releases)
- [Commits](sdk/v0.17.0...sdk/v0.19.0)

---
updated-dependencies:
- dependency-name: github.com/opentdf/platform/sdk
  dependency-version: 0.18.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot changed the title fix(deps): bump github.com/opentdf/platform/sdk from 0.17.0 to 0.18.0 in /service fix(deps): bump github.com/opentdf/platform/sdk from 0.17.0 to 0.19.0 in /service May 6, 2026
@dependabot dependabot Bot force-pushed the dependabot/go_modules/service/github.com/opentdf/platform/sdk-0.18.0 branch from 1f74d4f to 0746abb Compare May 6, 2026 22:14
@jakedoublev jakedoublev enabled auto-merge May 6, 2026 22:15
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 6, 2026

Benchmark results, click to expand

Benchmark authorization.GetDecisions Results:

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

Benchmark authorization.v2.GetMultiResourceDecision Results:

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

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 416.571558ms
Throughput 240.05 requests/second

TDF3 Benchmark Results:

Metric Value
Total Requests 5000
Successful Requests 5000
Failed Requests 0
Concurrent Requests 50
Total Time 42.982153675s
Average Latency 427.374268ms
Throughput 116.33 requests/second

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 6, 2026

⚠️ Govulncheck found vulnerabilities ⚠️

The following modules have known vulnerabilities:

  • tests-bdd

See the workflow run for details.

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 6, 2026

@jakedoublev jakedoublev added this pull request to the merge queue May 6, 2026
Merged via the queue into main with commit 969ac33 May 6, 2026
66 of 68 checks passed
@jakedoublev jakedoublev deleted the dependabot/go_modules/service/github.com/opentdf/platform/sdk-0.18.0 branch May 6, 2026 22:51
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