Releases: Azure/azure-sdk-for-python
Releases · Azure/azure-sdk-for-python
azure-eventhub_5.15.0b2
5.15.0b2 (2025-03-14)
Features Added
- Implemented a new websockets library so that using
AmqpOverWebsocket
no longer requires separate optional dependency installations.
Bugs Fixed
- Fixed a bug where service errors were incorrectly required and expected to have info/description fields.
azure-mgmt-keyvault_11.0.0
11.0.0 (2025-03-13)
Breaking Changes
- Removed subfolders of some unused Api-Versions for smaller package size. If your application requires a specific and non-latest Api-Version, it's recommended to pin this package to the previous released version; If your application always only use latest Api-Version, please ignore this change.
azure-ai-documentintelligence_1.0.1
1.0.1 (2025-03-13)
Bugs Fixed
- Fix polling for
begin_copy_model_to()
to stop on success response from the "Operation-Location" endpoint and correctly parse the result.
azure-servicebus_7.14.1
7.14.1 (2025-03-12)
Bugs Fixed
- Fixed a bug where service errors were incorrectly expected to have info/description fields set in all cases.
- Fixed a bug where the type in azure.servicebus.management.AuthorizationRule was not being correctly passed to the request.
azure-storage-file-share_12.21.0
12.21.0 (2025-03-11)
Features Added
- Stable release of features from 12.21.0b1
azure-storage-file-datalake_12.19.0
12.19.0 (2025-03-11)
Features Added
- Stable release of features from 12.19.0b1
azure-storage-blob_12.25.0
12.25.0 (2025-03-11)
Features Added
- Stable release of features from 12.25.0b1
azure-identity_1.21.0
1.21.0 (2025-03-11)
Other Changes
- Updated the asynchronous
CertificateCredential
to use the PS256 algorithm with PSS padding for certificate authentication in non-ADFS tenants. (#39761) - Deprecated
UsernamePasswordCredential
, as it doesn't support multifactor authentication (MFA). MFA will soon be enforced on all Microsoft Entra tenants. For more details, see Planning for mandatory MFA. (#39785)
azure-ai-ml_1.26.0
1.26.0 (2025-03-11)
Features Added
- Adding parent job support for command job.
- Adding multiple docker argument support for command job.
- spark version upgrade from 3.3 to 3.4
Bugs Fixed
- #37464 - Allowing to update a component in register with anonymousEnvironment environment.
- #39744 - Fixing a serialization issue in RecurrencePattern schedule.
- Fix environment archiving and restore
Other Changes
- Removing use of protected methods/classes imported from external libraries.
azure-search-documents_11.6.0b10
11.6.0b10 (2025-03-11)
Features Added
- Added
SearchIndexClient.list_index_stats_summary
. - Added
SearchIndexerCache.id
. - Added new model
azure.search.documents.indexes.models.IndexStatisticsSummary
.
Breaking Changes
These changes do not impact the API of stable versions such as 11.5.0.
Only code written against a beta version such as 11.6.0b9 may be affected.
- Renamed
azure.search.documents.indexes.models.AIStudioModelCatalogName
toazure.search.documents.indexes.models.AIFoundryModelCatalogName
.
Other Changes
- Updated the API version to "2025-03-01-preview"