Skip to content

bump version to v0.19.1 - #127

Merged
david049 merged 2 commits into
mainfrom
dliu/bumpto191
Jul 27, 2026
Merged

bump version to v0.19.1#127
david049 merged 2 commits into
mainfrom
dliu/bumpto191

Conversation

@david049

@david049 david049 commented Jul 27, 2026

Copy link
Copy Markdown
Contributor

What was changed

bump version to v0.19.1

Why?

Checklist

  1. Closes

  2. How was this tested:

  1. Any docs updates needed?

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 VERSION and documenting it in the README Current Version section (from v0.17.1).

The azure_blob field on ExportSinkSpec now declares temporal:versioning:min_version=v0.19.1 (previously v0.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.

@david049
david049 requested a review from a team as a code owner July 27, 2026 18:16
Comment thread VERSION
@@ -1 +1 @@
v0.18.1

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

I think we also need to update the current version in README.

@cursor cursor Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Cursor Bugbot has reviewed your changes using default effort and found 1 potential issue.

Fix All in Cursor

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

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

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.

Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit dd1a444. Configure here.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

There are no customers who are using this feature. Should be safe to bump this.

@david049
david049 merged commit 37be588 into main Jul 27, 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