You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sdk/eventhub/Azure.Messaging.EventHubs/CHANGELOG.md
+1-5Lines changed: 1 addition & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Release History
2
2
3
-
## 5.7.0-beta.5 (Unreleased)
3
+
## 5.7.0-beta.5 (2022-04-05)
4
4
5
5
Thank you to our developer community members who helped to make the Event Hubs client libraries better with their contributions to this release:
6
6
@@ -12,10 +12,6 @@ Thank you to our developer community members who helped to make the Event Hubs c
12
12
13
13
- An abstract `CheckpointStore` is now available for use with the `PluggableCheckpointStoreEventProcessor<T>` to simplify creating customized event processors and allow reusing existing checkpoint store implementations.
14
14
15
-
### Breaking Changes
16
-
17
-
### Bugs Fixed
18
-
19
15
### Other Changes
20
16
21
17
- Partition key hashing performed by the `EventHubBufferedProducerClient` has been improved for better performance and efficiency. _(A community contribution, courtesy of [danielmarbach](https://github.com/danielmarbach))_
0 commit comments