azure_identity@0.30.0
Pre-release
Pre-release
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_certificateparameter is nowcertificateclient_certificate_passwordparameter is nowpassword: Option<azure_core::credentials::Secret>inClientCertificateCredentialOptions- now returns an error when the given certificate can't be parsed
- Removed
ClientCertificateCredentialOptions.send_certificate_chain. Set environment variableAZURE_CLIENT_SEND_CERTIFICATE_CHAINto "1" or "true" to enable this feature.
Bugs Fixed
ClientCertificateCredential::get_token()returned an error when given multiple scopes.ManagedIdentityCredentialdidn't follow IMDS retry guidance.