Azure Functions Runtime 2.0.12115
In this release:
- Update to WebJobs 3.0.0
- Fixes to HTTP throttle functionality
- Fixed issue with proxy metadata caching
- HTTP throttles enabled by default (#3430)
- ASP.NET Core reference updates (2.1.4)
- Various bug fixes, performance and reliability improvements
Detailed change history here
Visual Studio Availability
This release has been made available to Visual Studio users. When running a V2 Function App project locally, you can verify if you are running this version by checking for the following in the console output:
[9/19/2018 6:12:53 PM] Starting Host (HostId=xxx, InstanceId=xxx, Version=2.0.12115.0)