Skip to content

Releases: Azure/azure-sdk-for-python

azure-keyvault-keys_4.9.0b2

12 Oct 17:49
b31c32d
Compare
Choose a tag to compare
Pre-release

4.9.0b2 (2023-10-12)

Features Added

  • The cryptography library's RSAPrivateKey and RSAPublicKey interfaces are now implemented by
    KeyVaultRSAPrivateKey and KeyVaultRSAPublicKey classes that can use keys managed by Key Vault
  • CryptographyClient has create_rsa_private_key and create_rsa_public_key methods that return a
    KeyVaultRSAPrivateKey and KeyVaultRSAPublicKey, respectively

azure-identity_1.15.0b2

12 Oct 18:53
b6cdb5f
Compare
Choose a tag to compare
Pre-release

1.15.0b2 (2023-10-12)

Features Added

  • Added enable_support_logging as a keyword argument to credentials using MSAL's PublicClientApplication. This allows additional support logging which may contain PII. (#32135)

Breaking Changes

These changes do not impact the API of stable versions such as 1.14.0.
Only code written against a beta version such as 1.15.0b1 may be affected.

  • Windows Web Account Manager (WAM) Brokered Authentication is moved into another package.

Bugs Fixed

  • ManagedIdentityCredential will now correctly retry when the instance metadata endpoint returns a 410 response. (#32200)

azure-identity-broker_1.0.0b1

12 Oct 20:09
b6cdb5f
Compare
Choose a tag to compare
Pre-release

1.0.0b1 (2023-10-12)

Features Added

  • Added azure.identity.broker.InteractiveBrowserBrokerCredential
    and azure.identity.broker.UsernamePasswordBrokerCredential which have broker support.

azure-servicebus_7.11.3

11 Oct 21:24
8999831
Compare
Choose a tag to compare

7.11.3 (2023-10-11)

Bugs Fixed

  • Fixed a bug where prefetch_count was not being passed through correctly and caused messages to not be received as expected when in RECEIVE_AND_DELETE mode (#31712, #31711).

azure-storage-queue_12.7.3

10 Oct 23:25
3f4be95
Compare
Choose a tag to compare

12.7.3 (2023-10-10)

Bugs Fixed

  • Fixed an issue when an invalid type was provided for credential during client construction, the
    __str__ of the object would be present in the exception message and therefore potentially logged.

azure-storage-file-share_12.14.2

10 Oct 23:12
3f4be95
Compare
Choose a tag to compare

12.14.2 (2023-10-10)

Bugs Fixed

  • Fixed an issue when an invalid type was provided for credential during client construction, the
    __str__ of the object would be present in the exception message and therefore potentially logged.

azure-storage-file-datalake_12.13.2

10 Oct 23:38
3f4be95
Compare
Choose a tag to compare

12.13.2 (2023-10-10)

Bugs Fixed

  • Fixed an issue when an invalid type was provided for credential during client construction, the
    __str__ of the object would be present in the exception message and therefore potentially logged.

azure-storage-blob_12.18.3

10 Oct 22:57
3f4be95
Compare
Choose a tag to compare

12.18.3 (2023-10-10)

Bugs Fixed

  • Fixed an issue when an invalid type was provided for credential during client construction, the
    __str__ of the object would be present in the exception message and therefore potentially logged.

azure-ai-formrecognizer_3.3.1

10 Oct 19:59
37b322f
Compare
Choose a tag to compare

3.3.1 (2023-10-10)

Features Added

  • Exposed send_request() method in each client to send custom requests using the client's existing pipeline. (#32151)

azure-communication-rooms_1.1.0b1

12 Oct 23:33
7c6504d
Compare
Choose a tag to compare
Pre-release

1.1.0b1 (2023-10-31)

Features Added

  • Added support for PSTN dial-out capability