Skip to content
This repository has been archived by the owner on Jul 19, 2024. It is now read-only.

Releases: Azure/azure-functions-eventhubs-extension

Microsoft.Azure.WebJobs.Extensions.EventHubs 4.3.1

12 Feb 00:35
3a6f3ee
Compare
Choose a tag to compare

Release Notes

  • Stop Listener when disposed #105
  • Add listener details #105

Microsoft.Azure.WebJobs.Extensions.EventHubs 4.3.0

26 Oct 23:08
Compare
Choose a tag to compare

Release Notes

  • Adding explicit reference Microsoft.Azure.Amqp 2.4.11 to fix net6.0

Microsoft.Azure.WebJobs.Extensions.EventHubs 4.2.0

23 Dec 21:02
738c799
Compare
Choose a tag to compare

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

05 Feb 03:07
Compare
Choose a tag to compare

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

04 Nov 17:57
Compare
Choose a tag to compare

Release Notes

  • EventHub runtime scale implementation and supporting tests.
  • Enable distributed tracing for EventHubs trigger

Microsoft.Azure.WebJobs.Extensions.EventHubs 4.0.1

01 Oct 20:03
Compare
Choose a tag to compare

Release Notes

  • Strong-named signing

Microsoft.Azure.WebJobs.Extensions.EventHubs 4.0.0

19 Sep 22:36
Compare
Choose a tag to compare

Release Notes

  • Update EventHub SDK to 3.0.0