bump version to v0.19.1 - #127
Conversation
| @@ -1 +1 @@ | |||
| v0.18.1 | |||
There was a problem hiding this comment.
I think we also need to update the current version in README.
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes using default effort and found 1 potential issue.
Reviewed by Cursor Bugbot for commit dd1a444. Configure here.
|
|
||
| // The Azure Blob configuration details when destination_type is Azure Blob. | ||
| // temporal:versioning:min_version=v0.18.1 | ||
| // temporal:versioning:min_version=v0.19.1 |
There was a problem hiding this comment.
Incorrect Azure Blob min version
Medium Severity
The temporal:versioning:min_version on azure_blob was raised from v0.18.1 to v0.19.1 during a version bump. That label marks the earliest API version that supports the field, not the current release, so this incorrectly implies Azure Blob export sinks require v0.19.1 and can break clients still using v0.18.1.
Reviewed by Cursor Bugbot for commit dd1a444. Configure here.
There was a problem hiding this comment.
There are no customers who are using this feature. Should be safe to bump this.


What was changed
bump version to v0.19.1
Why?
Checklist
Closes
How was this tested:
Note
Low Risk
Version metadata and documentation only; no runtime or security logic changes in this repo.
Overview
Releases v0.19.1 of the Temporal Cloud Operations API by updating the canonical version in
VERSIONand documenting it in the README Current Version section (fromv0.17.1).The
azure_blobfield onExportSinkSpecnow declarestemporal:versioning:min_version=v0.19.1(previouslyv0.18.1), so clients must send at least this API version header to use Azure Blob export sink configuration.Reviewed by Cursor Bugbot for commit dd1a444. Bugbot is set up for automated code reviews on this repo. Configure here.