From 111ec80478fbf048ba38a3fa326c0d85ab78e236 Mon Sep 17 00:00:00 2001 From: Anton Kolesnyk <41349689+antkmsft@users.noreply.github.com> Date: Fri, 2 Feb 2024 15:32:07 -0800 Subject: [PATCH] Update Azure Core changelog after #5308 (#5317) Co-authored-by: Anton Kolesnyk --- .vscode/cspell.json | 3 +++ sdk/core/azure-core/CHANGELOG.md | 8 ++++++++ 2 files changed, 11 insertions(+) diff --git a/.vscode/cspell.json b/.vscode/cspell.json index cb732e1ad..d3a4a8941 100644 --- a/.vscode/cspell.json +++ b/.vscode/cspell.json @@ -80,6 +80,7 @@ "centralindia", "centralus", "centraluseuap", + "Chelnokov", "Chukwu", "cmake", "CMOCKA", @@ -147,6 +148,7 @@ "LPWSTR", "MAKELANGID", "mbedtls", + "mchelnokov", "mbps", "MHSM", "mmdc", @@ -155,6 +157,7 @@ "MSAL", "msft", "MSRC", + "Mykhailo", "nbio", "ncus", "Niels", diff --git a/sdk/core/azure-core/CHANGELOG.md b/sdk/core/azure-core/CHANGELOG.md index cebd35ea1..4ee0ccff9 100644 --- a/sdk/core/azure-core/CHANGELOG.md +++ b/sdk/core/azure-core/CHANGELOG.md @@ -10,6 +10,14 @@ ### Other Changes +- Move the connection back to the connection pool when HTTP error 404 was received. This may improve the performance of a multithreaded application when libcurl transport adapter is being used. (A community contribution, courtesy of _[mchelnokov](https://github.com/mchelnokov)_) + +### Acknowledgments + +Thank you to our developer community members who helped to make Azure Core better with their contributions to this release: + +- Mykhailo Chelnokov _([GitHub](https://github.com/mchelnokov))_ + ## 1.11.1 (2024-02-02) ### Bugs Fixed