Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 8, 2025

Bumps go.temporal.io/sdk from 1.34.0 to 1.35.0.

Release notes

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

v1.35.0

Breaking Changes

Nexus - Deprecate API removed

Some Nexus APIs previously deprecated are now removed. Most notably OperationID was removed, users should switch to OperationToken .

Highlights

Nexus Operation Cancellation Types (Pre-release)

Users can now specify the cancellation type when cancelling a Nexus operations from a workflow. This allows for more granular control over how Nexus operations are cancelled, and how the caller is notified of the cancellation.

Dynamic Workflow and Activities

Dynamic workflow and activities, which are nameless, can now be registered with RegisterDynamicWorkflow and RegisterDynamicActivity. This allows users to specify a default workflow to run if a worker does not recognize the workflow or activity being run on it.

Workflow Metadata - Local Activity Summary

Local activities now support a Summary like normal activities and child workflows.

Application Error Category

Application errors can specify a category, called ApplicationErrorCategory, to control logging and metrics behavior of activity failures

What’s Changed

2025-04-18 - 0517ec9 - Make doc comment name match code name (#1920) 2025-04-21 - a921890 - Add support for root workflow execution to workflow info (#1923) 2025-04-23 - 50118c6 - Remove old Nexus workflow run operation token format (#1927) 2025-04-25 - ee78d25 - Add application err category (#1925) 2025-04-28 - 3db4820 - Add missing lock (#1938) 2025-04-29 - f3fcc94 - Update [golang.org/x/net](http://golang.org/x/net) for CVE-2025-22872 (#1939) 2025-04-30 - 2c90009 - Fix trying to decode nil summary fields (#1941) 2025-04-30 - 4a43228 - Handle mix of RawValue and non-RawValue inputs for CompositeDataConverter (#1937) 2025-04-30 - 5a87f01 - Remove deprecated nexus APIs (#1944) 2025-04-30 - e2dfd9d - Add high level workflow describe (#1924) 2025-05-01 - 5de51a1 - Support for RequestIdReference in Link (#1877) 2025-05-02 - a10de39 - Encode the event type short string in the links (#1949) 2025-05-05 - 876aaaf - Remove per-file copyright headers (#1950) 2025-05-06 - 6d2cb6a - Implement Nexus operation cancellation types (#1917) 2025-05-07 - 52c7523 - Set Nexus links in the callback (#1945) 2025-05-08 - 46420c2 - Handle links from ExecuteWorkflow in Nexus WorkflowRunOperation (#1934) 2025-05-15 - b13a953 - Add SearchAttributes.Copy exception to workflowcheck (#1958) 2025-05-16 - f55d382 - Dynamic workflows and activities (#1946) 2025-05-27 - 71ce2dc - fix comments and grammar (#1959) 2025-05-28 - df05d05 - Mark Nexus operation cancellation type as Experimental. (#1960) 2025-05-30 - 22952b3 - Don't heartbeat local activity on non-graceful worker shutdown (#1933) 2025-06-03 - b955aa8 - Improve docs on NexusOperationCancellationTypeTryCancel (#1964) 2025-06-04 - 9de36a9 - Handle activity cancel due to worker shutdown properly (#1910)

... (truncated)

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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.34.0 to 1.35.0.
- [Release notes](https://github.com/temporalio/sdk-go/releases)
- [Commits](temporalio/sdk-go@v1.34.0...v1.35.0)

---
updated-dependencies:
- dependency-name: go.temporal.io/sdk
  dependency-version: 1.35.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 8, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 28, 2025

Superseded by #721.

@dependabot dependabot bot closed this Aug 28, 2025
@dependabot dependabot bot deleted the dependabot/go_modules/go.temporal.io/sdk-1.35.0 branch August 28, 2025 11:37
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