mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-27 18:31:15 +08:00
[azure-core*-cpp] Update to February releases (#36537)
* [azure-core-cpp] Update to 1.11.1 ## 1.11.1 (2024-02-02) ### Bugs Fixed - [[#5154]](https://github.com/Azure/azure-sdk-for-cpp/issues/5154) WinHTTP Transport logging (and exception strings) have dangling periods making it harder to read. ### Other Changes - Improved log messages for WinHTTP Transport to help diagnose WinHTTP state machine related issues. * [azure-core-amqp-cpp] Update to 1.0.0-beta.7 ## 1.0.0-beta.7 (2024-02-02) ### Features Added The `Close` method on AMQP Message Sender and Message Receiver now blocks until the client receives a `DETACH` response from the remote node. ### Breaking Changes - The `Close` method on AMQP Message Sender and Message Receiver now accepts an `Azure::Core::Context` parameter. This parameter is defaulted so this change should not affect existing code. ### Bugs Fixed - Fixed uAMQP connection channel so that a channel is released when an END performative is received from the remote node instead of when the END performative is sent to the remote node. - Enabled more than one uAMQP session to be created on a single connection.
This commit is contained in:
parent
37352f85ad
commit
9595b6355e
@ -4,8 +4,8 @@
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO Azure/azure-sdk-for-cpp
|
||||
REF azure-core-amqp_1.0.0-beta.6
|
||||
SHA512 dd4ad71a1658e79c8abc6beabd78da5281bfba75f80a85a6ec47335ac416c13538b95196fd553c5c4131bdc496b5a43a8653379cca5a9b73d1e5f233fa16940d
|
||||
REF azure-core-amqp_1.0.0-beta.7
|
||||
SHA512 ece00ea8a005cffba9df5e00169d7c1f4d1db75bf4acfab8a5057221c7992886df89882bd5eec146e432a0463f526cd547fa90c7430a0228441762e2ad4513e1
|
||||
)
|
||||
|
||||
if(EXISTS "${SOURCE_PATH}/sdk/core/azure-core-amqp")
|
||||
|
@ -4,7 +4,7 @@
|
||||
"Please contribute your changes to https://github.com/Azure/azure-sdk-for-cpp."
|
||||
],
|
||||
"name": "azure-core-amqp-cpp",
|
||||
"version-semver": "1.0.0-beta.6",
|
||||
"version-semver": "1.0.0-beta.7",
|
||||
"description": [
|
||||
"Microsoft Azure AMQP SDK for C++",
|
||||
"This library provides AMQP functionality to Azure SDK services."
|
||||
|
@ -4,8 +4,8 @@
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO Azure/azure-sdk-for-cpp
|
||||
REF azure-core_1.11.0
|
||||
SHA512 0627e65ba429e6caba027e1e0473ad00de1a5a0259df9f2ac823fb37dda6e9dbd307bd75ab92b1acb2967b123d221b25ea9cfe07f0b7d7ec89c789142e7643ac
|
||||
REF azure-core_1.11.1
|
||||
SHA512 6a4e34e17b34864e246d17c22252e9e0056e2128be5872a23c8d4c6feb6cfd9e253ef48c9f3e1fbdfd8646e68711c143e1155f45a0172bf6d78021ade3308120
|
||||
)
|
||||
|
||||
vcpkg_check_features(
|
||||
|
@ -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.0",
|
||||
"version-semver": "1.11.1",
|
||||
"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++."
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "ef715da3b8f753c90e4f18df2bb34b9b31749490",
|
||||
"version-semver": "1.0.0-beta.7",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "67e6280661e8992e3fd118517ac0f1d0f0cc662e",
|
||||
"version-semver": "1.0.0-beta.6",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "830e9f51cb0a1f435da75021a1254edb52fc0498",
|
||||
"version-semver": "1.11.1",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "30673e31e776858e870bff22344de32cada95d13",
|
||||
"version-semver": "1.11.0",
|
||||
|
@ -425,11 +425,11 @@
|
||||
"port-version": 0
|
||||
},
|
||||
"azure-core-amqp-cpp": {
|
||||
"baseline": "1.0.0-beta.6",
|
||||
"baseline": "1.0.0-beta.7",
|
||||
"port-version": 0
|
||||
},
|
||||
"azure-core-cpp": {
|
||||
"baseline": "1.11.0",
|
||||
"baseline": "1.11.1",
|
||||
"port-version": 0
|
||||
},
|
||||
"azure-core-tracing-opentelemetry-cpp": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user