Skip to content

Releases: Azure/azure-functions-host

Azure Functions Runtime 2.0.12332

16 Feb 02:49
287a270

Choose a tag to compare

Release Notes

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:

Azure Functions Core Tools (2.4.419 Commit hash: c9c1724)
Function Runtime Version: 2.0.12332.0

Appveyor build: https://ci.appveyor.com/project/appsvc/azure-webjobs-sdk-script-y8o14/builds/22501760/job/bwk69lulfp69dsfc/artifacts

Azure Functions Runtime 2.0.12309

30 Jan 22:04

Choose a tag to compare

Release Notes

  • Changes to work under WSL (Ubuntu 18.04) (#3988)
  • Perf improvements for out-of-proc languages (especially when binding data is large) (#3980)
  • Fix RedirectResult for AspNetCore 2.2 (#3986)
  • Fix console logs in out-of-proc languages (#3930)
  • For Azure AD binding, populate ClaimsPrincipal with anonymous authType (#3857)
  • Updates to Java language worker (1.3.0-SNAPSHOT, release notes here)
  • Updates to PowerShell worker (0.1.63-preview, see notes here)

Artifacts

https://ci.appveyor.com/api/buildjobs/iyfwx4jgq3ovhqa7/artifacts/Functions.2.0.12309.zip

Note: release 2.0.12303 was abandoned in favor of 2.0.12309

Azure Functions Runtime 1.0.12299

30 Jan 04:43

Choose a tag to compare

  • Consume/Monitor new Sandbox counters/limits
  • Added support GET for ping endpoint
  • SecretManager log statements updated
  • Removed host.json schema
  • ARM Auth functionality ported
  • Fixed race condition for webhook

Build

Azure Functions Runtime 2.0.12285

21 Jan 22:15

Choose a tag to compare

Release Notes

  • Start Java Language Worker at the webhost level #3936
  • Fix param count in EventSource #3981
  • Update Node Language Worker to v1.0.1
  • Update Java Language Worker to v1.2.6 - Includes PicoHelper to reinitialize file detours after specialization
  • Misc bug fixes

Build: https://ci.appveyor.com/project/appsvc/azure-webjobs-sdk-script-y8o14/builds/21785675/job/0297bb9wekif4glh/artifacts

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:

Azure Functions Core Tools (2.4.299 Commit hash: 0f105e9)
Function Runtime Version: 2.0.12285.0

Azure Functions Runtime 2.0.12275

16 Jan 23:23

Choose a tag to compare

Azure Functions Runtime 1.0.12268

24 Jan 19:27

Choose a tag to compare

  • Consume/Monitor new Sandbox counters/limits
  • Added support GET for ping endpoint
  • SecretManager log statements updated
  • Removed host.json schema
  • ARM Auth functionality ported

Azure Functions Runtime 2.0.12265

10 Jan 00:20

Choose a tag to compare

Release Notes

  • Moving Azure Functions Runtime to ASP NET Core 2.2 (#3611, #3862)
  • Enabling instance function methods
  • Enabling buffering for all requests (#3765)

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:

[5/22/2018 6:12:53 PM] Starting Host (HostId=xxx, InstanceId=xxx, Version=2.0.11265.0)

Azure Functions Runtime 2.0.12246

11 Dec 02:10
ee597fc

Choose a tag to compare

Release Notes

  • Disabling starting Java language worker in placeholder mode due to issue #3872

Azure Functions Runtime 2.0.12238

07 Dec 01:48
d25972b

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

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)