Skip to content

Releases: Azure/azure-functions-host

Functions 2.0.11587-alpha

01 Mar 00:28
Compare
Choose a tag to compare
Pre-release

Note, this is a hotfix release to specifically address an issue with Java Functions and dependency resolution. It does not contain the "latest" from dev.

  • Updates Java Worker to address fat jar issue

Java worker commit: Azure/azure-functions-java-worker@cfcdbcb

Functions 1.0.11559

24 Feb 00:40
3579526
Compare
Choose a tag to compare

In this release:

  • Improved logging around host initialization
  • Optimizations to file system access in ReadOnly ZIP mode (#2230, #2451)
  • Fix for issue where proxies can get into an infinite loop (#2402)
  • Fixing coldstart logging issues (#2186)

Webjobs SDK commit: Azure/azure-webjobs-sdk@924718c

Functions Extensions commit: Azure/azure-webjobs-sdk-extensions@50ff0aa

Event Grid Extension commit: Azure/azure-functions-eventgrid-extension@f181175

Functions 1.0.11535

08 Feb 22:11
Compare
Choose a tag to compare

In this release:

  • Increase querystring and url limits #2374
  • Misc bug fixes and improvements to logging

Webjobs SDK commit: Azure/azure-webjobs-sdk@147a441

Functions 1.0.11510

26 Jan 15:22
Compare
Choose a tag to compare

In this release:

  • HTTP: disabled X-ASPNet-Version header (#2355)
  • HTTP: increased maxUrlLength to 8192 and increased maxQueryString to 4096 (#2336)
  • Misc bug fixes and error message improvements.
  • Obsoleted type EventGridEvent in EventGrid extension

Functions 1.0.11490

20 Jan 00:01
Compare
Choose a tag to compare

Main items in this release:

  • Runtime moving to .NET Framework 4.7.1
  • Node memory leak/performance issues addressed (#2320)
  • Other small bug fixes

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