0.19.0
BREAKING
- #499: Appending
EventName
toConsumerName
should not happen when usingConsumerNameAttribute
. - #501: Remove
SuffixConsumerName
option. It is safe to remove the setting of this value if you had set it tofalse
.
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 ofAsyncRetryPolicy
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