Skip to content

chore(deps): bump go.temporal.io/sdk from 1.39.0 to 1.40.0#731

Merged
rustatian merged 1 commit intomasterfrom
dependabot/go_modules/go.temporal.io/sdk-1.40.0
Feb 15, 2026
Merged

chore(deps): bump go.temporal.io/sdk from 1.39.0 to 1.40.0#731
rustatian merged 1 commit intomasterfrom
dependabot/go_modules/go.temporal.io/sdk-1.40.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 13, 2026

Bumps go.temporal.io/sdk from 1.39.0 to 1.40.0.

Release notes

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

v1.40.0

Breaking Changes

Due to Standalone Activities, testActivityToken are used to keep track of activities, instead of just activityID, they now contain activityID and runID. Most users should not be affected, only if you're manually constructing task tokens in your tests.

Highlights

Versioning v1 and v2 worker options and versioning intent have been marked as deprecated.

Bug fixes

Various test fixes and improvements

Properly set RootWorkflowExecution in child workflow env when testing.

Enforcement of heartbeat and start-to-close timeouts in test environment, as well as properly cancel timer when AwaitWithTimeout condition resolves.

What's Changed

New Contributors

Full Changelog: temporalio/sdk-go@v1.39.0...v1.40.0

Commits
  • 8da89f8 Release Go SDK v1.40.0 (#2189)
  • 08fa720 bump API to v1.62.1 (#2187)
  • 7d7a703 Remove experimental warning for worker deployment versioning and envconfig (#...
  • c8868ba Switch from docker-compose to samples-server repo (#2183)
  • 215920a 💥 Standalone activities support (#2158)
  • 6c2f815 deprecate v1 and v2 versioning things (#2174)
  • 797f179 Enhance SDK flags so flags are off by default when first introduced (#2164)
  • 9d848a8 Fix TestMockCallWrapperNotBefore test flake (#2173)
  • 04426e6 fix: set RootWorkflowExecution in child workflow env when testing (#2170)
  • 6c8c5c9 Cancel timer when AwaitWithTimeout condition resolves (#2153)
  • Additional commits viewable in compare view

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.39.0 to 1.40.0.
- [Release notes](https://github.com/temporalio/sdk-go/releases)
- [Commits](temporalio/sdk-go@v1.39.0...v1.40.0)

---
updated-dependencies:
- dependency-name: go.temporal.io/sdk
  dependency-version: 1.40.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 Feb 13, 2026
@dependabot dependabot bot requested a review from rustatian as a code owner February 13, 2026 02:22
@rustatian rustatian merged commit db9f9a6 into master Feb 15, 2026
11 checks passed
@rustatian rustatian deleted the dependabot/go_modules/go.temporal.io/sdk-1.40.0 branch February 15, 2026 13:21
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