Skip to content

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

Merged
wolfy-j merged 1 commit into
mainfrom
dependabot/go_modules/go.temporal.io/sdk-1.44.1
Jun 20, 2026
Merged

build(deps): bump go.temporal.io/sdk from 1.42.0 to 1.45.0#357
wolfy-j merged 1 commit into
mainfrom
dependabot/go_modules/go.temporal.io/sdk-1.44.1

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

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

Release notes

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

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.

Client Transport Compression

gRPC gzip compression is now enabled by default for Temporal client connections, reducing wire size for requests and allowing gzip-compressed responses. Applications that need the previous behavior can disable request compression with client.GrpcCompressionNone.

Workflow Streams Contrib Package

A new experimental contrib/workflowstreams package provides a durable publish/subscribe log hosted inside a Temporal workflow. It supports publishing messages to named topics, long-polling subscription updates, continue-as-new survival, batching, deduplication, truncation, paging, and interoperability with the Python and TypeScript workflow streams packages.

Breaking Changes

💥 Filter nil values from SearchAttributes for Workflow start, Signal with start, and continue as new

Workflow start, signal-with-start, and continue-as-new request construction now omits unset Search Attributes encoded as binary/null. This prevents removed Search Attributes from being carried into new runs, including continue-as-new.

Poller Autoscaling refactored

Workers using poller autoscaling now create poll goroutines dynamically per poll RPC instead of starting the maximum number of pollers up front, matching all core based SDKs. 💥 As part of this refactor, the PollerStartCounter metric is no longer emitted for autoscaling pollers.

What's Changed

New Contributors

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

... (truncated)

Commits

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Jun 17, 2026
@dependabot @github

dependabot Bot commented on behalf of github Jun 17, 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 dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Jun 17, 2026
Bumps [go.temporal.io/sdk](https://github.com/temporalio/sdk-go) from 1.42.0 to 1.45.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.42.0...v1.45.0)

---
updated-dependencies:
- dependency-name: go.temporal.io/sdk
  dependency-version: 1.44.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot changed the title build(deps): bump go.temporal.io/sdk from 1.42.0 to 1.44.1 build(deps): bump go.temporal.io/sdk from 1.42.0 to 1.45.0 Jun 20, 2026
@dependabot dependabot Bot force-pushed the dependabot/go_modules/go.temporal.io/sdk-1.44.1 branch from 2175a49 to 9b6503a Compare June 20, 2026 19:02
@wolfy-j wolfy-j merged commit 2aa45e9 into main Jun 20, 2026
3 checks passed
@wolfy-j wolfy-j deleted the dependabot/go_modules/go.temporal.io/sdk-1.44.1 branch June 20, 2026 19:20
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