Skip to content

chore(deps): bump go.temporal.io/sdk from 1.43.0 to 1.44.0#765

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/go_modules/go.temporal.io/sdk-1.44.0
Open

chore(deps): bump go.temporal.io/sdk from 1.43.0 to 1.44.0#765
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/go_modules/go.temporal.io/sdk-1.44.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 22, 2026

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

Release notes

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

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

New Contributors

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

v1.43.1

Fixed ExternalStorageReference API vendoring panic

This patch fixes a panic that users hit when using the latest go.temporal.io/api v1.62.12 dependency with Go SDK v1.43.0

What's Changed

... (truncated)

Commits
  • e3521a2 Release Go SDK v1.44.0 (#2363)
  • ad514ad Add doc comments to new struct fields for serialization context (#2324)
  • 2558345 VLN-1344: fix missing-dependency-cooldown (#2346)
  • 9ef2f2a Fix unsupported link log (#2354)
  • 6348a45 Add banner like other SDKs have (#2348)
  • edfc506 Add support for Stand Alone Nexus Operations (#2280)
  • a3e8e04 remove stale nightly tps omes test (#2351)
  • 5a9bd6a Remove vendored ExternalStorageReference, use go.temporal.io/api v1.62.12 (#2...
  • ff47f19 fix(logs): change WFT duration to trace level (#2347)
  • 7a745d9 Document default for ChildWorkflowOptions.WorkflowIDReusePolicy (#2339)
  • Additional commits viewable in compare view

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.0.
- [Release notes](https://github.com/temporalio/sdk-go/releases)
- [Commits](temporalio/sdk-go@v1.43.0...v1.44.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot requested a review from rustatian as a code owner May 22, 2026 02:22
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels May 22, 2026
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