Releases: Azure/azure-sdk-for-python
Releases · Azure/azure-sdk-for-python
azure-cosmos_4.14.3
azure-ai-agentserver-langgraph_1.0.0b7
1.0.0b7 (2025-12-05)
Features Added
- Update response with created_by
azure-ai-agentserver-core_1.0.0b7
1.0.0b7 (2025-12-05)
Features Added
- Update response with created_by
azure-ai-agentserver-agentframework_1.0.0b7
1.0.0b7 (2025-12-05)
Features Added
- Update response with created_by
azure-mgmt-containerregistry_14.1.0b4
14.1.0b4 (2025-12-05)
Other Changes
- Regular update
azure-monitor-opentelemetry_1.8.3
azure-storage-queue_12.15.0b1
12.15.0b1 (2025-12-04)
Features Added
- Added support for service version 2026-02-06.
- Added new
get_user_delegation_keyAPI toQueueServiceClientto obtain a user delegation key
for the purposes of signing SAS tokens. - Added support for the keyword
user_delegation_oidtogenerate_queue_sas, which specifies the Entra ID
of the user that is authorized to use the generated SAS URL. - Added support for the keyword
user_delegation_keytogenerate_queue_sasused with
user_delegation_oidto authenticate the request to generate a new SAS URL. - Added support for
UseDevelopmentStorage=true;as a valid connection string for Azurite.
azure-storage-file-share_12.24.0b1
12.24.0b1 (2025-12-04)
Features Added
- Added support for service version 2026-02-06.
- Added new
get_user_delegation_keyAPI toShareServiceClientto obtain a user delegation key
for the purposes of signing SAS tokens. - Added support for the keyword
user_delegation_oidtogenerate_share_sasandgenerate_file_sas,
which specifies the Entra ID of the user that is authorized to use the generated SAS URL. - Added support for the keyword
user_delegation_keytogenerate_share_sasandgenerate_file_sasused with
user_delegation_oidto authenticate the request to generate a new SAS URL. - Added support for the keyword
encryption_in_transitinShareSmbSettingsused byset_service_properties
for the SMB protocol to specify whether encryption in transit is required. - Added the ability to skip auto decompression on
ShareFileClient.download_filevia thedecompresskeyword.
Bugs Fixed
- Fixed an issue where
FilePropertiesandDirectoryPropertiesdid not contain timezone information for
change_time,creation_time, andlast_write_timeattributes.
azure-storage-file-datalake_12.23.0b1
12.23.0b1 (2025-12-04)
Features Added
- Added support for service version 2026-02-06.
- Added support for the keyword
start_fromforDataLakeServiceClient'sget_pathsand
DataLakeDirectoryClient'sget_pathsAPIs, which specifies the full path to start listing paths from. - Added support for the keyword
user_delegation_oidtogenerate_file_system_sas,generate_directory_sas, and
generate_file_sas, which specifies the Entra ID of the user that is authorized to use the generated SAS URL. - Added support for
UseDevelopmentStorage=true;as a valid connection string for Azurite. - Added the ability to skip auto decompression on
DataLakeFileClient.download_filevia thedecompresskeyword.
Other Changes
- Migrated any previously documented
kwargarguments to be named keywords.
Some public types may have been adjusted if they were previously erroneous or incomplete. - Removed
__enter__and__exit__attributes for all asynchronous client objects for raising explicitTypeError,
and let theAttributeErrorraise directly.
azure-storage-blob_12.28.0b1
12.28.0b1 (2025-12-04)
Features Added
- Added support for service version 2026-02-06.
- Added support for the keywords
if_modified_since,if_unmodified_since,etag, andmatch_conditionto
conditionally performBlobClient'sset_blob_tagsandget_blob_tagsoperations. - Added support for the keyword
start_frominContainerClient'slist_blobs,list_blob_names, andwalk_blobs
APIs, which specifies the full path to start listing paths from. - Added support for the keyword
user_delegation_oidtogenerate_blob_sasandgenerate_container_sas, which
specifies the Entra ID of the user that is authorized to use the generated SAS URL. - Added support for
UseDevelopmentStorage=true;as a valid connection string for Azurite. - Added the ability to skip auto decompression on
BlobClient.download_blobvia thedecompresskeyword.