Azure Messaging EventHubs November Release (#5101)

* Azure Messaging EventHubs November Release

---------

Co-authored-by: Anton Kolesnyk <antkmsft@users.noreply.github.com>
This commit is contained in:
Anton Kolesnyk 2023-11-07 03:02:03 -08:00 committed by GitHub
parent 722ce7c1d5
commit 52831a833a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,6 @@
# Release History
## 1.0.0-beta.4 (Unreleased)
## 1.0.0-beta.4 (2023-11-07)
### Features Added
@ -14,8 +14,6 @@
- If the connection string provided to `ConsumerClient` or `ProducerClient` contains an EntityPath, then the `EntityPath`
parameter to the constructor must match the value provided in the connection string.
### Bugs Fixed
### Other Changes
- Several `ostream` insertion operators were added for eventhubs types.