Skip to content

chore(deps): bump go.temporal.io/sdk from 1.31.0 to 1.43.1#27

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

chore(deps): bump go.temporal.io/sdk from 1.31.0 to 1.43.1#27
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/go.temporal.io/sdk-1.43.1

Conversation

@dependabot

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

Copy link
Copy Markdown

Bumps go.temporal.io/sdk from 1.31.0 to 1.43.1.

Release notes

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

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

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

v1.43.0

Highlights

💥 Payload and Memo Size Validation (Experimental)

Within workers, if a payload exceeds the server limits, the worker will eagerly fail the current task instead of uploading the object with the too large payload or memo. This allows the task to be retried instead of entirely failing the workflow from within the server. Additional documentation on how to use this feature will be linked here when available.

External Storage Updates (Experimental)

  • Store and retrieval operations run concurrently with a default limit of 3 concurrent sequence visits per workflow task, thus shortening wall-class time for store and retrieval operations for each workflow task.
  • New Codec Server payload HTTP handler to allow Temporal Web UI and CLI to encode, decode, and download externally stored payloads. Additional documentation on how to use this feature will be linked here when available.
  • 💥 External storage event history format has been incompatibly changed from prerelease. New storage references are emitted in the new format starting with release. Support for the ability to retrieve references in the old format has been preserved. The prerelease format is deprecated and will be removed in a future release.

What's Changed

... (truncated)

Commits
  • 0d47ef5 Release Go SDK v1.43.1 (#2352)
  • 89b702e Remove vendored ExternalStorageReference, use go.temporal.io/api v1.62.12 (#2...
  • 8b9d2c2 Release Go SDK v1.43.0 (#2320)
  • ebf4b2b Add CONTINUE_AS_NEW_VERSIONING_BEHAVIOR_USE_RAMPING_VERSION (#2319)
  • 3536724 Set task poller type for scalable task pollers (#2248)
  • 149711a Add Describe to S3 driver client (#2316)
  • a27c0b4 Use protojson marshaling for payload HTTP handler response (#2315)
  • 0cdb74e Update go.opentelemetry.io/otel to 1.41.0 (#2317)
  • 38c6f51 Update go.temporal.io/api to 1.62.11 (#2310)
  • 2086ddb 💥 Use ExternalStorageReference proto for payload references (#2311)
  • 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.31.0 to 1.43.1.
- [Release notes](https://github.com/temporalio/sdk-go/releases)
- [Commits](temporalio/sdk-go@v1.31.0...v1.43.1)

---
updated-dependencies:
- dependency-name: go.temporal.io/sdk
  dependency-version: 1.43.1
  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 May 20, 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.

0 participants