Skip to content

Releases: Azure/azure-functions-host

Azure Functions Runtime 2.0.12210

27 Nov 05:14

Choose a tag to compare

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

26 Nov 23:28

Choose a tag to compare

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

15 Nov 13:45

Choose a tag to compare

In this release:

  • Hotfix to fix broken internal metrics logging.

Azure Functions Runtime 2.0.12175

13 Nov 20:06
6bf9d09

Choose a tag to compare

In this release:

Azure Functions Runtime 2.0.12165

02 Nov 22:01
f9d6c27

Choose a tag to compare

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

24 Oct 22:28

Choose a tag to compare

In this release:

  • Update to WebJobs 3.0.2
  • 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

24 Oct 21:54

Choose a tag to compare

Release is expected to begin in the week of 5th November.

In this release:

  1. Extensions updated to newer nuget versions
  2. Fix for race condition in host keys
  3. Additional logging to understand host secrets regeneration

Azure Functions Runtime 2.0.12134

08 Oct 17:34

Choose a tag to compare

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

19 Sep 20:09

Choose a tag to compare

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)

Azure Functions Runtime 2.0.12095-alpha

12 Sep 01:31

Choose a tag to compare

Pre-release

In this release:

  • Update to WebJobs 3.0.0-rc1
  • Update azure-functions-java-worker to v1.1.1-beta03
  • Update azure-functions-nodejs-worker that has misc bug fixes specifically:
  • Host ID no longer configurable from host.json. The host ID may be configured using an app setting named AzureFunctionsWebHost:id
  • Removal of FSX / F# interactive support #3414
  • Removal of legacy dashboard logging support (Table Storage logging)
  • Improvements to host initialization error conditions. Initialization errors are clearly reported and prevent continuous initialization attempts on non-transient failures
  • Host health monitoring feature re-added to 2.0
  • Matching 1.0 HTTP request limits
  • Fixed an issue with VFS APIs
  • Other miscellaneous bug fixes and improvements

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/13/2018 6:12:53 PM] Starting Host (HostId=xxx, InstanceId=xxx, Version=2.0.12095.0)