Functions 2.0.11857-alpha
Pre-release
Pre-release
Visual Studio Availability
This release has not yet been made available to Visual Studio users.
NOTE: Visual Studio users will need to install .NET Core 2.1 to run the updated Azure Functions Core Tools.
Change Log
- .NET Core 2.1 support
- Additional assembly loading and resolution enhancements. Improving on the previous set of assembly resolution and binding enhancements introduced in 2.0.11776, this release addresses some of the limitations and restrictions that were present with the initial implementation of the new binding model.
- [breaking] Java Language Worker updates to annotation packages. For details, see the release announcement here
- [breaking] .NET default HTTP response JSON serialization: This release will revert the change made in 2.0.11776, returning the default behavior to use camel casing serialization.
- [breaking] NodeJs Language Worker updates to recursively camelCase keys in
context.bindingData
and other non-breaking Javascript changes - Other bug fixes and enhancements