Skip to content

Releases: Azure/azure-functions-host

2.0.13019

13 Feb 15:19
8d619f4
Compare
Choose a tag to compare

Hotfix for Linux only.

Functions Runtime 2.0.13017

21 Feb 02:28
Compare
Choose a tag to compare

Azure Functions Runtime 1.0.13021

21 Feb 23:06
d7f60c2
Compare
Choose a tag to compare

3.0.13130

07 Feb 21:15
Compare
Choose a tag to compare

2.0.12998

07 Feb 19:06
Compare
Choose a tag to compare

The following changes are in this release:

  • App Insights configuration will use the APPLICATIONINSIGHTS_CONNECTION_STRING app setting if it is set (APPINSIGHTS_INSTRUMENTATIONKEY is the fallback and continues to work as-is). For more information, see Application Insights Connection Strings. (#5396)
  • [Bug fix] Assembly resolution improvements:
    • Unify on host's App Insights versions. This allows applications to reference any version of Application Insights assemblies and DI will continue to work. (954cb1d)
    • Honor private assembly references, even if the host also has these references. (adc21d8)
  • [Bug fix] If host.json is missing, no longer assume bundle configuration in all cases. (a09891a)
  • Other misc stability improvements.

CI: https://ci.appveyor.com/project/appsvc/azure-webjobs-sdk-script-y8o14/builds/30647521

Azure Functions Runtime 3.0.13107

16 Jan 00:20
Compare
Choose a tag to compare
v3.0.13106

Node.js worker 2.0.2

2.0.12961

15 Jan 19:01
2990a47
Compare
Choose a tag to compare
Merge pull request #5479 from Azure/dev

Merging dev to master

1.0.12967

16 Jan 00:34
Compare
Choose a tag to compare
v1.0.12967

Add resource filter for ARM Extension API requests

1.0.12922

04 Dec 03:53
f89b38e
Compare
Choose a tag to compare

2.0.12888

19 Nov 06:08
107be00
Compare
Choose a tag to compare

Release Notes

  • Fix HttpWorker bugs
  • Logging improvements - restrict message length in linux logs, add slot information to the log table
  • Update WebJobs SDK reference to 3.0.15
  • Update Powershell worker reference to v1.0.197
  • Update Python Worker reference to fix local debugging
  • Add support for Access-Control-Allow-Methods header in CORS middleware
  • Add support for Linux Consumption Bring Your Own Storage
  • Support for IMDS MSI implementation
  • Logging updates for functions metrics
  • Handle issues when worker runtime is not set
  • Add support to load native libraries from the function.deps.json file
  • Mount user data folder when enabled

CI: https://ci.appveyor.com/project/appsvc/azure-webjobs-sdk-script-y8o14/builds/28956471