Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 9, 2025

Bumps go.temporal.io/sdk from 1.34.0 to 1.37.0.

Release notes

Sourced from go.temporal.io/sdk's releases.

v1.37.0

Breaking Changes

Versioning - Small API Rename

Renamed BuildId to BuildID in WorkerDeploymentVersion to match all other instances and Go naming convention.

Bugfixes

Reverting behavior for unblockSelectorSignal SDK flag

The previous fix introduced with the SDK flag unblockSelectorSignal was found to have a different bug with losing signals. For now the flag is getting turned off, and a more robust solution will be re-introduced in a future release. If anyone happens to rely on this new behavior already, the UNBLOCK_SIGNAL_SELECTOR env var can be set to enable the SDK flag.

What’s Changed

2025-08-27 - b2d14779 - Disable some flaky tests (#2037) 2025-09-02 - a2ac97f6 - Changes to gRPC message too large error handling (#2042) 2025-09-12 - ef85feea - 💥 Rename BuildId -> BuildID in WorkerDeploymentVersion (#2051) 2025-09-19 - 96d9f2b6 - Activity reset (#2056) 2025-09-22 - 1528c324 - Add NexusInfo (#2054) 2025-09-23 - ff709e4e - Added retry policy to activity info (#2057) 2025-09-24 - aecdca8b - Fix CA cert config validation (#2052) 2025-10-02 - 8d431435 - populate ManagerIdentity from Describe (#2063) 2025-10-07 - 0968a50e - Pass AllowNoPollers flag to SetCurrentVersion and SetRampingVersion (#2067) 2025-10-07 - 3e46cbdf - Fix activity cancelation check (#2069) 2025-10-07 - 5ed31b6d - Revert setting unblockSelectorSignal SDK flag by default (#2070) 2025-10-07 - f88bdd39 - Implement SetWorkerDeploymentManagerIdentity (#2068)

New Contributors

Full Changelog: temporalio/sdk-go@v1.36.0...v1.37.0

v1.36.0

Task Queue Fairness (Pre-release)

This release adds support for Task Queue Fairness. Fairness is a new feature of Temporal’s task queues that allows for more control over the order that tasks are dispatched from a backlog. It’s intended to address common situations like multi-tenant applications and reserved capacity bands. For more details see the go doc's on temporal.Priority.

Fairness is currently not supported in any OSS Temporal release, but support will be coming soon. To experiment with this feature please see the pre-release development server or if you are a Temporal Cloud customer reach out to your SA to be enabled once it is available in Temporal Cloud.

Bugfixes

No longer retry "gRPC message size to large" error

The SDK will no longer retry "gRPC message size to large" errors or related errors. These errors occur if the user tries to make a gRPC request that exceeds the Temporal Service limits (typically 4 MB).

What’s Changed

2025-07-09 - 76f7c68 - Update test server to version 1.4.0 (#1994) 2025-07-09 - 7acd4d4 - Restore features branch to main (#1995)

... (truncated)

Commits

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [go.temporal.io/sdk](https://github.com/temporalio/sdk-go) from 1.34.0 to 1.37.0.
- [Release notes](https://github.com/temporalio/sdk-go/releases)
- [Commits](temporalio/sdk-go@v1.34.0...v1.37.0)

---
updated-dependencies:
- dependency-name: go.temporal.io/sdk
  dependency-version: 1.37.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Oct 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update Go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant