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.30.0 to 1.30.1 #199

Merged
merged 1 commit into from
Dec 3, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 28, 2024

Bumps go.temporal.io/sdk from 1.30.0 to 1.30.1.

Release notes

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

v1.30.1

Breaking Changes

Nexus async Operations backed by ExecuteUntypedWorkflow (i.e. NewWorkflowRunOperation and NewWorkflowRunOperationWithOptions) are now required to set the workflow ID on the StartWorkflowOptions parameter. If workflow ID is unset, the new error ErrMissingWorkflowID will be returned.

What's Changed

New Contributors

Full Changelog: temporalio/sdk-go@v1.30.0...v1.30.1

Commits
  • 158b823 Bump SDK version to 1.30.1 (#1730)
  • 520b525 Set Nexus operation ID on callback headers (#1710)
  • 08d52ce Fix worker leak in eager dispatcher (#1723)
  • ed71f5f Add accessors for ChildWorkflowExecutionError fields (#1726)
  • cac9321 When evicting workflows from cache make sure all go routines are evicted seri...
  • 04e75d7 Dedup duplicate update IDs for test environment (#1695)
  • c7fa7e8 Improve Update Workflow testing UX (#1721)
  • 99a35d4 Added SpanFromWorkflowContext function (#1711)
  • 643c803 Support user metadata on activities and child/scheduled workflows (#1719)
  • c31c2f2 Fix lost signal from Selector when Default path blocks (#1682)
  • 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 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 review from jlacefie and a team as code owners November 28, 2024 03:16
@dependabot dependabot bot added the API dependency required This issue requires an API before TF work can begin label Nov 28, 2024
@briankassouf briankassouf removed the API dependency required This issue requires an API before TF work can begin label Dec 3, 2024
@briankassouf
Copy link
Contributor

@dependabot recreate

Bumps [go.temporal.io/sdk](https://github.com/temporalio/sdk-go) from 1.30.0 to 1.30.1.
- [Release notes](https://github.com/temporalio/sdk-go/releases)
- [Commits](temporalio/sdk-go@v1.30.0...v1.30.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/go_modules/go.temporal.io/sdk-1.30.1 branch from 2c2cdaa to b9ebf14 Compare December 3, 2024 17:24
@briankassouf briankassouf merged commit c7a4969 into main Dec 3, 2024
4 of 5 checks passed
@briankassouf briankassouf deleted the dependabot/go_modules/go.temporal.io/sdk-1.30.1 branch December 3, 2024 17:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant