Skip to content

Commit 614d1e3

Browse files
committed
[azure-core-cpp] Update to 1.9.0
## 1.9.0 (2023-05-04) ### Features Added - Added the ability to ignore invalid certificate common name for TLS connections in WinHTTP transport. - Added `DisableTlsCertificateValidation` in `TransportOptions`. - Added `TokenCredential::GetCredentialName()` to be utilized in diagnostic messages. If you have any custom implementations of `TokenCredential`, it is recommended to pass the name of your credential to `TokenCredential` constructor. The old parameterless constructor is deprecated. - Added support for challenge-based and multi-tenant authentication. ### Bugs Fixed - Fixed the UUID generation so the variant is RFC 4122 conforming. ### Other Changes - [[microsoft#4352]](Azure/azure-sdk-for-cpp#4352) Fixed compilation error on Visual Studio 2017. (A community contribution, courtesy of _[jorgen](https://github.com/jorgen)_) ### Acknowledgments Thank you to our developer community members who helped to make Azure Core better with their contributions to this release: - Jorgen Lind _([GitHub](https://github.com/jorgen))_
1 parent 388e9f1 commit 614d1e3

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
@@ -1,8 +1,8 @@
11
vcpkg_from_github(
22
OUT_SOURCE_PATH SOURCE_PATH
33
REPO Azure/azure-sdk-for-cpp
4-
REF azure-core_1.8.2
5-
SHA512 b4da41c267ebf143f2114000bc684650ef00c2f4dc710ce4eb3b39c8045c5730d7d0f5725bd9ebf8d69b543cabfb14146828713b08d46cbdf15aa22dba109881
4+
REF azure-core_1.9.0
5+
SHA512 15650af728123e902c5bcf99ae2e8186b7ad77fe1187f11f379ec7c0dab5a0aba197d6cf6e5348845f51fa0f2d195e9f8eba9595756e600c166bebdf0a8c1b31
66
)
77

88
vcpkg_check_features(

ports/azure-core-cpp/vcpkg.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "azure-core-cpp",
3-
"version-semver": "1.8.2",
3+
"version-semver": "1.9.0",
44
"description": [
55
"Microsoft Azure Core SDK for C++",
66
"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": "307d4685a0813bb00150dfe87aed0b3fbf88c179",
5+
"version-semver": "1.9.0",
6+
"port-version": 0
7+
},
38
{
49
"git-tree": "43ab8aacc87b3d2644b7845af700baf9320f139f",
510
"version-semver": "1.8.2",

versions/baseline.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,7 @@
389389
"port-version": 0
390390
},
391391
"azure-core-cpp": {
392-
"baseline": "1.8.2",
392+
"baseline": "1.9.0",
393393
"port-version": 0
394394
},
395395
"azure-core-tracing-opentelemetry-cpp": {

0 commit comments

Comments
 (0)