5.9.0 (2023-04-11)
Breaking Changes
- If diagnostic tracing is enabled, diagnostic tracing information is retained on
EventData
instances when they are added to anEventDataBatch
. This matches the existing behavior when sending events using theSendEventsAsync
method that takes anIEnumerable<EventData>
.
Bugs Fixed
- Changed the approach that the event processor uses to validate permissions on startup to ensure that it does not interrupt other processors already running by temporarily asserting ownership of a partition.
Other Changes
- Enhanced the log emitted when an event processor begins reading from a partition to report whether the offset chosen was based on a checkpoint or default value.