Releases: Azure/azure-functions-host
Releases · Azure/azure-functions-host
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
Functions 1.0.11184
Changes in this release:
- Moved to App Insights version 2.4
- Moved to Node.js version 6.11.2
- CosmosDB trigger updates (new attribute properties/knobs, see Azure/azure-webjobs-sdk-extensions#278)
- Fixed portal duplicate compilation log issue (#1866)
- Fixed race condition in Table logging (addresses #1403)
- Added a dependency on Azure Function Proxies library version 0.3.0.6
- Miscellaneous other bug fixes
Functions 1.0.11116
Hotfix release containing fixes for the following:
- Extension loading fix (#1776)
- CosmosDB Trigger connection fix (Azure/azure-webjobs-sdk-extensions#269)
Functions 1.0.11090
Patch release to address issues with Service Bus and Sendgrid bindings.
Functions 1.0.11075
In this release:
- Azure Cosmos DB (Document DB) triggers. Updated to DocumentDB SDK 1.13.2 (#1677)
- Direct load support for attributed pre-compiled functions (#1717, #1508)
- Authentication model for extension WebHooks (#1659)
- Event triggers support (#1730) : https://github.com/Azure/azure-functions-eventing-extension
- Structured log support (streamed) (#1723)
- Compilation diagnostics logs
Full set of changes here
WebJobs SDK release: https://github.com/Azure/azure-webjobs-sdk/releases/tag/v2.1.0-beta1-10950
Core extensions release: https://github.com/Azure/azure-webjobs-sdk-extensions/releases/tag/v2.1.0-beta1-10467
Functions 1.0.11027
In this release:
- Miscelaneous bug fixes and improvements
- Detailed set of changes here