4.6.0 (2024-02-14)
Changes from both the last release and the last beta include:
Features Added
- Added
CertificateProperties.X509ThumbprintString
to return the hexadecimal string representation of the SHA-1 hash of the certificate.
CertificateProperties.X509Thumbprint
has been hidden but is still available.
Breaking Changes
- Renamed tags reported on
CertificateClient
activities to following OpenTelemetry attribute naming conventions:certificate
toaz.keyvault.certificate.name
version
toaz.keyvault.certificate.version
issuer
toaz.keyvault.certificate.issuer.name
Bugs Fixed
- When a Key Vault is moved to another tenant, the client is reauthenticated.
Other Changes
- The default service version is now "7.5".
- Distributed tracing with
ActivitySource
is stable and no longer requires the Experimental feature-flag.