Skip to content

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

Merged
marythought merged 1 commit into
mainfrom
fix/bump-protocol-go-0.27.0-service
Apr 24, 2026
Merged

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

Conversation

@marythought

@marythought marythought commented Apr 24, 2026

Copy link
Copy Markdown
Contributor

Summary

Test plan

  • CI integration tests pass (currently failing due to undefined symbols)
  • Release-please PRs unblocked after merge

🤖 Generated with Claude Code

Summary by CodeRabbit

  • Chores
    • Updated platform protocol dependency to the latest version for improved compatibility and performance.

…o 0.27.0 in /service

The service module references KasKeysSort and SortKasKeysType symbols
added in protocol/go v0.27.0 but go.mod still pinned v0.26.0, causing
build failures across CI (integration tests, release PRs #3376, #3387).

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Signed-off-by: Mary Dickson <mary.dickson@virtru.com>
@marythought
marythought requested review from a team as code owners April 24, 2026 14:48
@coderabbitai

coderabbitai Bot commented Apr 24, 2026

Copy link
Copy Markdown

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Repository UI

Review profile: ASSERTIVE

Plan: Pro

Run ID: ee7956f2-ad7f-4704-9b1a-a362027df55f

📥 Commits

Reviewing files that changed from the base of the PR and between f87c5ad and 8caa006.

⛔ Files ignored due to path filters (1)
  • service/go.sum is excluded by !**/*.sum
📒 Files selected for processing (1)
  • service/go.mod

📝 Walkthrough

Walkthrough

Updates the Go module dependency github.com/opentdf/platform/protocol/go from v0.26.0 to v0.27.0 in service/go.mod. A single version bump with no other module configuration modifications.

Changes

Cohort / File(s) Summary
Dependency Update
service/go.mod
Upgrades github.com/opentdf/platform/protocol/go dependency from v0.26.0 to v0.27.0.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Suggested labels

size/xs

Suggested reviewers

  • c-r33d
  • dmihalcik-virtru

Poem

🐰 A little hop, a version bump,
From point-two-six to point-two-seven,
Protocol paths dance along,
Dependency dreams reach toward heaven! ✨

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title directly and specifically describes the main change: bumping a dependency from v0.26.0 to v0.27.0 in the service module, which matches the changeset exactly.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch fix/bump-protocol-go-0.27.0-service

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@gemini-code-assist

Copy link
Copy Markdown
Contributor

Summary of Changes

Hello, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed!

This pull request updates a core protocol dependency to resolve build failures caused by missing symbols. By aligning the service module's dependencies with the required protocol version, this change ensures that the codebase remains compatible with recent upstream updates and unblocks pending release-please workflows.

Highlights

  • Dependency Update: Updated github.com/opentdf/platform/protocol/go from v0.26.0 to v0.27.0 in the service module.
  • Build Fix: Resolved compilation errors caused by missing symbols in the previous protocol version, unblocking CI and release processes.

🧠 New Feature in Public Preview: You can now enable Memory to help Gemini Code Assist learn from your team's feedback. This makes future code reviews more consistent and personalized to your project's style. Click here to enable Memory in your admin console.

Using Gemini Code Assist

The full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips.

Invoking Gemini

You can request assistance from Gemini at any point by creating a comment using either /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands on the current page.

Feature Command Description
Code Review /gemini review Performs a code review for the current pull request in its current state.
Pull Request Summary /gemini summary Provides a summary of the current pull request in its current state.
Comment @gemini-code-assist Responds in comments when explicitly tagged, both in pull request comments and review comments.
Help /gemini help Displays a list of available commands.

Customization

To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a .gemini/ folder in the base of the repository. Detailed instructions can be found here.

Limitations & Feedback

Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for GitHub and other Google products, sign up here.


The code was broken, stuck in place, / A missing symbol caused a chase. / We bumped the version, set it right, / Now builds will pass throughout the night.

Footnotes

  1. Review the Privacy Notices, Generative AI Prohibited Use Policy, Terms of Service, and learn how to configure Gemini Code Assist in GitHub here. Gemini can make mistakes, so double check it and use code with caution.

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request updates the github.com/opentdf/platform/protocol/go dependency from version v0.26.0 to v0.27.0 in the service module. I have no feedback to provide.

@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 171.797061ms

Benchmark authorization.v2.GetMultiResourceDecision Results:

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

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 427.55629ms
Throughput 233.89 requests/second

TDF3 Benchmark Results:

Metric Value
Total Requests 5000
Successful Requests 5000
Failed Requests 0
Concurrent Requests 50
Total Time 45.62332013s
Average Latency 454.046825ms
Throughput 109.59 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.

@marythought
marythought enabled auto-merge April 24, 2026 15:00
@marythought
marythought added this pull request to the merge queue Apr 24, 2026
Merged via the queue into main with commit 0c36cfa Apr 24, 2026
43 checks passed
@marythought
marythought deleted the fix/bump-protocol-go-0.27.0-service branch April 24, 2026 16:04
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants