Skip to content

Bump go.temporal.io/sdk in /#421

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/go_modules-45465189f1
Open

Bump go.temporal.io/sdk in /#421
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/go_modules-45465189f1

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps go.temporal.io/sdk in / from 1.43.0 to 1.45.0.

Updates go.temporal.io/sdk from 1.43.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

Updates go.temporal.io/sdk from 1.43.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

Updates go.temporal.io/sdk from 1.43.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 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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps [go.temporal.io/sdk](https://github.com/temporalio/sdk-go) in `/` from 1.43.0 to 1.45.0.


Updates `go.temporal.io/sdk` from 1.43.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.43.0...v1.45.0)

Updates `go.temporal.io/sdk` from 1.43.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.43.0...v1.45.0)

Updates `go.temporal.io/sdk` from 1.43.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.43.0...v1.45.0)

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

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 2, 2026
@dependabot dependabot Bot requested review from a team and jlegrone as code owners July 2, 2026 13:24
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Jul 2, 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