Skip to content

Commit 9712143

Browse files
committed
Update Azure Core changelog after Azure#5308
1 parent 79cc06d commit 9712143

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

.vscode/cspell.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@
8080
"centralindia",
8181
"centralus",
8282
"centraluseuap",
83+
"Chelnokov",
8384
"Chukwu",
8485
"cmake",
8586
"CMOCKA",
@@ -147,6 +148,7 @@
147148
"LPWSTR",
148149
"MAKELANGID",
149150
"mbedtls",
151+
"mchelnokov",
150152
"mbps",
151153
"MHSM",
152154
"mmdc",
@@ -155,6 +157,7 @@
155157
"MSAL",
156158
"msft",
157159
"MSRC",
160+
"Mykhailo",
158161
"nbio",
159162
"ncus",
160163
"Niels",

sdk/core/azure-core/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,14 @@
1010

1111
### Other Changes
1212

13+
- 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)_)
14+
15+
### Acknowledgments
16+
17+
Thank you to our developer community members who helped to make Azure Core better with their contributions to this release:
18+
19+
- Mykhailo Chelnokov _([GitHub](https://github.com/mchelnokov))_
20+
1321
## 1.11.1 (2024-02-02)
1422

1523
### Bugs Fixed

0 commit comments

Comments
 (0)