Skip to content
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

Compare
Choose a tag to compare
@sidkri sidkri released this 23 Dec 21:02
738c799

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.