github Azure/azure-sdk-for-python azure-keyvault-keys_4.11.0

latest releases: azure-cosmos_4.14.0b3, azure-mgmt-playwrighttesting_1.0.1, azure-monitor-opentelemetry_1.8.0...
2 months ago

4.11.0 (2025-06-16)

Features Added

  • Added support for service API version 7.6
  • (From 4.11.0b1) KeyClient has a get_key_attestation method that can be used to retrieve a key along with its
    attestation blob (stored in a new KeyProperties.attestation property) from a managed HSM
    #37507

Bugs Fixed

  • Fixed a bug where KeyVaultRSAPublicKey and KeyVaultRSAPrivateKey were not correctly implementing the cryptography library's RSAPublicKey and RSAPrivateKey interfaces, causing instantiation errors. (#41205)

Breaking Changes

These changes do not impact the API of stable versions such as 4.10.0. Only code written against a beta version such as 4.11.0b1 may be affected.

  • The following enums have been moved:
    • EncryptionAlgorithm.ckm_aes_key_wrap -> KeyWrapAlgorithm.ckm_aes_key_wrap
    • EncryptionAlgorithm.ckm_aes_key_wrap_pad -> KeyWrapAlgorithm.ckm_aes_key_wrap_pad

Other Changes

  • Key Vault API version 7.6 is now the default
  • (From 4.11.0b1) Updated minimum typing-extensions version to 4.6.0

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

NewReleases is sending notifications on new releases.