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/event-hubs/CHANGELOG.md
+2-3Lines changed: 2 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,15 +1,14 @@
1
1
# Release History
2
2
3
-
## 5.8.0-beta.3 (Unreleased)
4
-
5
-
### Features Added
3
+
## 5.8.0-beta.3 (04-05-2022)
6
4
7
5
### Breaking Changes
8
6
-`MessageWithMetadata` has been renamed to `MessageContent`.
9
7
-`MessageContent`'s `body` has been renamed to `data`.
10
8
-`MessageAdapter`'s `consumeMessage` and `produceMessage` have been renamed to `consume` and `produce`.
11
9
12
10
### Bugs Fixed
11
+
- The hashing algorithm used to map partition keys to IDs in the buffered producer is no longer sensitive to the endianness of the local machine [Issue #21190](https://github.com/Azure/azure-sdk-for-js/issues/21190).
0 commit comments