Releases: Azure/azure-functions-host
Azure Functions Runtime 2.0.12382
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
Azure Functions Runtime 2.0.12353
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
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