2019-12-03 - 1.0.0-preview.5
- Updated to use the latest version of the
@azure/event-hubs
package. - Updated to use version 12.x.x of the
@azure/storage-blob
package.
Breaking changes:
BlobPartitionManager
has been renamed toBlobCheckpointStore
to reflect naming changes
made in the@azure/event-hubs
package.BlobCheckpointStore
storage layout has changed and is incompatible with checkpoints and ownerships
serialized from previous previews.updateCheckpoint
no longer returns anPromise<string>
with an etag. It now returnsPromise<void>
.Checkpoint
andPartitionOwnership
have had redundant/overlapping fields removed.