Activity binding, System Keys, & improved Visual Studio support
Pre-release
Pre-release
This release includes a variety of changes and fixes, including some minor breaking changes. Most importantly, the Visual Studio setup experience has been significantly improved due in part to several changes included in the final release of Visual Studio 2017 (15.3).
The VS sample project has also been updated to highlight these major changes:
- Durable Functions can be added to any Azure Functions project via a simple NuGet package reference.
- Activity functions can now bind to any JSON-serializeable data type, including primitive types.
Security has also been improved by taking advantage of the new System Keys feature of Azure Functions.
More technical details can be found in the following PR:
Updates for 0.2.2-alpha: Activity binding, System Keys, & improved Visual Studio support