This repository has been archived by the owner on Jul 19, 2024. It is now read-only.
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.