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 Temporalio from 1.1.1 to 1.1.2 #75

Merged
merged 2 commits into from
Jul 15, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 5, 2024

Bumps Temporalio from 1.1.1 to 1.1.2.

Release notes

Sourced from Temporalio's releases.

1.1.2

Get from NuGet and read the README

Highlights

This is mostly a bug fix release.

💥 Fix Workflow.WaitConditionAsync issue introduced in 1.1.1

There is a bug introduced 1.1.1 where WaitConditionAsync could never be properly resolved. This release fixes that bug by (mostly) reverting to behavior in 1.1.0. There is technically a situation where, if your workflow has run in 1.1.1 and encountered this bug, this fix could lead to non-determinism.

💥 Breaking change on experimental workflow update

Updates, still experimental, now require the WaitForStage option to be set when using StartUpdateAsync.

Specific Changes

2024-05-21 - 618e878 - Required wait update stage and polling improvements (#251) 2024-05-22 - 1645178 - Improved docs for RetryPolicy.NonRetryableErrorTypes (#252) 2024-05-28 - ef70705 - Support ApplicationFailureException.NextRetryDelay (#254) 2024-05-29 - 1f6676b - Extended reporting of failed workflow with OTel (#255) 2024-06-04 - 0e24a43 - feat: add workflow client updater for updating workflow client (#258) 2024-06-04 - 43d0f86 - Update generated rpc requests to not omit ConfigureAwait(false) (#260) 2024-06-04 - 83670a0 - Fix wait condition evaluation issue (#259)

Commits
  • 7b61747 Update release version to 1.1.2 (#264)
  • 43d0f86 Update generated rpc requests to not omit ConfigureAwait(false) (#260)
  • 83670a0 Fix wait condition evaluation issue (#259)
  • 0e24a43 feat: add workflow client updater for updating workflow client (#258)
  • 1f6676b Extended reporting of failed workflow with OTel (#255)
  • ef70705 Support ApplicationFailureException.NextRetryDelay (#254)
  • 1645178 Improved docs for RetryPolicy.NonRetryableErrorTypes (#252)
  • 618e878 Required wait update stage and polling improvements (#251)
  • See full diff in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [Temporalio](https://github.com/temporalio/sdk-dotnet) from 1.1.1 to 1.1.2.
- [Release notes](https://github.com/temporalio/sdk-dotnet/releases)
- [Commits](temporalio/sdk-dotnet@1.1.1...1.1.2)

---
updated-dependencies:
- dependency-name: Temporalio
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 28, 2024

A newer version of Temporalio exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged.

@ElanHasson ElanHasson merged commit 659cbe4 into main Jul 15, 2024
2 checks passed
@ElanHasson ElanHasson deleted the dependabot/nuget/Temporalio-1.1.2 branch July 15, 2024 13:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant