Skip to content

Commit

Permalink
[azure-core-cpp] Update to 1.12.0
Browse files Browse the repository at this point in the history
## 1.12.0 (2024-05-09)

### Bugs Fixed

- [[microsoft#5450]](Azure/azure-sdk-for-cpp#5450) Fixed libcurl connection pool to use `Connection` response header values.
  • Loading branch information
azure-sdk committed May 9, 2024
1 parent 3dcd8bb commit 5ed3943
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ports/azure-core-cpp/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO Azure/azure-sdk-for-cpp
REF "azure-core_${VERSION}"
SHA512 ba52f79e578da25831ad0fcd2da95a2e31b0c7c61ee1bc39c9f7de3edd9a59c2897564c0012cd4fd58b0a61c9df1d987b32b14b7cd3528779dc3ea9aac05c4ab
SHA512 2202455c042a6859f89699ef2ac8f420a0a9046248e5160b63fa9247664c0f53d2a5b0bdbf35efe5ac7185c91328f27aecb1e2a72880268db7fd51aa3e0500a5
HEAD_REF main
)

Expand Down
2 changes: 1 addition & 1 deletion ports/azure-core-cpp/vcpkg.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"Please contribute your changes to https://github.com/Azure/azure-sdk-for-cpp."
],
"name": "azure-core-cpp",
"version-semver": "1.11.3",
"version-semver": "1.12.0",
"description": [
"Microsoft Azure Core SDK for C++",
"This library provides shared primitives, abstractions, and helpers for modern Azure SDK client libraries written in the C++."
Expand Down
5 changes: 5 additions & 0 deletions versions/a-/azure-core-cpp.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "b5e3f19289a8758877e8bbb162d8a95cd0ff64f6",
"version-semver": "1.12.0",
"port-version": 0
},
{
"git-tree": "1e13c4ae11486bbbbcfc89199a8c5157fb854445",
"version-semver": "1.11.3",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -441,7 +441,7 @@
"port-version": 0
},
"azure-core-cpp": {
"baseline": "1.11.3",
"baseline": "1.12.0",
"port-version": 0
},
"azure-core-tracing-opentelemetry-cpp": {
Expand Down

0 comments on commit 5ed3943

Please sign in to comment.