Releases: Azure/azure-functions-host
Releases · Azure/azure-functions-host
Functions Runtime 2.0.12858
Azure Functions Runtime 1.0.12854
Release Notes
- Additional logging around startup
- Adding additional logs for secrets regen. (#4879)
- Reducing ILogger messages in SecretManager
https://ci.appveyor.com/project/appsvc/azure-webjobs-sdk-script-y8o14/builds/28517694/artifacts
Azure Functions Runtime 2.0.12850
Release Notes
- Bugfixes and improvements.
Azure functions runtime release 2.0.12835
Azure Functions Runtime 2.0.12808
Hotfix release with the patches to address the following issues:
- A 404 may occur on initial function invocation during a host startup (function routes not yet setup)
- Reading function metadata from a stale cache may lead to a 404 during function creation
v3.0.12785
Azure Functions Runtime 2.0.12775
This is a hotfix release to fix an issue found in 2.0.12763
Azure Functions Runtime 2.0.12763
Note: This release has been replaced by 2.0.12775 and is not available on Azure.
Release Notes
- Add a warmup API for warmup triggers
- Refactoring for HttpWorker (#4920)
- Selective extension loading for bundles (#4980)
- RpcInitialization fix for workerRuntime case (#5012)
- Upgrade PowerShell worker to 1.0.188 (#5008)
- Use single instance of WebhostMetricsLogger
- Fix 'Program Files' path. Fixes #4866
- Added support for ExpectInstance in DependencyValidator
- Fix Host Keys race condition (#4661).
- Enable Node Placeholder Pools for run from zip / readonly (#4943)
- Increase SyncTriggers payload limit (#4692)
- Add CORS Specialization payload
- Adding support for runtime scale monitoring
- Skip adding activities when metrics publisher is not initialized (#4964)
- Update Java Worker to 1.5.2-SNAPSHOT
- Adding remote cert validation for seabreeze (#4937)
- Adding extension bundle information to the status endpoint
Azure Functions Runtime 2.0.12733
This is a hotfix release to fix an issue found in 2.0.12701 (#4989)
Azure Functions Runtime 2.0.12701
Release Notes
- Updated to support .NET Core 2.2.7
- Fix for factory dependency registration in DI
- Fix to ensure deps files are properly read in specialization (placeholder) scenarios
- Increases PS and Java RPS thresholds (#4897)
- Allow secrets and log paths to be configurable (#4250)
- Update PowerShell worker to 0.1.174-preview (#4942)
- Improved performance for Language Worker system logging (#4786)
- Do not start languageworkers in placeholder mode when using pooling unless workerruntime is set # a3be286