Skip to content

Releases: Azure/azure-functions-host

Functions 2.0.11737-alpha

01 May 18:19
d7aa989
Compare
Choose a tag to compare
Pre-release

NOTE: This release was only deployed to a small number of apps.

Notable changes in this release:

  • Proxies support (#2425)
  • Function timeout fixes for pre-compiled .NET functions (#2637)
  • Fixes to datetime string serialization issues when handling raw HTTP responses (#2673)
  • Updates for Azure Functions on Linux
  • Sync triggers API moved into the runtime (#2581)
  • Instance management APIs (#2654)
  • Implementation of a new ARM authentication handler, support API calls using the new token (#2715)
  • Assembly loading and resolution enhancements. Assembly isolation and implicit redirects (#2734)
  • Support more HTTP "content-type"'s on language workers
  • Increase GRPC message size for language workers

WebJobs SDK commit: https://github.com/Azure/azure-webjobs-sdk/releases/tag/v3.0.0-beta6

Functions 1.0.11702

20 Apr 20:21
dc87f34
Compare
Choose a tag to compare

In This Release

  • Fix race condition with background specialization timer when using zip mode deployments (#2392)
  • Fixes and updates to logging (request handler #2519)
  • Refactor ScriptHost initialization as groundwork for perf improvements (#2496)
  • Fix transient indexing failures of functions (#2497)
  • Performance improvements to FileTraceWriter (#2635)
  • Performance improvements to high throughput queue/storage table bindings (Azure/azure-webjobs-sdk#1657)
  • Fix issue with functions written in VS not having execution timeout enforced
  • Fix issue with disposed logger factory (#2638)
  • Fix issue with cancellation tokens not triggered for batched event hubs (Azure/azure-webjobs-sdk#1627)
  • Make sure assembly resolution handler can't throw (#2205)

Functions 2.0.11651-alpha

26 Mar 18:14
626c200
Compare
Choose a tag to compare
Pre-release
  • Performance enhancements to improve cold start scalability
  • Improvements to the extension deployment process (significantly faster installation times)
  • Several bug fixes and enhancements
  • NOTE: This release does introduce breaking changes to extensions. Previous extension versions may not continue to work and will require re-installation. Instructions here: Azure/app-service-announcements#94

Functions 1.0.11612

16 Mar 17:52
0874680
Compare
Choose a tag to compare

In this release:

  • ServiceBus MessageProcessor fix (#1605)
  • warning now emitted if ServicePointManager.DefaultConnectionLimit is set to default value of 2. See here for details
  • fixing TraceWriter concurrency issue (#1568)
  • Allow JobHostQueuesConfiguration.NewBatchThreshold to be set to 0 (Azure/azure-webjobs-sdk#1568)
  • Don't query non-existent queues (#770)
  • Fixes to support Storage SDK 9.0
  • improvements to ServiceBus connection string error message (#1583)

Webjobs SDK commit: Azure/azure-webjobs-sdk@a7f0acb

Functions Extensions commit: Azure/azure-webjobs-sdk-extensions@7d7a047

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: