Skip to content

Commit

Permalink
Update release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
jviau committed Jan 8, 2021
1 parent be69cc9 commit 92c6cb1
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion releasenotes.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Release 2.0-preview
# Release 2.0.2-preview

## Breaking Changes
- Refactor of ITaskHubWorkerBuilder interface and extension methods.
Expand All @@ -10,3 +10,11 @@
- DI ObjectFactory used for improved performance
- Support for func middleware and interface activities.
- Update to DTFx 2.4.0, add `ILoggerFactory` while building.

# Release 2.0.7-preview

# Additions
- Added support for open generics with [#14](https://github.com/jviau/durabletask-hosting/pull/14).
- When enqueing a closed form for an open generic, use `Type.FullName` as the orchestration/activity name.
- `OrchestrationContext` will use `Type.FullName` by default.
- `TaskHubClient` will not - it must be explicitly provided.

0 comments on commit 92c6cb1

Please sign in to comment.