Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump go.temporal.io/sdk from 1.31.0 to 1.32.1 #231

Merged
merged 2 commits into from
Jan 17, 2025

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 15, 2025

Bumps go.temporal.io/sdk from 1.31.0 to 1.32.1.

Release notes

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

v1.32.1

Versioning / Safe Deploy (pre-release)

This release introduces a preview of new APIs that gracefully manage code changes and worker pools that support them. The goal is to better control which workers should execute new, and existing, workflows and activities tasks, based on their code and configuration.

Worker Deployments provide a consistent interface to set versioning policy for multiple Task Queues within a versioned application. Versioning Behaviors eliminate the need of patching short-running Workflows by pinning them to a particular version. The new UpdateWorkflowExecutionOptions API overrides versioning attributes for a particular workflow, or, using a batch command, for a set of workflows.

The following EXPERIMENTAL Versioning APIs implement Worker Deployments and Workflow Versioning Behavior annotations. It requires a server with version v1.26.2 or later.

  • Client.DeploymentClient():
    • Describe(): Show properties of a Worker Deployment.
    • GetReachability(): Return information to safely decommission Workers.
    • List(): Enumerate Worker Deployments in the client's namespace
    • SetCurrent(): Set the current Deployment for a Deployment Series.
    • GetCurrent(): Find the current Deployment for a Deployment Series.
  • UpdateWorkflowExecutionOptions: Override options of a workflow execution.
  • Worker.Options.DeploymentOptions: Set Deployment and Workflow Behavior defaults.
  • Workflow.RegisterOptions.VersioningBehavior: Annotate Workflow Behavior

Documentation is coming soon. Do not use above APIs in production.

Workflow Update

Workflow Update, excluding Update-with-Start, is no longer marked as experimental.

What’s Changed

2024-12-12 - ccb28ef5 - Versioning 3 (#1744) 2024-12-20 - 380add92 - Add Nexus links tests (#1613) 2025-01-08 - 423a9a3b - Remove Nexus OpCanceledBeforeStarted test (#1763) 2025-01-08 - 4dd46b82 - Resolve workflow name alias in Nexus WorkflowRunOperation (#1766) 2025-01-08 - 938dcadc - Fix versioning override with AutoUpgrade behavior (#1765) 2025-01-10 - 815c648b - small docs/rendering fixes (#1769) 2025-01-10 - a708f7e4 - Remove docker flag that disables versioning tests (#1771) 2025-01-10 - b8f9b44b - docs: fix bullets in intellisense (#1768) 2025-01-14 - 3506cd24 - Fix doclink tool's duplicate docstring generation issue (#1773)

New Contributors

Full Changelog: temporalio/sdk-go@v1.31.0...v1.32.1

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)

@dependabot dependabot bot requested a review from jlacefie as a code owner January 15, 2025 03:19
@dependabot dependabot bot added the API dependency required This issue requires an API before TF work can begin label Jan 15, 2025
@dependabot dependabot bot requested a review from a team as a code owner January 15, 2025 03:19
Bumps [go.temporal.io/sdk](https://github.com/temporalio/sdk-go) from 1.31.0 to 1.32.1.
- [Release notes](https://github.com/temporalio/sdk-go/releases)
- [Commits](temporalio/sdk-go@v1.31.0...v1.32.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/go_modules/go.temporal.io/sdk-1.32.1 branch from 042eb98 to 30171f9 Compare January 17, 2025 21:08
@briankassouf briankassouf merged commit cc50823 into main Jan 17, 2025
6 checks passed
@briankassouf briankassouf deleted the dependabot/go_modules/go.temporal.io/sdk-1.32.1 branch January 17, 2025 21:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
API dependency required This issue requires an API before TF work can begin
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant