Azure Functions Runtime 2.0.12095-alpha
Pre-release
Pre-release
·
2349 commits
to dev
since this release
In this release:
- Update to WebJobs 3.0.0-rc1
- Update azure-functions-java-worker to v1.1.1-beta03
- Update azure-functions-nodejs-worker that has misc bug fixes specifically:
- Host ID no longer configurable from
host.json
. The host ID may be configured using an app setting namedAzureFunctionsWebHost:id
- Removal of FSX / F# interactive support #3414
- Removal of legacy dashboard logging support (Table Storage logging)
- Improvements to host initialization error conditions. Initialization errors are clearly reported and prevent continuous initialization attempts on non-transient failures
- Host health monitoring feature re-added to 2.0
- Matching 1.0 HTTP request limits
- Fixed an issue with VFS APIs
- Other miscellaneous bug fixes and improvements
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:
[9/13/2018 6:12:53 PM] Starting Host (HostId=xxx, InstanceId=xxx, Version=2.0.12095.0)