Update Azure Core changelog after #5308 (#5317)

Co-authored-by: Anton Kolesnyk <antkmsft@users.noreply.github.com>
This commit is contained in:
Anton Kolesnyk 2024-02-02 15:32:07 -08:00 committed by GitHub
parent 79cc06d004
commit 111ec80478
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 11 additions and 0 deletions

3
.vscode/cspell.json vendored
View File

@ -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",

View File

@ -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