Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .vscode/cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@
"centralindia",
"centralus",
"centraluseuap",
"Chelnokov",
"Chukwu",
"cmake",
"CMOCKA",
Expand Down Expand Up @@ -147,6 +148,7 @@
"LPWSTR",
"MAKELANGID",
"mbedtls",
"mchelnokov",
"mbps",
"MHSM",
"mmdc",
Expand All @@ -155,6 +157,7 @@
"MSAL",
"msft",
"MSRC",
"Mykhailo",
"nbio",
"ncus",
"Niels",
Expand Down
8 changes: 8 additions & 0 deletions sdk/core/azure-core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down