Releases: Azure/azure-functions-host
Releases · Azure/azure-functions-host
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
Functions 1.0.11247
Changes in this release:
- updates to support referencing .NET Standard 2.0 class libraries (#1792)
- fix for http route constraints containing period (#969)
- http request binding fix (Azure/azure-webjobs-sdk-extensions#273)
- updated to Roslyn version 2.3.2
- updated to F# version 4.4.1
- cold start optimization work