5.12.0-beta.1 (2024-05-17)
Features Added
- Preview support for the Event Hubs geographic data replication feature has been enabled. Checking for whether or not this feature is enabled for your namespace can be done by querying for Event Hub properties using
EventHubProducerClient
orEventHubConsumerClient
and referencing the theIsGeoReplicationEnabled
property of the result.
Breaking Changes
-
Major
The type of offset-related data has been changed from
long
tostring
to align with changes to the Event Hubs service API. The default value for any offset-related data has been changed fromlong.MinValue
tonull
.Impacted properties:
- EventData.Offset
- CheckpointPosition.Offset
- LastEnqueuedEventProperties.Offset
- PartitionProperties.LastEnqueuedOffset
Impacted methods:
- CheckpointPosition constructor
- EventPosition.FromOffset
- EventHubsModelFactory.EventData
- BlobCheckpointStore.UpdateCheckpointAsync (deprecated overload)
- EventProcessorClient.UpdateCheckpointAsync (deprecated overload)