Skip to content

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

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

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

Conversation

@marythought

Copy link
Copy Markdown
Contributor

Summary

Test plan

🤖 Generated with Claude Code

…o 0.27.0 in /sdk

Bumps protocol/go to match the v0.27.0 release (#3377). Needed so the
sdk release-please PR (#3387) builds against the same protocol version
as service.

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:53
@coderabbitai

coderabbitai Bot commented Apr 24, 2026

Copy link
Copy Markdown

Warning

Rate limit exceeded

@marythought has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 54 minutes and 47 seconds before requesting another review.

Your organization is not enrolled in usage-based pricing. Contact your admin to enable usage-based pricing to continue reviews beyond the rate limit, or try again in 54 minutes and 47 seconds.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Repository UI

Review profile: ASSERTIVE

Plan: Pro

Run ID: 0d5552fe-5051-48d0-ac38-593be3db86ab

📥 Commits

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

⛔ Files ignored due to path filters (1)
  • sdk/go.sum is excluded by !**/*.sum
📒 Files selected for processing (1)
  • sdk/go.mod
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch fix/bump-protocol-go-0.27.0-sdk

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 dependency within the SDK to ensure compatibility with the latest platform protocol release. This change is necessary to facilitate upcoming release automation workflows.

Highlights

  • Dependency Update: Updated github.com/opentdf/platform/protocol/go from v0.26.0 to v0.27.0 in the sdk directory.
  • Compatibility: Aligned the SDK with the latest protocol release to support downstream 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 version bump is now in place, / To keep the SDK in pace. / With protocol at twenty-seven, / The build should feel like seventh heaven.

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.

@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 24, 2026

@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 0.26.0 to 0.27.0 in the Go SDK. 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 192.907454ms

Benchmark authorization.v2.GetMultiResourceDecision Results:

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

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.129864ms
Throughput 248.06 requests/second

TDF3 Benchmark Results:

Metric Value
Total Requests 5000
Successful Requests 5000
Failed Requests 0
Concurrent Requests 50
Total Time 43.285863345s
Average Latency 431.418774ms
Throughput 115.51 requests/second

@marythought
marythought enabled auto-merge April 24, 2026 14:59
@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 added this pull request to the merge queue Apr 24, 2026
Merged via the queue into main with commit 7659957 Apr 24, 2026
42 checks passed
@marythought
marythought deleted the fix/bump-protocol-go-0.27.0-sdk branch April 24, 2026 16:18
JBCongdon pushed a commit to JBCongdon/platform that referenced this pull request May 24, 2026
🤖 I have created a release *beep* *boop*
---


##
[0.17.0](opentdf/platform@sdk/v0.16.0...sdk/v0.17.0)
(2026-04-24)


### Bug Fixes

* **deps:** bump github.com/opentdf/platform/protocol/go from 0.25.0 to
0.26.0 in /sdk
([opentdf#3380](opentdf#3380))
([5e36f94](opentdf@5e36f94))
* **deps:** bump github.com/opentdf/platform/protocol/go from 0.26.0 to
0.27.0 in /sdk
([opentdf#3393](opentdf#3393))
([7659957](opentdf@7659957))

---
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 size/xs

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants