Skip to content

Commit 01d0c0f

Browse files
authored
[Event Hubs] November Changelogs (Azure#16772)
The focus of these changes is to document the call-outs for the November release of the Event Hubs client library.
1 parent 1f2d3de commit 01d0c0f

File tree

2 files changed

+32
-2
lines changed

2 files changed

+32
-2
lines changed

sdk/eventhub/Azure.Messaging.EventHubs.Processor/CHANGELOG.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
# Release History
22

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.
416

517
## 5.3.0-beta.3 (2020-09-30)
618

sdk/eventhub/Azure.Messaging.EventHubs/CHANGELOG.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,24 @@
11
# Release History
22

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.
422

523
## 5.3.0-beta.3 (2020-09-30)
624

0 commit comments

Comments
 (0)