Skip to content

Commit 935dad0

Browse files
committed
[azure-core-cpp] Update to 1.11.3
## 1.11.3 (2024-04-09) ### Bugs Fixed - [[microsoft#5450]](Azure/azure-sdk-for-cpp#5450) Reverted libcurl connection pool to use more conservative caching strategy. - [[microsoft#4352]](Azure/azure-sdk-for-cpp#5371) Fixed compilation error on Visual Studio 2017. (A community contribution, courtesy of _[morten-ofstad](https://github.com/morten-ofstad)_) ### Acknowledgments Thank you to our developer community members who helped to make Azure Core better with their contributions to this release: - Morten Ofstad _([GitHub](https://github.com/morten-ofstad))_
1 parent 0bc3f04 commit 935dad0

4 files changed

Lines changed: 9 additions & 4 deletions

File tree

ports/azure-core-cpp/portfile.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
vcpkg_from_github(
55
OUT_SOURCE_PATH SOURCE_PATH
66
REPO Azure/azure-sdk-for-cpp
7-
REF azure-core_1.11.2
8-
SHA512 c3606d987a25c3a50aad0a3e62cd8c0769c53d200b7b9b08dbc5d422358284335855944bcbbafb5214bba6cd84d15a395dc55b9efe9caf4f16bd3e7883dab0d2
7+
REF azure-core_1.11.3
8+
SHA512 ba52f79e578da25831ad0fcd2da95a2e31b0c7c61ee1bc39c9f7de3edd9a59c2897564c0012cd4fd58b0a61c9df1d987b32b14b7cd3528779dc3ea9aac05c4ab
99
)
1010

1111
vcpkg_check_features(

ports/azure-core-cpp/vcpkg.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"Please contribute your changes to https://github.com/Azure/azure-sdk-for-cpp."
55
],
66
"name": "azure-core-cpp",
7-
"version-semver": "1.11.2",
7+
"version-semver": "1.11.3",
88
"description": [
99
"Microsoft Azure Core SDK for C++",
1010
"This library provides shared primitives, abstractions, and helpers for modern Azure SDK client libraries written in the C++."

versions/a-/azure-core-cpp.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
{
22
"versions": [
3+
{
4+
"git-tree": "7ebaafdd11f8115eedb2cb09aac0887a27f0da91",
5+
"version-semver": "1.11.3",
6+
"port-version": 0
7+
},
38
{
49
"git-tree": "6d0b991648eed7860c0e873b5e9b6332cdc23d25",
510
"version-semver": "1.11.2",

versions/baseline.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -437,7 +437,7 @@
437437
"port-version": 0
438438
},
439439
"azure-core-cpp": {
440-
"baseline": "1.11.2",
440+
"baseline": "1.11.3",
441441
"port-version": 0
442442
},
443443
"azure-core-tracing-opentelemetry-cpp": {

0 commit comments

Comments
 (0)