Releases: Azure/azure-functions-host
Releases · Azure/azure-functions-host
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
Functions 2.0.11370-alpha
Various bug fixes and improvements to the Functions v2 Preview runtime.
Functions 1.0.11360
- Updates to sanitize log inputs
Functions 1.0.11351
In this release:
- Fix for proxies issue Azure/app-service-announcements#50
- Implement host health monitoring (addresses #1999)
- Updates to binding redirects to address #1996 and #1972 (allow references to .NET Standard libraries)
- increased max URL length supported for http functions to 4096 characters
- Miscellaneous enhancements and bug fixes
Functions 1.0.11296
In this release:
- URL handling/suport:
- Increased URL maximum length to allow for long URLs (now up to 4096 characters)
- Removed restrictions on some special and double encoded characters
- Due to compatibility issues with the current version of JSON.NET used and supported by Functions, reverted the F# Core version update as it introduced a breaking change
- Miscellaneous enhancements and bug fixes