Skip to content

Add BillingReportGranularity to BillingReportSpec#114

Merged
mksample merged 3 commits into
mainfrom
mksample/CLDGR-1618
May 13, 2026
Merged

Add BillingReportGranularity to BillingReportSpec#114
mksample merged 3 commits into
mainfrom
mksample/CLDGR-1618

Conversation

@mksample
Copy link
Copy Markdown
Contributor

@mksample mksample commented May 12, 2026

What was changed

Why?

Checklist

  1. Closes

  2. How was this tested:

  1. Any docs updates needed?

Note

Medium Risk
Adds a new field to a public protobuf message and bumps the published API version, which can affect generated client code and compatibility for consumers that validate versions strictly.

Overview
Bumps the advertised Cloud Ops API version from v0.15.0 to v0.16.0 (in README.md and VERSION).

Extends temporal/api/cloud/billing/v1/message.proto by adding BillingReportSpec.granularity (with HOURLY/DAILY/MONTHLY enum values) gated by temporal:versioning:min_version=v0.16.0.

Reviewed by Cursor Bugbot for commit 2c558f3. Bugbot is set up for automated code reviews on this repo. Configure here.

@mksample mksample requested a review from a team as a code owner May 12, 2026 18:25
// The description for the billing report.
// Optional, default is empty.
string description = 4;
// The data granularity of the billing report.
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

all copied directly from saas-proto

Comment thread temporal/api/cloud/billing/v1/message.proto Outdated
@mksample mksample merged commit b0e3a24 into main May 13, 2026
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants