Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release Go SDK version 1.26.0-RC.1 #1374

Merged

Conversation

Quinn-With-Two-Ns
Copy link
Contributor

Release Go SDK 1.26.0-rc.1

Doing to do a release candidate since there are multiple breaking changes in this release.

@Quinn-With-Two-Ns Quinn-With-Two-Ns requested a review from a team as a code owner February 1, 2024 23:50
@@ -30,7 +30,7 @@ package internal
const (
// SDKVersion is a semver (https://semver.org/) that represents the version of this Temporal GoSDK.
// Server validates if SDKVersion fits its supported range and rejects request if it doesn't.
SDKVersion = "1.25.1"
SDKVersion = "1.26.0"
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Note I did the full release here, possible we should put -rc.1 that implies we trust what parses this to follow semvar

Copy link
Member

Choose a reason for hiding this comment

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

I think what you have here now is ok too.

@Quinn-With-Two-Ns Quinn-With-Two-Ns merged commit 5c8c9a3 into temporalio:master Feb 2, 2024
12 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