This repository has been archived by the owner on Jul 19, 2024. It is now read-only.
Releases: Azure/azure-functions-eventhubs-extension
Releases · Azure/azure-functions-eventhubs-extension
Microsoft.Azure.WebJobs.Extensions.EventHubs 4.3.1
Microsoft.Azure.WebJobs.Extensions.EventHubs 4.3.0
Release Notes
- Adding explicit reference Microsoft.Azure.Amqp 2.4.11 to fix net6.0
Microsoft.Azure.WebJobs.Extensions.EventHubs 4.2.0
Release Notes
- Configurable initial offset support. When a function is first run (no checkpoints exist in storage), processing can be configured to start from the end of the stream or a configured timestamp indicating messages enqueued at or after that time. See Azure docs for details.
- Added EventHub output logging.
- Unified logging of exceptions.
- Increased max message size and batch size.
Microsoft.Azure.WebJobs.Extensions.EventHubs 4.1.1
Release Notes
-Allow Diagnostic-Id in Applicaiton or System properties
-Adding logging for eventhub lifecycle events and trigger execution details
-Adding test coverage
Microsoft.Azure.WebJobs.Extensions.EventHubs 4.1.0
Release Notes
- EventHub runtime scale implementation and supporting tests.
- Enable distributed tracing for EventHubs trigger
Microsoft.Azure.WebJobs.Extensions.EventHubs 4.0.1
Release Notes
- Strong-named signing
Microsoft.Azure.WebJobs.Extensions.EventHubs 4.0.0
Release Notes
- Update EventHub SDK to 3.0.0