Skip to content

Releases: Azure/azure-sdk-for-python

azure-eventhub_5.14.0

13 Feb 19:10
fb3b676
Compare
Choose a tag to compare

5.14.0 (2025-02-13)

Features Added

Bugs Fixed

  • Fixed a bug where async websocket disconnects were not being retried properly.
  • Fixed a bug where pyAMQP was doubly retrying, causing latency on reconnect. (#39037)
  • Fixed a bug where handle partial frames being sent twice due to multiple threads trying to send from the same outgoing internal buffer for large messages. (#38067)
  • Missing await in sender async on pyAMQP. (#39182)
  • Fixed a bug where message IDs in management operation requests were not unique.

Other Changes

  • Updates to the Event Hubs Troubleshooting guidelines
  • Updates to mypy/pylint
  • Removed python 2.7 code (#38735)

azure-eventhub-checkpointstoreblob_1.2.0

13 Feb 19:09
fb3b676
Compare
Choose a tag to compare

1.2.0 (2025-02-13)

This version and all future versions will require Python 3.8+. Python 2.7, 3.6, and 3.7 are no longer supported.

Bugs Fixed

  • Fixed a bug with BlobCheckpointStore.claim_ownership mutating the ownership_list argument to no longer mutate the argument.
  • Updated azure-core dependency to 1.20.1 to fix cchardet ImportError.

Other Changes

  • Updated vendor azure-storage-blob dependency to v12.24.0.
    • Fixed typing/linting issues and other bugs. See azure-storage-blob CHANGELOG.md for more info.

azure-eventhub-checkpointstoreblob-aio_1.2.0

13 Feb 19:09
fb3b676
Compare
Choose a tag to compare

1.2.0 (2025-02-13)

This version and all future versions will require Python 3.8+. Python 2.7, 3.6, and 3.7 are no longer supported.

Bugs Fixed

  • Fixed a bug with BlobCheckpointStore.claim_ownership mutating the ownership_list argument to no longer mutate the argument.
  • Updated azure-core dependecy to 1.20.1 to fix cchardet ImportError.

Other Changes

  • Updated vendor azure-storage-blob dependency to v12.24.0.
    • Fixed typing/linting issues and other bugs. See azure-storage-blob CHANGELOG.md for more info.

azure-eventhub_5.15.0b1

13 Feb 21:35
4488534
Compare
Choose a tag to compare
Pre-release

5.15.0b1 (2025-02-13)

Features Added

  • Added support for geo-replication and disaster recovery-enabled Event Hubs. To learn more about geo-replication, refer to this doc. To enable geo-replication on your Dedicated Event Hubs namespace, refer to this guide.

azure-cosmos_4.10.0b1

13 Feb 22:42
a1d59c0
Compare
Choose a tag to compare
azure-cosmos_4.10.0b1 Pre-release
Pre-release

4.10.0b1 (2025-02-13)

Features Added

  • Added ability to replace computed_properties through replace_container method. See PR 39543

Other Changes

  • Un-marked computed_properties keyword as provisional. See PR 39543

azure-identity_1.20.0

12 Feb 00:37
42437f1
Compare
Choose a tag to compare

1.20.0 (2025-02-11)

Features Added

  • Added subscription parameter to AzureCliCredential to specify the subscription to use when authenticating with the Azure CLI. (#37994)

Bugs Fixed

  • A bug in the error handling for AzureCliCredentials and AzureDeveloperCliCredential which would result in the unexpected error 'NoneType' object has no attribute 'startswith' has been fixed (#39176)

Other Changes

  • AzureCliCredential and AzureDeveloperCliCredential will now call their corresponding executables directly instead of going through the shell. (#38606)

azure-communication-phonenumbers_1.2.0

11 Feb 22:23
1526d4e
Compare
Choose a tag to compare

1.2.0 (2025-02-11)

Features Added

  • GA release of Number Insight.
  • API version 2025-02-11 is the default.

Other changes

  • Updated search_operator_information method signature to enforce options as a keyword-only argument.

azure-storage-file-share_12.21.0b1

11 Feb 20:33
1526d4e
Compare
Choose a tag to compare
Pre-release

12.21.0b1 (2025-02-11)

Features Added

  • Added support for service version 2025-05-05.
  • Added support for NFS shares to existing APIs. This includes adding owner, group, and file_mode options to
    create_file, create_directory, set_http_headers (File and Directory), DirectoryProperties, and FileProperties.
  • Added new create_hard_link method to ShareFileClient to create hard links to specified
    files and is only supported for the NFS protocol.
  • create_file, create_directory, and set_http_headers (File and Directory) APIs no longer send
    request headers x-ms-file-permission-key, x-ms-file-attributes, x-ms-file-creation-time, and
    x-ms-file-last-write-time by default. The request headers have been optional in the REST API since
    service version 2021-06-08. The default behavior of these APIs remain the same.

azure-storage-file-datalake_12.19.0b1

11 Feb 20:56
1526d4e
Compare
Choose a tag to compare
Pre-release

12.19.0b1 (2025-02-11)

Features Added

  • Added support for service version 2025-05-05.

azure-storage-blob_12.25.0b1

11 Feb 20:12
1526d4e
Compare
Choose a tag to compare
Pre-release

12.25.0b1 (2025-02-11)

Features Added

  • Added support for service version 2025-05-05.