fix(deps): bump github.com/opentdf/platform/protocol/go from 0.26.0 to 0.27.0 in /service - #3392
Conversation
…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>
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Repository UI Review profile: ASSERTIVE Plan: Pro Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (1)
📝 WalkthroughWalkthroughUpdates the Go module dependency Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Suggested labels
Suggested reviewers
Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
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. Comment |
Summary of ChangesHello, 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
🧠 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 AssistThe 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
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 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
|
Benchmark results, click to expandBenchmark authorization.GetDecisions Results:
Benchmark authorization.v2.GetMultiResourceDecision Results:
Benchmark Statistics
Bulk Benchmark Results
TDF3 Benchmark Results:
|
|
🤖 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>
Summary
github.com/opentdf/platform/protocol/gofromv0.26.0tov0.27.0in/serviceservice/policy/db/utils.goandservice/policy/db/key_access_server_registry.goreferenceKasKeysSort,SortKasKeysType_*, andListKeysRequest.GetSortsymbols added in protocol/go v0.27.0 (chore(main): release protocol/go 0.27.0 #3377), butgo.modstill pinned v0.26.0Test plan
🤖 Generated with Claude Code
Summary by CodeRabbit