Releases: Azure/azure-functions-host
Releases · Azure/azure-functions-host
Azure Functions Runtime 2.0.12238
Release Notes
- Java Worker updated to version 1.2.3(Release Notes)
- Java language worker warms up when running in placeholder mode (#3824)
- worker.config.json does not enforce requirement on defaultwokerpath( #3369)
- Added metrics logging for various languages
- Improved logging for shared assemblies (#3849)
- Enhancements to dependency resolution, including use of deps file
Azure Functions Runtime 2.0.12210
Release Notes
- Java Worker updated to version 1.2.2 (Release Notes)
- Proxy Client version update to 2.0.6740001-e47e0369
- Added binding support for identity information on HTTP triggered functions
- Temporary workaround for MaxConnectionPerServer for storage
- Fixes for broken metrics
- Using wildcard for referencing metadataGenerator package
- Updated to newer version of ISdkVersionProvider
- Updated the version of AspNetCore to 2.1.6
- Node Worker updated to beta7 (Release Notes)
- Relaxed dependency restriction for Microsoft.AspNetCore.Identity.EntityFrameworkCore package
- Fix HEAD request issue when using proxies (#3774)
Azure Functions Runtime 1.0.12205
In this release:
- relaxedUrlToFileSystemMapping="true" in Web.config for WebHost
- HealthMonitor improvements
- Updating Microsoft.Rest.ClientRuntime to support popular dependencies
Azure Functions Runtime 2.0.12180
In this release:
- Hotfix to fix broken internal metrics logging.
Azure Functions Runtime 2.0.12175
In this release:
- Update the Java worker to version 1.2.1
- [Java Breaking Change] Switched JSON serializer library used by the azure-functions-java-worker from Jackson to Gson. This is a breaking change if user code relied on Jackson libraries. See Azure/azure-functions-java-worker#236 for an example.
- Consumes azure-functions-java-library 1.2.0
Azure Functions Runtime 2.0.12165
This build is a hotfix that updates the Java version. See the 2.0.12161 release notes for details on this release.
Azure Functions Runtime 2.0.12161
In this release:
- Update to WebJobs 3.0.2
- [App Insights] Improved host dependency filtering (Azure/azure-webjobs-sdk#1876)
- [App Insights] Fixed bug with ServiceBusTrigger telemetry (#3585)
- Remove duplicate console logs (#3432)
- Improvements to runtime identifier fallback logic (#3211)
- Fix for disabled result aggregator (#3632)
- Updated to latest node worker
- Better error handling for early versions of node
- Updated to latest Java worker, which uses the latest Azure Functions Java Library
- Added support for Custom Http Status codes.
- Added support to specify Cardinality on EventHutOutput binding
- [Java Breaking Change] Removed unsupported NotificationHubOutput Binding Annotation
- [Java Breaking Change] Removed unsupported WebHookType enum
- [Java Breaking Change] Annotations are required for java functions.
- [Java Breaking Change] Enforces method name that is entry point for a function to be unique. See release notes for details.
Function 1.0.12154
Release is expected to begin in the week of 5th November.
In this release:
- Extensions updated to newer nuget versions
- Fix for race condition in host keys
- Additional logging to understand host secrets regeneration
Azure Functions Runtime 2.0.12134
In this release:
- Update to WebJobs 3.0.1
- Fixes to key management API to prevent a race that could lead to an API failure
- Enhancements to HTTP traces
- Fixes to prevent a race in service resolution that could result in 500 responses
- Enhancements to Linux logging
- Fixes to proxies issues
- Specialization issues
- Authentication issue when a proxy uses a local function
Visual Studio Availability
This release not available to Visual Studio users yet.
Azure Functions Runtime 2.0.12115
In this release:
- Update to WebJobs 3.0.0
- Fixes to HTTP throttle functionality
- Fixed issue with proxy metadata caching
- HTTP throttles enabled by default (#3430)
- ASP.NET Core reference updates (2.1.4)
- Various bug fixes, performance and reliability improvements
Detailed change history here
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:
[9/19/2018 6:12:53 PM] Starting Host (HostId=xxx, InstanceId=xxx, Version=2.0.12115.0)