4.8.0 (2024-02-22)
Features Added
- Added support for service API version
7.5
Breaking Changes
These changes do not impact the API of stable versions such as 4.7.0. Only code written against a beta version such as 4.8.0b2 may be affected.
- Removed
CertificateProperties.x509_thumbprint_string
. To get the certificate's thumbprint in hex, use
CertificateProperties.x509_thumbprint.hex()
or print theCertificateProperties
instance.
Bugs Fixed
- (From 4.8.0b1) Token requests made during AD FS authentication no longer specify an erroneous "adfs" tenant ID
(#29888)
Other Changes
- Python 3.7 is no longer supported. Please use Python version 3.8 or later.
asyncio
is no longer directly referenced by the library
(#33819)- Key Vault API version
7.5
is now the default - Updated minimum
azure-core
version to 1.29.5 - Dropped
azure-common
requirement