Releases: Azure/azure-sdk-for-python
azure-storage-queue_12.10.0b1
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
servicesparameter has been added to thegenerate_account_sasAPI, 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-extensionsto>=4.6.0to avoid potentialTypeErrorwithtyping.TypeVaron
Python 3.12. - Fixed an issue where authentication errors could raise
AttributeErrorinstead ofClientAuthenticationErrorwhen
using async OAuth credentials.
azure-storage-file-share_12.16.0b1
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
existsmethod toShareFileClientto check if a file exists. - Added support for service version 2024-05-04.
- The
servicesparameter has been added to thegenerate_account_sasAPI, 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
ShareDirectoryClientreturned byget_subdirectory_clientwith aShareDirectoryClient
pointing to the root of the file share would raise anInvalidResourceNameon any operations. - Bumped dependency of
typing-extensionsto>=4.6.0to avoid potentialTypeErrorwithtyping.TypeVaron
Python 3.12. - Fixed an issue where authentication errors could raise
AttributeErrorinstead ofClientAuthenticationErrorwhen
using async OAuth credentials. - Fixed an issue where parameter
delete_snapshotstodelete_shareAPI did not support all possible enums. This change
makesdelete_snapshotsnow 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
InvalidHeaderValuedue to improper precision parsing.
azure-storage-file-datalake_12.15.0b1
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
servicesparameter has been added to thegenerate_account_sasAPI, 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-extensionsto>=4.6.0to avoid potentialTypeErrorwithtyping.TypeVaron
Python 3.12. - Fixed an issue where authentication errors could raise
AttributeErrorinstead ofClientAuthenticationErrorwhen
using async OAuth credentials.
azure-storage-blob_12.20.0b1
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
servicesparameter has been added to thegenerate_account_sasAPI, 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-extensionsto>=4.6.0to avoid potentialTypeErrorwithtyping.TypeVaron
Python 3.12. - Fixed an issue where authentication errors could raise
AttributeErrorinstead ofClientAuthenticationErrorwhen
using async OAuth credentials. - Fixed a typing issue which incorrectly typed the
readintoAPI. The correct input type isIO[bytes]. - Fixed a typo in the initialization of
completion_timefor theCopyPropertiesmodel. - Fixed a couple of issues with
upload_blobwhen using Iterators/Generators as the data input.
Other Changes
- Passing
prefixto the followingContainerClientAPIs now raises aValueError:
list_blobs,list_blobs_names, andwalk_blobs. This change was made to avoid confusion for filtering results.
Thename_starts_withparameter is the correct parameter to pass for filtering.
azure-storage-blob-changefeed_12.0.0b5
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-blobto the latest stable release (12.19.0).
azure-communication-jobrouter_1.1.0b1
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
JobRouterClientupsert_worker- keyword argument
max_concurrent_offers: Optional[int]added.
- keyword argument
RouterWorker- Add
max_concurrent_offers
- Add
azure_mgmt_frontdoor_1.2.0
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
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
1.0.0b1 (2024-04-15)
- Initial Release
azure-communication-networktraversal_1.1.0b2
1.1.0b2 (2024-04-10)
Features Added
- Added the ability specify the API version by an optional
api_versionkeyword 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.