Releases: Azure/azure-functions-host
Functions 1.0.11820
Fixes in this release:
- fix concurrency issue in EventHubTrigger configuration Azure/azure-webjobs-sdk#1470
- fix race condition when retrying failed listeners - Azure/azure-webjobs-sdk#1691
- log background exceptions coming from ServiceBusTrigger Azure/azure-webjobs-sdk#1703
- log background exceptions coming from EventHubTrigger Azure/azure-webjobs-sdk#1705
- allow configuration of DocumentDB ConnectionMode in host.json Azure/azure-webjobs-sdk-extensions#387
- fix EventHubs default BatchSize #1629
- fix to admin keys endpoint to address Portal Key management flakiness #2861
- IExtensionConfigProvider discovery fix Azure/Azure-Functions#803
Functions 2.0.11776-alpha
Visual Studio Availability
This release has been made available to Visual Studio users. When running a V2 Function App project locally, you can verify if you are running this version by checking for the following in the console output:
[5/22/2018 6:12:53 PM] Starting Host (HostId=xxx, InstanceId=xxx, Version=2.0.11776.0)
Change Log
NOTE: This is a rollup release that includes the changes in 2.0.11737
- Proxies support (#2425)
- [breaking] Assembly loading and resolution enhancements.
Assembly isolation and implicit redirects (#2734 , #2820) - Native dependencies resolution enhancements (#2834)
- Function timeout fixes for pre-compiled .NET functions (#2637)
- [breaking] 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)
- Increase GRPC message size for language workers
- [breaking] Changed Blobs.CentralizedPoisonQueue default (#2794)
- [breaking] Rename environment variable to set ConsoleLoggingMode (#2798)
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