Releases: Azure/azure-functions-host
Releases · Azure/azure-functions-host
Functions 2.0.11587-alpha
Note, this is a hotfix release to specifically address an issue with Java Functions and dependency resolution. It does not contain the "latest" from dev.
- Updates Java Worker to address fat jar issue
Java worker commit: Azure/azure-functions-java-worker@cfcdbcb
Functions 1.0.11559
In this release:
- Improved logging around host initialization
- Optimizations to file system access in ReadOnly ZIP mode (#2230, #2451)
- Fix for issue where proxies can get into an infinite loop (#2402)
- Fixing coldstart logging issues (#2186)
Webjobs SDK commit: Azure/azure-webjobs-sdk@924718c
Functions Extensions commit: Azure/azure-webjobs-sdk-extensions@50ff0aa
Event Grid Extension commit: Azure/azure-functions-eventgrid-extension@f181175
Functions 1.0.11535
In this release:
- Increase querystring and url limits #2374
- Misc bug fixes and improvements to logging
Webjobs SDK commit: Azure/azure-webjobs-sdk@147a441
Functions 1.0.11510
Functions 1.0.11490
Main items in this release:
- Runtime moving to .NET Framework 4.7.1
- Node memory leak/performance issues addressed (#2320)
- Other small bug fixes
Functions 1.0.11469
In this release:
- Several enhancements to key management and decryption failure handling (#2072, #2093, #2094)
- Several Proxy fixes (#2161, Azure/Azure-Functions#614, Azure/Azure-Functions#596)
- HostHealthMonitor improvements (#2115)
- Fix for host specialization issue (#2201)
- other bug fixes
Functions 2.0.11415-alpha
Various bug fixes and improvements to the Azure Functions 2.0 Preview runtime.
Functions 1.0.11388
In this release:
- Several bug fixes for Proxies (#2099, #2116)
- Fix EventHub Trigger name collision issue (Azure/azure-webjobs-sdk#1417)
- Improve portal experience by loosening host requirements for admin APIs (#2114)
- other bug fixes
Functions 1.0.11380
Hotfix for "Host thresholds exceeded: [Connections]" issue. See this issue for details.
Functions 1.0.11375
In this release:
- lowering ServicePointManager DefaultConnectionLimit (addresses ##2085)
- updates to Proxy support
- other bug fixes