Skip to content

Bump go.temporal.io/sdk from 1.41.1 to 1.43.1#1062

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

Bump go.temporal.io/sdk from 1.41.1 to 1.43.1#1062
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/go.temporal.io/sdk-1.43.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps go.temporal.io/sdk from 1.41.1 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 dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Jun 1, 2026
@dependabot dependabot Bot requested a review from a team as a code owner June 1, 2026 12:25
Bumps [go.temporal.io/sdk](https://github.com/temporalio/sdk-go) from 1.41.1 to 1.43.1.
- [Release notes](https://github.com/temporalio/sdk-go/releases)
- [Commits](temporalio/sdk-go@v1.41.1...v1.43.1)

---
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 changed the title Bump go.temporal.io/sdk from 1.41.1 to 1.43.0 Bump go.temporal.io/sdk from 1.41.1 to 1.43.1 Jun 2, 2026
@dependabot dependabot Bot force-pushed the dependabot/go_modules/go.temporal.io/sdk-1.43.0 branch from 7153101 to 66e6b89 Compare June 2, 2026 18:29
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Jun 2, 2026

Looks like go.temporal.io/sdk is no longer being updated by Dependabot, so this is no longer needed.

@dependabot dependabot Bot closed this Jun 2, 2026
@dependabot dependabot Bot deleted the dependabot/go_modules/go.temporal.io/sdk-1.43.0 branch June 2, 2026 20:07
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