Skip to content

build(deps): bump go.temporal.io/sdk from 1.45.0 to 1.46.0#452

Merged
wolfy-j merged 1 commit into
mainfrom
dependabot/go_modules/go.temporal.io/sdk-1.46.0
Jul 8, 2026
Merged

build(deps): bump go.temporal.io/sdk from 1.45.0 to 1.46.0#452
wolfy-j merged 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 8, 2026

Copy link
Copy Markdown
Contributor

Bumps go.temporal.io/sdk from 1.45.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

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 dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Jul 8, 2026
@dependabot @github

dependabot Bot commented on behalf of github Jul 8, 2026

Copy link
Copy Markdown
Contributor Author

Assignees

The following users could not be added as assignees: rustatian. Either the username does not exist or it does not have the correct permissions to be added as an assignee.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot dependabot Bot added the go Pull requests that update Go code label Jul 8, 2026
Bumps [go.temporal.io/sdk](https://github.com/temporalio/sdk-go) from 1.45.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.45.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 force-pushed the dependabot/go_modules/go.temporal.io/sdk-1.46.0 branch from 60c45be to b5ce716 Compare July 8, 2026 17:24
@wolfy-j wolfy-j merged commit d2a4bd7 into main Jul 8, 2026
3 checks passed
@wolfy-j wolfy-j deleted the dependabot/go_modules/go.temporal.io/sdk-1.46.0 branch July 8, 2026 17:40
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