Releases: Azure/azure-functions-host
Azure Functions Runtime 2.0.12332
Release Notes
- Implemented background SyncTriggers #4091
- Fixed race conditions during host restart #4089
- Restart host every time RestartHostAsync is called #4022
- Fix language worker channel disposal #4102
- Updated Java worker to 1.3.1-SNAPSHOT
- Updated NodeJs woker to 1.0.2
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
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
- 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
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
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
Patch release - Disabling Azure Monitor
Build: https://ci.appveyor.com/project/appsvc/azure-webjobs-sdk-script-y8o14/builds/21677892
Azure Functions Runtime 1.0.12268
- 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
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
Release Notes
- Disabling starting Java language worker in placeholder mode due to issue #3872
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)