-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rev version to 2.0-preview, add release notes
- Loading branch information
Showing
2 changed files
with
13 additions
and
3 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,12 @@ | ||
- Add assembly scanning extensions for including orchestrations and activities. | ||
- Add `TaskAliasAttribute` | ||
# Release 2.0-preview | ||
|
||
## Breaking Changes | ||
- Refactor of ITaskHubWorkerBuilder interface and extension methods. | ||
- Descriptors base classes removed. | ||
|
||
## Additions | ||
- Can now call `AddTaskHubWorker`/`ConfigureTaskHubWorker` multiple times, same builder will be used. | ||
- Can insert middleware at desired place, remove existing middleware, etc. | ||
- DI ObjectFactory used for improved performance | ||
- Support for func middleware and interface activities. | ||
- Update to DTFx 2.4.0, add `ILoggerFactory` while building. |
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