Skip to content

0.19.0

Compare
Choose a tag to compare
@mburumaxwell mburumaxwell released this 26 May 11:32
· 204 commits to main since this release

BREAKING

  • #499: Appending EventName to ConsumerName should not happen when using ConsumerNameAttribute.
  • #501: Remove SuffixConsumerName option. It is safe to remove the setting of this value if you had set it to false.

NEW

  • #506: Allow customizing BlobClientOptions used for check-pointing in Event Hubs.
  • #500: Allow other consumer groups besides $Default for Azure IoT Hub implementation.

Fixes

  • #524: Add setters for serializable types to allow JSON source generators.
  • #517: Use AsyncPolicy instead of AsyncRetryPolicy for greater flexibility.
  • #504: Use Dictionary<string, object> instead of JsonObject for Extras/ExtensionsData
  • #505: BlobContainerClient for the checkpoint store should be created once per transport.
  • #507: Better check-pointing for EventHubs and Kafka
  • #508: Update Kafka consumer logging.

Full Changelog: 0.18.1...0.19.0