Eventhubs February Release (#5305)

This commit is contained in:
Larry Osterman 2024-02-06 09:04:33 -08:00 committed by GitHub
parent 1497f919a8
commit 44cb7df563
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,18 +1,12 @@
# Release History
## 1.0.0-beta.6 (Unreleased)
### Features Added
## 1.0.0-beta.6 (2024-02-06)
### Breaking Changes
- `PartitionClient::Close` now takes an optional `Azure::Core::Context` parameter to reflect that it now waits until the `Close` verb has fully completed. This should not affect existing clients.
- `ProcessorPartitionClient::Close` now takes an optional `Azure::Core::Context` parameter to reflect that it now waits until the `Close` verb has fully completed. This should not affect existing clients.
### Bugs Fixed
### Other Changes
## 1.0.0-beta.5 (2024-01-11)
### Breaking Changes