Skip to content

azure_identity@0.30.0

Pre-release
Pre-release

Choose a tag to compare

@azure-sdk azure-sdk released this 11 Nov 05:53
ce66049

0.30.0 (2025-11-11)

Features Added

  • A get_token() error caused by an HTTP response carries that response. See the troubleshooting guide for example code showing how to access the response.

Breaking Changes

  • ClientCertificateCredential::new():
    • client_certificate parameter is now certificate
    • client_certificate_password parameter is now password: Option<azure_core::credentials::Secret> in ClientCertificateCredentialOptions
    • now returns an error when the given certificate can't be parsed
  • Removed ClientCertificateCredentialOptions.send_certificate_chain. Set environment variable AZURE_CLIENT_SEND_CERTIFICATE_CHAIN to "1" or "true" to enable this feature.

Bugs Fixed

  • ClientCertificateCredential::get_token() returned an error when given multiple scopes.
  • ManagedIdentityCredential didn't follow IMDS retry guidance.