feat: include key version details in get key response#131
Conversation
|
The latest Buf updates on your PR. Results from workflow Buf CI / buf (pull_request).
|
SummaryThe following content is AI-generated and provides a summary of the pull request: Add Latest Key Version Details to
|
There was a problem hiding this comment.
The PR adds two new fields (latest_key_version_id and latest_rotation_time) to the GetKeyResponse message. The changes are consistent across the .proto source, the generated .pb.go file, and the generated validation file. The main concern is the use of a raw string for latest_rotation_time instead of google.protobuf.Timestamp, which provides no type safety or structured validation for the documented RFC3339 format.
PR Bot Information
Version: 1.18 | 📖 Documentation | 🚨 Create Incident | 💬 Feedback
- Event Trigger:
pull_request.opened - Correlation ID:
49bf3220-1d67-11f1-9ffa-6d33e05ee53e - LLM:
anthropic--claude-4.6-sonnet
e4e892b to
266cc95
Compare
266cc95 to
7e14b22
Compare
What this PR does / why we need it:
Special notes for your reviewer:
Release note: