vcpkg/versions/a-/azure-identity-cpp.json
Azure SDK Bot dc3c55f092
[azure-identity-cpp] Update to 1.6.0 (#35035)
## 1.6.0 (2023-11-10)

### Features Added

- Added `WorkloadIdentityCredential`.
- When one of the credentials within `DefaultAzureCredential` is successful, it gets re-used during all subsequent attempts to get the token.
- Updated `ClientSecretCredentialOptions` and `ClientCertificateCredentialOptions` to read the default value for the authority host option from the environment variable first.

### Breaking Changes

- Add `WorkloadIdentityCredential` to the `DefaultAzureCredential`.

### Bugs Fixed

- Do not throw an exception during `AzureCliCredential` construction, but rather delay it to the `GetToken()` call.
- Harden checks for the tenant ID.
- Disallow space character when validating tenant id and scopes as input for `AzureCliCredential`.
- Add authority host url validation to reject non-HTTPS schemes.
- [[#4084]](https://github.com/Azure/azure-sdk-for-cpp/issues/4084) Remove OpenSSL dependency on Windows. (A community contribution, courtesy of _[teo-tsirpanis](https://github.com/teo-tsirpanis)_)

### Other Changes

- Add default values to some `WorkloadIdentityCredentialOptions` fields such as authority host by reading them from the environment.
- Add logging to `WorkloadIdentityCredential` to help with debugging.
- Create separate lists of characters that are allowed within tenant ids and scopes in `AzureCliCredential`.

### Acknowledgments

Thank you to our developer community members who helped to make Azure Identity better with their contributions to this release:

- Theodore Tsirpanis _([GitHub](https://github.com/teo-tsirpanis))_
2023-11-14 12:58:05 -08:00

80 lines
2.0 KiB
JSON

{
"versions": [
{
"git-tree": "cb43628d1a08baa198ed4cdc7d317ed73ed3815f",
"version-semver": "1.6.0",
"port-version": 0
},
{
"git-tree": "5fd04f09c1fc0efef3008e8407828b368d75ee5d",
"version-semver": "1.5.1",
"port-version": 1
},
{
"git-tree": "2855fbb155aacc587ca1e2d518ab2e8369e6d8c0",
"version-semver": "1.5.1",
"port-version": 0
},
{
"git-tree": "abdd671a9667a8b13e439410503d5bb582189fdc",
"version-semver": "1.5.0",
"port-version": 0
},
{
"git-tree": "07078cbe0cd0059af61369f8794ff5d652eaf506",
"version-semver": "1.4.0",
"port-version": 0
},
{
"git-tree": "d6012ea56bf0a94eba27f56156e5f45fda7a34cf",
"version-semver": "1.3.0",
"port-version": 0
},
{
"git-tree": "f6de8ed7d7b299df5cee8483a4f84cb07dd57b1c",
"version-semver": "1.2.0",
"port-version": 0
},
{
"git-tree": "df411f808c6dab5e59a7f378308856d803150c04",
"version-semver": "1.1.1",
"port-version": 0
},
{
"git-tree": "2742c6a31a2a3238ea97663c2b40be998c18006d",
"version-semver": "1.1.0",
"port-version": 0
},
{
"git-tree": "adfe9dad7c61ced7b66ba0cb6220f8341c4be5e2",
"version-semver": "1.0.0",
"port-version": 0
},
{
"git-tree": "5b1607f9afe53751e0468408b96d10be8712fd2a",
"version-semver": "1.0.0-beta.6",
"port-version": 0
},
{
"git-tree": "bf9a1c77957b02e2b1521fc5847d4c8ab617ebcd",
"version-semver": "1.0.0-beta.5",
"port-version": 1
},
{
"git-tree": "3353c1b44fa79a1935f488a6a66ecad2fa35d5ac",
"version-string": "1.0.0-beta.5",
"port-version": 0
},
{
"git-tree": "61833d54ef29f383d33a5a0b7eae7be690dfcfc8",
"version-string": "1.0.0-beta.4",
"port-version": 0
},
{
"git-tree": "c45f6c8ac731079eb1e5f40a0e5af2725b3ec97a",
"version-string": "1.0.0-beta.3",
"port-version": 0
}
]
}