Skip to content

dependencies: bump go.temporal.io/sdk from 1.43.0 to 1.44.1#144

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/go.temporal.io/sdk-1.44.1
Closed

dependencies: bump go.temporal.io/sdk from 1.43.0 to 1.44.1#144
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/go.temporal.io/sdk-1.44.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 1, 2026

Copy link
Copy Markdown

Bumps go.temporal.io/sdk from 1.43.0 to 1.44.1.

Release notes

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

v1.44.1

Graceful worker shutdown now drains already-polled tasks when supported by the server.

When the namespace supports worker poll completion on shutdown, workers now notify the server during shutdown and allow already-polled Workflow, Activity, and Nexus tasks to finish within WorkerStopTimeout. Previously, worker shutdown immediately canceled in-flight polls and could abandon tasks that had already been delivered to the SDK, causing those tasks to be retried or, for workflow tasks, to time out before another worker could continue. Existing shutdown timeout behavior still applies: if work does not complete before WorkerStopTimeout, shutdown proceeds and unfinished work may still be retried by another worker.

Server deployments can enable this capability with frontend.enableCancelWorkerPollsOnShutdown=true.

What's Changed

Full Changelog: temporalio/sdk-go@v1.44.0...v1.44.1

v1.44.0

(Experimental) Stand Alone Nexus Operations

NOTE: Stand Alone Nexus Operation Support is experimental and currently only supported on pre-release versions of the [dev server](https://github.com/temporalio/cli/releases/tag/v1.7.1-standalone-nexus-operations).

Added support for Stand Alone Nexus Operations, allowing clients to start and manage Nexus operations directly outside of a Workflow. Operations can be tracked through a NexusOperationHandle that supports getting results, describing, cancelling, and terminating executions. The client also exposes ListNexusOperations, CountNexusOperations, and GetNexusOperationHandle for discovering and reattaching to running operations.

Documentation, Samples, and instructions to request enablement in Temporal Cloud will be linked here when available.

SDK Flag SDKFlagMemoUserDCEncode has been enabled by default

Memo's previously didn't use the user data converter, now the SDK will first use the user data converter, and if user DC errors out, the default DC will be used as a fallback. If that also returns an error, the user DC error will be returned to the caller.

Note that old histories before this flag was flipped on will continue to use the old code path of not using the user DC.

What's Changed

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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 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)

Bumps [go.temporal.io/sdk](https://github.com/temporalio/sdk-go) from 1.43.0 to 1.44.1.
- [Release notes](https://github.com/temporalio/sdk-go/releases)
- [Commits](temporalio/sdk-go@v1.43.0...v1.44.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Update available for a direct dependency label Jun 1, 2026
@dependabot dependabot Bot requested a review from bcessa as a code owner June 1, 2026 00:03
@dependabot dependabot Bot added the dependencies Update available for a direct dependency label Jun 1, 2026
@dependabot @github

dependabot Bot commented on behalf of github Jun 7, 2026

Copy link
Copy Markdown
Author

Looks like go.temporal.io/sdk is up-to-date now, so this is no longer needed.

@dependabot dependabot Bot closed this Jun 7, 2026
@dependabot dependabot Bot deleted the dependabot/go_modules/go.temporal.io/sdk-1.44.1 branch June 7, 2026 16:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Update available for a direct dependency

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants