[azure-core-cpp] Update to 1.8.2 (#31093)

## 1.8.2 (2023-04-24)

### Bugs Fixed

- [[#4490]](https://github.com/Azure/azure-sdk-for-cpp/issues/4490) Fixed WinHTTP memory leak during failed requests.
This commit is contained in:
Azure SDK Bot 2023-04-24 16:19:58 -07:00 committed by GitHub
parent df92e33bd8
commit 3b7e8b500e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 9 additions and 4 deletions

View File

@ -1,8 +1,8 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO Azure/azure-sdk-for-cpp
REF azure-core_1.8.1
SHA512 2a488215262a7ae9a05c5d066cdca7400da38ae1a7848ef6ae3e16bc73e3ebd9a38a0307613f5bac1c38681508c314d26e3ce4b4fb4eef4e58eec1a792c085ed
REF azure-core_1.8.2
SHA512 b4da41c267ebf143f2114000bc684650ef00c2f4dc710ce4eb3b39c8045c5730d7d0f5725bd9ebf8d69b543cabfb14146828713b08d46cbdf15aa22dba109881
)
vcpkg_check_features(

View File

@ -1,6 +1,6 @@
{
"name": "azure-core-cpp",
"version-semver": "1.8.1",
"version-semver": "1.8.2",
"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++."

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "43ab8aacc87b3d2644b7845af700baf9320f139f",
"version-semver": "1.8.2",
"port-version": 0
},
{
"git-tree": "66add6b6952292833b50c4f3bbcf9ea90d192b38",
"version-semver": "1.8.1",

View File

@ -389,7 +389,7 @@
"port-version": 0
},
"azure-core-cpp": {
"baseline": "1.8.1",
"baseline": "1.8.2",
"port-version": 0
},
"azure-core-tracing-opentelemetry-cpp": {