v2.3.0
In this release:
- Flow EventHub Cancellation token to user function (#1626)
- Host Startup Partial Mode (#2497)
- Improvements to ServiceBus listener state management
- Perf improvement on queue/table bindings in high throughput scenarios (#1657)
- Fixing listener retry race condition (#1691)
- Exception logging for MessageReceiver background exceptions
- EventHubConfiguration concurrency fix (#1470)
- Exception logging for EventProcessorHost background exceptions (#1705)
- Improving/unifying ServiceBus/EventHub error handling
- Fixes for EventHubTrigger checkpointing (#1752)
- Improvements to EventHub/ServiceBus error handling (#1784, #1760)
- Check queue message dequeuecount before executing the functions (#1810)
- Miscellaneous other fixes