Skip to content

chore(deps): Bump go.temporal.io/sdk from 1.36.0 to 1.46.0#25

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

chore(deps): Bump go.temporal.io/sdk from 1.36.0 to 1.46.0#25
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/go.temporal.io/sdk-1.46.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 9, 2026

Copy link
Copy Markdown
Contributor

Bumps go.temporal.io/sdk from 1.36.0 to 1.46.0.

Release notes

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

v1.46.0

Highlights

Nexus link propagation improvements

Signal and Signal-with-start calls made from Nexus operation handlers now propagate links so caller/callee workflow are mutually navigable in the UI. Standalone Nexus operation links are also now supported.

OpenTelemetry tracing for standalone activities

Standalone activities now get tracing spans through the OTel interceptor.

Bug fixes

  • SDK Flags recorded in history are now respected even when GetSystemInfo does not report SDK metadata support.
  • RPCs can retry without gzip when the server/method does not support gzip compression

What's Changed

New Contributors

Full Changelog: temporalio/sdk-go@v1.45.0...v1.46.0

v1.45.0

Highlights

Workflow Behavior Fixes Enabled by Default

SDKFlagBlockedSelectorSignalReceive and SDKFlagWorkflowNewChannelLostMessages are now enabled by default for new workflow executions. These flags previously gated fixes for selector/signal receive behavior and workflow channel message handling.

... (truncated)

Changelog

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

[1.46.0] - 2026-07-07

Fixed

  • Respect SDK flags already recorded in workflow history even when GetSystemInfo does not report SDK metadata support.
  • Only treat GetSystemInfo UNIMPLEMENTED responses as missing server capability support when the error indicates an unknown method.
  • Retry server RPCs without gzip compression when a method reports that gzip decompression is unsupported, while continuing to use gzip for other methods.
  • Populate Priority on ScheduleWorkflowAction values returned by ScheduleHandle.Describe().
  • Report the configured deadlock detection timeout in potential deadlock errors instead of always saying "over a second".
  • Register all poller types before starting autoscaling pollers to avoid an autoscaling worker startup race.
  • Treat workflow.SideEffectWithOptions and workflow.MutableSideEffectWithOptions as valid deterministic wrappers in workflowcheck.

Added

  • Added OneTimeVersioningOverride support for workflow start and workflow execution options, allowing a workflow to route to a target Worker Deployment Version until one Workflow Task completes there.
  • Nexus operation link propagation for signals. When a Nexus operation handler signals a workflow (including signal-with-start), the inbound Nexus request links are now forwarded onto the signaled workflow so its history events link back to the caller, and the link the server returns for the signaled event is attached to the caller workflow's Nexus operation history event. This makes the caller and callee mutually navigable in the UI for signal-based Nexus operations.
  • Support propagating standalone Nexus operation links.
  • OpenTelemetry tracing support for standalone activities started from the client.
  • Doclink now links interfaces when they're re-exported from private to a public package.
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.36.0 to 1.46.0.
- [Release notes](https://github.com/temporalio/sdk-go/releases)
- [Changelog](https://github.com/temporalio/sdk-go/blob/main/CHANGELOG.md)
- [Commits](temporalio/sdk-go@v1.36.0...v1.46.0)

---
updated-dependencies:
- dependency-name: go.temporal.io/sdk
  dependency-version: 1.46.0
  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 Jul 9, 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