azure-messaging-eventhubs_5.19.0-beta.1
Pre-release
Pre-release
5.19.0-beta.1 (2024-05-21)
Features Added
- Added support for Geo Disaster recovery.
- Added
EventData.getReplicationSegment()
. - Added
getBeginningEnqueuedReplicationSegment()
andgetLastEnqueuedReplicationSegment()
toPartitionProperties
. - Added
getReplicationSegment()
intoLastEnqueuedEventProperties
.
Breaking Changes
EventData.getOffset()
,CheckpointStore.getOffset()
,EventData.getOffset()
, andLastEnqueuedEventProperties.getOffset()
are changed fromLong
toString
.
Bugs Fixed
- Fixed issue where creating EventProcessorClient instances using the same EventProcessorClientBuilder instance could result in incorrect properties. (#29875)