Releases: Azure/azure-functions-host
Functions 2.0.11737-alpha
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
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
- 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
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
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
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
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
Functions 1.0.11490
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
In this release:
- Several enhancements to key management and decryption failure handling (#2072, #2093, #2094)
- Several Proxy fixes (#2161, Azure/Azure-Functions#614, Azure/Azure-Functions#596)
- HostHealthMonitor improvements (#2115)
- Fix for host specialization issue (#2201)
- other bug fixes