github Azure/azure-sdk-for-python azure-keyvault-keys_4.4.0b1

latest releases: azure-maps-geolocation_1.0.0b2, azure-communication-callautomation_1.3.0, azure-mgmt-terraform_1.0.0b1...
pre-release3 years ago

4.4.0b1 (2021-2-10)

Changed

  • Key Vault API version 7.2-preview is now the default
  • Updated msrest requirement to >=0.6.21

Added

  • Support for Key Vault API version 7.2-preview
    (#16566)
    • Added oct_hsm to KeyType
    • Added 128-, 192-, and 256-bit AES-GCM, AES-CBC, and AES-CBCPAD encryption
      algorithms to EncryptionAlgorithm
    • Added 128- and 192-bit AES-KW key wrapping algorithms to KeyWrapAlgorithm
    • CryptographyClient's encrypt method accepts iv and
      additional_authenticated_data keyword arguments
    • CryptographyClient's decrypt method accepts iv,
      additional_authenticated_data, and authentication_tag keyword arguments
    • Added iv, aad, and tag properties to EncryptResult
  • Added method parse_key_vault_key_id that parses out a full ID returned by
    Key Vault, so users can easily access the key's name, vault_url, and version.

Don't miss a new azure-sdk-for-python release

NewReleases is sending notifications on new releases.