github Azure/azure-sdk-for-python azure-identity_1.6.0b1

latest releases: azure-mgmt-trustedsigning_1.0.0b1, azure-mgmt-mongocluster_1.0.0, azure-storage-blob_12.23.1...
pre-release3 years ago

1.6.0b1 (2021-02-09)

Changed

  • Raised minimum msal version to 1.7.0
  • Raised minimum six version to 1.12.0

Added

  • InteractiveBrowserCredential uses PKCE internally to protect authorization
    codes
  • CertificateCredential can load a certificate from bytes instead of a file
    path. To provide a certificate as bytes, use the keyword argument
    certificate_bytes instead of certificate_path, for example:
    CertificateCredential(tenant_id, client_id, certificate_bytes=cert_bytes)
    (#14055)
  • User credentials support Continuous Access Evaluation (CAE)
  • Application authentication APIs from 1.5.0b2

Fixed

  • ManagedIdentityCredential correctly parses responses from the current
    (preview) version of Azure ML managed identity
    (#15361)

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

NewReleases is sending notifications on new releases.