From 9d88aeb651c26c40e7a31e6c79cb3bc5e015d593 Mon Sep 17 00:00:00 2001 From: Anton Kolesnyk <41349689+antkmsft@users.noreply.github.com> Date: Thu, 5 Oct 2023 13:41:51 -0700 Subject: [PATCH] Azure Core October Beta Releases (#5003) * Azure Core October Beta Releases --------- Co-authored-by: Anton Kolesnyk --- sdk/core/azure-core-amqp/CHANGELOG.md | 4 +--- sdk/core/azure-core/CHANGELOG.md | 11 ++++++++--- 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/sdk/core/azure-core-amqp/CHANGELOG.md b/sdk/core/azure-core-amqp/CHANGELOG.md index cbf4ac584..26dbf343c 100644 --- a/sdk/core/azure-core-amqp/CHANGELOG.md +++ b/sdk/core/azure-core-amqp/CHANGELOG.md @@ -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 diff --git a/sdk/core/azure-core/CHANGELOG.md b/sdk/core/azure-core/CHANGELOG.md index 51e55ae31..17e0fc189 100644 --- a/sdk/core/azure-core/CHANGELOG.md +++ b/sdk/core/azure-core/CHANGELOG.md @@ -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)