Skip to content

Commit

Permalink
Update release notes for v2.1.6-preview (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
jviau authored Jul 12, 2022
1 parent 4ddad50 commit 344cb54
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions releasenotes.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Release 2.1.4-preview
# Release 2.1.6-preview

- Consume `IOrchestrationService` via dependency injection.
- `WithOrchestrationService` now adds to `IServiceCollection` as singleton.
- `AddClient` now first looks for `IOrchestrationServiceClient`, then falls back to casting `IOrchestrationService`.
- `ITaskHubWorkerBuilder.OrchestrationService` marked as obsolete.
- 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.

0 comments on commit 344cb54

Please sign in to comment.