Skip to content

Releases: Azure/azure-sdk-for-python

azure-storage-queue_12.10.0b1

16 Apr 21:22
5654320

Choose a tag to compare

Pre-release

12.10.0b1 (2024-04-16)

This version and all future versions will require Python 3.8+. Python 3.7 is no longer supported.

Features Added

  • The services parameter has been added to the generate_account_sas API, which enables the ability to generate SAS
    tokens to be used with multiple services. By default, the SAS token service scope will default to the current service.

Bugs Fixed

  • Bumped dependency of typing-extensions to >=4.6.0 to avoid potential TypeError with typing.TypeVar on
    Python 3.12.
  • Fixed an issue where authentication errors could raise AttributeError instead of ClientAuthenticationError when
    using async OAuth credentials.

azure-storage-file-share_12.16.0b1

16 Apr 20:18
5654320

Choose a tag to compare

Pre-release

12.16.0b1 (2024-04-16)

This version and all future versions will require Python 3.8+. Python 3.7 is no longer supported.

Features Added

  • Added exists method to ShareFileClient to check if a file exists.
  • Added support for service version 2024-05-04.
  • The services parameter has been added to the generate_account_sas API, which enables the ability to generate SAS
    tokens to be used with multiple services. By default, the SAS token service scope will default to the current service.

Bugs Fixed

  • Fixed an issue where the ShareDirectoryClient returned by get_subdirectory_client with a ShareDirectoryClient
    pointing to the root of the file share would raise an InvalidResourceName on any operations.
  • Bumped dependency of typing-extensions to >=4.6.0 to avoid potential TypeError with typing.TypeVar on
    Python 3.12.
  • Fixed an issue where authentication errors could raise AttributeError instead of ClientAuthenticationError when
    using async OAuth credentials.
  • Fixed an issue where parameter delete_snapshots to delete_share API did not support all possible enums. This change
    makes delete_snapshots now accept string literals 'include' and 'include-leased'.
  • Fixed an issue where specifying datetime objects with less than 7 digits of precision as input could incorrectly raise
    InvalidHeaderValue due to improper precision parsing.

azure-storage-file-datalake_12.15.0b1

16 Apr 20:40
5654320

Choose a tag to compare

Pre-release

12.15.0b1 (2024-04-16)

This version and all future versions will require Python 3.8+. Python 3.7 is no longer supported.

Features Added

  • Added support for service version 2024-05-04.
  • The services parameter has been added to the generate_account_sas API, which enables the ability to generate SAS
    tokens to be used with multiple services. By default, the SAS token service scope will default to the current service.

Bugs Fixed

  • Bumped dependency of typing-extensions to >=4.6.0 to avoid potential TypeError with typing.TypeVar on
    Python 3.12.
  • Fixed an issue where authentication errors could raise AttributeError instead of ClientAuthenticationError when
    using async OAuth credentials.

azure-storage-blob_12.20.0b1

16 Apr 19:55
5654320

Choose a tag to compare

Pre-release

12.20.0b1 (2024-04-16)

This version and all future versions will require Python 3.8+. Python 3.7 is no longer supported.

Features Added

  • Added support for service version 2024-05-04.
  • The services parameter has been added to the generate_account_sas API, which enables the ability to generate SAS
    tokens to be used with multiple services. By default, the SAS token service scope will default to the current service.

Bugs Fixed

  • Bumped dependency of typing-extensions to >=4.6.0 to avoid potential TypeError with typing.TypeVar on
    Python 3.12.
  • Fixed an issue where authentication errors could raise AttributeError instead of ClientAuthenticationError when
    using async OAuth credentials.
  • Fixed a typing issue which incorrectly typed the readinto API. The correct input type is IO[bytes].
  • Fixed a typo in the initialization of completion_time for the CopyProperties model.
  • Fixed a couple of issues with upload_blob when using Iterators/Generators as the data input.

Other Changes

  • Passing prefix to the following ContainerClient APIs now raises a ValueError:
    list_blobs, list_blobs_names, and walk_blobs. This change was made to avoid confusion for filtering results.
    The name_starts_with parameter is the correct parameter to pass for filtering.

azure-storage-blob-changefeed_12.0.0b5

16 Apr 21:38
5654320

Choose a tag to compare

Pre-release

12.0.0b5 (2024-04-16)

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

Other Changes

  • Bumped dependency of azure-storage-blob to the latest stable release (12.19.0).

azure-communication-jobrouter_1.1.0b1

17 Apr 16:08
ea45ac1

Choose a tag to compare

Pre-release

1.1.0b1 (2024-04-12)

This is the beta release of Azure Communication Job Router Python SDK. For more information, please see the [README][read_me].

This is a Public Preview version, so breaking changes are possible in subsequent releases as we improve the product. To provide feedback, please submit an issue in our [Azure SDK for Python GitHub repo][issues].

Features Added

  • JobRouterClient
    • upsert_worker
      • keyword argument max_concurrent_offers: Optional[int] added.
  • RouterWorker
    • Add max_concurrent_offers

azure_mgmt_frontdoor_1.2.0

15 Apr 08:26
3c98a95

Choose a tag to compare

1.2.0 (2024-04-15)

Features Added

  • Model CustomRule has a new parameter group_by
  • Model PolicySettings has a new parameter javascript_challenge_expiration_in_minutes
  • Model PolicySettings has a new parameter scrubbing_rules
  • Model PolicySettings has a new parameter state

azure_mgmt_cdn_13.1.0

15 Apr 08:24
3c98a95

Choose a tag to compare

13.1.0 (2024-04-15)

Features Added

  • Model Profile has a new parameter log_scrubbing
  • Model ProfileUpdateParameters has a new parameter log_scrubbing

azure_mgmt_largeinstance_1.0.0b1

15 Apr 08:44
3c98a95

Choose a tag to compare

Pre-release

1.0.0b1 (2024-04-15)

  • Initial Release

azure-communication-networktraversal_1.1.0b2

16 Apr 16:39
4346c37

Choose a tag to compare

1.1.0b2 (2024-04-10)

Features Added

  • Added the ability specify the API version by an optional api_version keyword parameter.

Breaking Changes

  • Please note, this package is no longer being maintained after 03/31/2024.

Other Changes

Python 3.6 is no longer supported. Please use Python version 3.7 or later. For more details, please read our page on Azure SDK for Python version support policy.