Skip to content

Releases: Azure/azure-functions-host

Functions 2.0.11370-alpha

07 Nov 19:40
Compare
Choose a tag to compare
Pre-release

Various bug fixes and improvements to the Functions v2 Preview runtime.

Functions 1.0.11360

30 Oct 18:46
Compare
Choose a tag to compare
  • Updates to sanitize log inputs

Functions 1.0.11351

26 Oct 15:44
Compare
Choose a tag to compare

In this release:

  • Fix for proxies issue Azure/app-service-announcements#50
  • Implement host health monitoring (addresses #1999)
  • Updates to binding redirects to address #1996 and #1972 (allow references to .NET Standard libraries)
  • increased max URL length supported for http functions to 4096 characters
  • Miscellaneous enhancements and bug fixes

Functions 1.0.11296

06 Oct 16:31
Compare
Choose a tag to compare

In this release:

  • URL handling/suport:
    • Increased URL maximum length to allow for long URLs (now up to 4096 characters)
    • Removed restrictions on some special and double encoded characters
  • Due to compatibility issues with the current version of JSON.NET used and supported by Functions, reverted the F# Core version update as it introduced a breaking change
  • Miscellaneous enhancements and bug fixes

Functions 1.0.11247

14 Sep 23:53
Compare
Choose a tag to compare

Changes in this release:

  • updates to support referencing .NET Standard 2.0 class libraries (#1792)
  • fix for http route constraints containing period (#969)
  • http request binding fix (Azure/azure-webjobs-sdk-extensions#273)
  • updated to Roslyn version 2.3.2
  • updated to F# version 4.4.1
  • cold start optimization work

Functions 1.0.11184

30 Aug 17:51
Compare
Choose a tag to compare

Changes in this release:

  • Moved to App Insights version 2.4
  • Moved to Node.js version 6.11.2
  • CosmosDB trigger updates (new attribute properties/knobs, see Azure/azure-webjobs-sdk-extensions#278)
  • Fixed portal duplicate compilation log issue (#1866)
  • Fixed race condition in Table logging (addresses #1403)
  • Added a dependency on Azure Function Proxies library version 0.3.0.6
  • Miscellaneous other bug fixes

Functions 1.0.11116

16 Aug 18:22
Compare
Choose a tag to compare

Hotfix release containing fixes for the following:

Functions 1.0.11090

14 Aug 17:26
Compare
Choose a tag to compare

Patch release to address issues with Service Bus and Sendgrid bindings.

Functions 1.0.11075

02 Aug 16:45
Compare
Choose a tag to compare

In this release:

Full set of changes here

WebJobs SDK release: https://github.com/Azure/azure-webjobs-sdk/releases/tag/v2.1.0-beta1-10950
Core extensions release: https://github.com/Azure/azure-webjobs-sdk-extensions/releases/tag/v2.1.0-beta1-10467

Functions 1.0.11027

14 Jul 00:42
Compare
Choose a tag to compare

In this release:

  • Miscelaneous bug fixes and improvements
  • Detailed set of changes here