Skip to content

Releases: Azure/azure-functions-host

Azure Functions Runtime 2.0.12238

07 Dec 01:48
d25972b
Compare
Choose a tag to compare

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

27 Nov 05:14
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

In this release:

Azure Functions Runtime 2.0.12165

02 Nov 22:01
f9d6c27
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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)