Skip to content

dependencies: bump go.temporal.io/sdk from 1.42.0 to 1.43.0#139

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

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

Conversation

@dependabot

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

Copy link
Copy Markdown

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

Release notes

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

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

New Contributors

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

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

---
updated-dependencies:
- dependency-name: go.temporal.io/sdk
  dependency-version: 1.43.0
  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 May 1, 2026
@dependabot dependabot Bot requested a review from bcessa as a code owner May 1, 2026 00:03
@dependabot dependabot Bot added the dependencies Update available for a direct dependency label May 1, 2026
@dependabot @github

dependabot Bot commented on behalf of github May 4, 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 May 4, 2026
@dependabot dependabot Bot deleted the dependabot/go_modules/go.temporal.io/sdk-1.43.0 branch May 4, 2026 03:22
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