Skip to content

Releases: Azure/azure-functions-host

Azure Functions Runtime 2.0.12382

22 Mar 19:01
Compare
Choose a tag to compare

Release Notes

  • Fixing InvokeUrlTemplate formatting
  • Update powershell worker to 0.1.69-preview (#4178)
  • Key Vault secret repository
  • Emit language on invocation metric.
  • Moving SDK nugets forward
  • Add decryptionKey to a snapshot

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.5.553 Commit hash: b63f2d6)
Function Runtime Version: 2.0.12382.0

Appveyor build

https://ci.appveyor.com/project/appsvc/azure-webjobs-sdk-script-y8o14/builds/23296816/job/vsdowu3mhr6xm57o/artifacts

Azure Functions Runtime 2.0.12353

08 Mar 02:11
ea047ee
Compare
Choose a tag to compare

Release Notes

  • Configure Standard .NET headers. Fixes #1237
  • Updated webjobs sdk to v3.0.5
  • Emit language metric after function indexing (#4153)
  • Add support to send ClaimsPrincipal to language workers 8b4bac7

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

Azure Functions Runtime 2.0.12332

16 Feb 02:49
287a270
Compare
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
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

Azure Functions Runtime 1.0.12268

24 Jan 19:27
Compare
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
Compare
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
Compare
Choose a tag to compare

Release Notes

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