mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-27 18:31:15 +08:00
c2e8ba09ce
## 4.0.0-beta.4 (2021-07-20) ### Features Added - Added `GetIv()` to `EncryptParameters` and `DecryptParameters`. - Added `BackupKeyResult` for `BackupKey()` return type. ### Breaking Changes - Removed `Azure::Security::KeyVault::Keys::ServiceVersion::V7_0` and `V7_1`. - Removed `Azure::Security::KeyVault::Keys::Cryptography::ServiceVersion::V7_0` and `V7_1`. - Removed `CryptographyClient::RemoteClient()` and `CryptographyClient::LocalOnly()`. - Removed the general constructor from `EncryptParameters` and `DecryptParameters`. - Removed access to `Iv` field member from `EncryptParameters` and `DecryptParameters`. - Removed `Encrypt(EncryptionAlgorithm, std::vector, context)`. - Removed `Decrypt(DecryptAlgorithm, std::vector, context)`. - Removed `JsonWebKey::HasPrivateKey()`. - Removed the `MaxPageResults` field from `GetPropertiesOfKeysOptions`, `GetPropertiesOfKeyVersionsOptions`, and `GetDeletedKeysOptions`. - Renamed header `list_keys_single_page_result.hpp` to `list_keys_responses.hpp`. - Updated `BackupKey()` API return type to `BackupKeyResult` model type. - Renamed `KeyPropertiesPageResult` to `KeyPropertiesPagedResponse`. - Renamed `DeletedKeyPageResult` to `DeletedKeyPagedResponse`. - Changed the container for `KeyOperations` from `std::list` to `std::vector` within `CreateKeyOptions` and `UpdateKeyProperties()`. - Changed the return type of `CrytographyClient` APIs like `Encrypt()` to return `Response<T>` rather than the `T` directly. - Renamed high-level header from `key_vault_keys.hpp` to `keyvault_keys.hpp`.
30 lines
718 B
JSON
30 lines
718 B
JSON
{
|
|
"versions": [
|
|
{
|
|
"git-tree": "beff44522cd72f08bddabfc35a520533b97d1819",
|
|
"version-semver": "4.0.0-beta.4",
|
|
"port-version": 0
|
|
},
|
|
{
|
|
"git-tree": "cb31e4f4d75f3e38568a324dc412f308bd463bfa",
|
|
"version-semver": "4.0.0-beta.3",
|
|
"port-version": 0
|
|
},
|
|
{
|
|
"git-tree": "21cbc7aa281189b4bd3364f1dc044aad8218ebfb",
|
|
"version-semver": "4.0.0-beta.2",
|
|
"port-version": 0
|
|
},
|
|
{
|
|
"git-tree": "030fd5b9588b63350781bb875a3fc2d67d0d13f0",
|
|
"version-semver": "4.0.0-beta.1",
|
|
"port-version": 1
|
|
},
|
|
{
|
|
"git-tree": "816b5bddbbd2e2396336120039220dd7c83a898d",
|
|
"version-string": "4.0.0-beta.1",
|
|
"port-version": 0
|
|
}
|
|
]
|
|
}
|