-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Expose new ErrorPropagationMode option to allow controlling the error…
… propagation behavior when an activity or orchestration fails with an unhandled exception (#33) * Expose new ErrorPropagationMode option to allow controlling the error propagation behavior when an activity or orchestration fails with an unhandled exception
- Loading branch information
Showing
4 changed files
with
24 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,4 @@ | ||
# Release 2.1.6-preview | ||
# Release 2.1.7-preview | ||
|
||
- Fix `ObjectDisposedException` race condition during orchestration middleware | ||
- The fix was to remove the attempt to re-use `IServiceProvider` during sessions of the same orchestration. | ||
- The above would only impact if the DTFx orchestration/activity was registered with "Scoped" lifetime. | ||
- Doing the above is **strongly not recommended**. It would lead to undeterministic statefulness of your orchestration or activity. | ||
- Fixed generic type parsing to properly handle nested generics when there are multiple generic arguments. | ||
- Fix `WrapperOrchestrationContext.IsReplaying` not properly updating. | ||
- Upgrade to version 2.11.0 of DurableTask.Core | ||
- Expose new ErrorPropagationMode option to allow controlling the error propagation behavior when an activity or orchestration fails with an unhandled exception |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters