fix(sdk): update proto bindings to protocol/go/v0.33.1#948
Conversation
Regenerate platform proto bindings against protocol/go/v0.33.1 which includes search/sort/filter types from selectors.proto (PageRequest, PageResponse, Search, per-entity Sort messages). Also removes Certificate type and rootCerts from Namespace, which were dropped in protocol/go/v0.33.0 (DSPX-2998). Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> Signed-off-by: Eugene Yakhnenko <eugene.yakhnenko@virtru.com>
|
Warning Review limit reached
More reviews will be available in 19 minutes and 44 seconds. Learn how PR review limits work. Your organization has used up its prepaid credits, and credit purchases are no longer available. Enable the review add-on in the billing tab to keep reviews running — you're only billed for reviews past your plan's rate limits ($0.25/file). ⌛ How to resolve this issue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based credits. 🚦 How do rate limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan refill rate. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, the refill rate gradually slows as usage increases. The highest same-day bursts are limited more strictly. Please see our Fair Usage Limits Policy for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (30)
✨ 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 |
|
There was a problem hiding this comment.
Code Review
This pull request updates the platform protocol definitions and client libraries. Key changes include the removal of Google API annotations and OpenAPI v2 options, the introduction of experimental features like DirectEntitlement and HPQT algorithms (such as HPQT_XWING), and the addition of sorting and searching capabilities across various list requests (attributes, namespaces, obligations, registered resources, and subject mappings). Additionally, namespace scoping has been enhanced with namespace ID and FQN fields, the namespace certificate/root certificate model has been removed (along with the getRootCertsFromNamespace helper and its tests), and an allow_traversal option has been added to attributes to support front-loaded TDF creation. There are no review comments, so I have no feedback to provide.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.



Summary
protocol/go/v0.33.1which includes search/sort/filter types fromselectors.proto(PageRequest,PageResponse,Search, per-entitySortmessages)grpc-gatewayproto bindings (google/api,protoc-gen-openapiv2)update-platform-protosbranch) with SDK adaptation fixesBreaking proto changes (upstream)
The platform protos introduced a breaking change in
protocol/go/v0.33.0(DSPX-2998: add namespace fields to resource mapping protos):Certificatemessage removed frompolicy/objects.protoroot_certsfield removed from theNamespacemessageWeb SDK follow-up
getRootCertsFromNamespacefunction fromlib/src/policy/api.ts(it returnedCertificate[]fromNamespace.rootCerts, both of which no longer exist)CertificateandGetNamespaceResponseimports that were only used by that functionlib/tests/mocha/policy-api.spec.ts(only tested the removed function)rootCerts: []from mockNamespaceobjects in test files (client.spec.ts,kas-key-cache.spec.ts,kas-key-splits.spec.ts,granter.test.ts,mock-attrs.ts)Test plan
Search,Sort,PageRequest,PageResponsefromselectors.protoCloses DSPX-3613 (partial — proto regen portion)
🤖 Generated with Claude Code