Skip to content

Releases: Azure/azure-functions-host

Functions 1.0.11469

10 Jan 18:35
Compare
Choose a tag to compare

In this release:

Functions 2.0.11415-alpha

01 Dec 01:04
Compare
Choose a tag to compare
Pre-release

Various bug fixes and improvements to the Azure Functions 2.0 Preview runtime.

Functions 1.0.11388

16 Nov 00:27
Compare
Choose a tag to compare

In this release:

  • Several bug fixes for Proxies (#2099, #2116)
  • Fix EventHub Trigger name collision issue (Azure/azure-webjobs-sdk#1417)
  • Improve portal experience by loosening host requirements for admin APIs (#2114)
  • other bug fixes

Functions 1.0.11380

10 Nov 19:23
Compare
Choose a tag to compare

Hotfix for "Host thresholds exceeded: [Connections]" issue. See this issue for details.

Functions 1.0.11375

08 Nov 22:41
Compare
Choose a tag to compare

In this release:

  • lowering ServicePointManager DefaultConnectionLimit (addresses ##2085)
  • updates to Proxy support
  • other bug fixes

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