Azure Core October Beta Releases (#5003)

* Azure Core October Beta Releases

---------

Co-authored-by: Anton Kolesnyk <antkmsft@users.noreply.github.com>
This commit is contained in:
Anton Kolesnyk 2023-10-05 13:41:51 -07:00 committed by GitHub
parent b5c3c4971d
commit 9d88aeb651
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 6 deletions

View File

@ -1,6 +1,6 @@
# Release History
## 1.0.0-beta.4 (Unreleased)
## 1.0.0-beta.4 (2023-10-05)
### Features Added
@ -24,8 +24,6 @@ before the connection is destroyed.
- Several fixes related to the new asynchronous model. Ensures that message senders and receivers are always closed,
and that resources are released.
### Other Changes
## 1.0.0-beta.3 (2023-09-07)
### Bugs Fixed

View File

@ -1,12 +1,18 @@
# Release History
## 1.11.0-beta.1 (Unreleased)
## 1.11.0-beta.1 (2023-10-05)
### Features Added
- [[#4983]](https://github.com/Azure/azure-sdk-for-cpp/issues/4983) Added support for setting `CURLOPT_CAPATH` libcurl option on Linux. (A community contribution, courtesy of _[phoebusm](https://github.com/phoebusm)_)
### Breaking Changes
### Acknowledgments
Thank you to our developer community members who helped to make Azure Core better with their contributions to this release:
- Phoebus Mak _([GitHub](https://github.com/phoebusm))_
## 1.10.3 (2023-10-05)
### Bugs Fixed
@ -23,7 +29,6 @@ Thank you to our developer community members who helped to make Azure Core bette
- Sutou Kouhei _([GitHub](https://github.com/kou))_
- adamdebreceni _([GitHub](https://github.com/adamdebreceni))_
- Phoebus Mak _([GitHub](https://github.com/phoebusm))_
## 1.10.2 (2023-08-04)