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.Processor/CHANGELOG.md
+13-1Lines changed: 13 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,18 @@
1
1
# Release History
2
2
3
-
## 5.3.0-beta.4 (Unreleased)
3
+
## 5.3.0-beta.4 (2020-11-10)
4
+
5
+
### Changes
6
+
7
+
#### New Features
8
+
9
+
- Additional options for tuning load balancing have been added to the `EventProcessorClientOptions`.
10
+
11
+
- Documentation used for auto-completion via Intellisense and other tools has been enhanced in many areas, addressing gaps and commonly asked questions.
12
+
13
+
#### Key Bug Fixes
14
+
15
+
- The calculation for authorization token expiration has been fixed, resulting in fewer token refreshes and network requests.
Copy file name to clipboardExpand all lines: sdk/eventhub/Azure.Messaging.EventHubs/CHANGELOG.md
+19-1Lines changed: 19 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,24 @@
1
1
# Release History
2
2
3
-
## 5.3.0-beta.4 (Unreleased)
3
+
## 5.3.0-beta.4 (2020-11-10)
4
+
5
+
### Changes
6
+
7
+
#### New Features
8
+
9
+
- Connection strings can now be parsed into their key/value pairs using the `EventHubsConnectionStringProperties` class.
10
+
11
+
- The body of an event has been moved to the `EventData.EventBody` property and makes use of the new `BinaryData` type. To preserve backwards compatibility, the existing `EventData.Body` property has been preserved with the current semantics.
12
+
13
+
- Documentation used for auto-completion via Intellisense and other tools has been enhanced in many areas, addressing gaps and commonly asked questions.
14
+
15
+
#### Key Bug Fixes
16
+
17
+
- The `EventHubsException.ToString` result will now properly follow the format of other .NET exception output.
18
+
19
+
- Signaling the cancellation token will no longer cause the `SendAsync` method of the `EventHubProducerClient` to ignore the result of the service operation if publishing has already completed.
20
+
21
+
- The calculation for authorization token expiration has been fixed, resulting in fewer token refreshes and network requests.
0 commit comments