Functions 2.0.11776-alpha
Pre-release
Pre-release
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:
[5/22/2018 6:12:53 PM] Starting Host (HostId=xxx, InstanceId=xxx, Version=2.0.11776.0)
Change Log
NOTE: This is a rollup release that includes the changes in 2.0.11737
- Proxies support (#2425)
- [breaking] Assembly loading and resolution enhancements.
Assembly isolation and implicit redirects (#2734 , #2820) - Native dependencies resolution enhancements (#2834)
- Function timeout fixes for pre-compiled .NET functions (#2637)
- [breaking] Fixes to datetime string serialization issues when handling raw HTTP responses (#2673)
- Updates for Azure Functions on Linux
- Sync triggers API moved into the runtime (#2581)
- Instance management APIs (#2654)
- Implementation of a new ARM authentication handler, support API calls using the new token (#2715)
- Increase GRPC message size for language workers
- [breaking] Changed Blobs.CentralizedPoisonQueue default (#2794)
- [breaking] Rename environment variable to set ConsoleLoggingMode (#2798)