Releases: Azure/azure-sdk-for-python
Releases · Azure/azure-sdk-for-python
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-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-servicebus_7.15.0b1
7.15.0b1 (2025-03-12)
Features Added
- Implemented a new websockets library so that using
AmqpOverWebsocket
no longer requires separate optional dependency installations.
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"
azure-ai-projects_1.0.0b7
1.0.0b7 (2025-03-06)
Features added
- Add support for parsing URL citations in Agent text messages. See new classes
MessageTextUrlCitationAnnotation
andMessageDeltaTextUrlCitationAnnotation
. - Add enum value
ConnectionType.API_KEY
to support enumeration of generic connections that uses API Key authentication.
Sample updates
- Update sample
sample_agents_bing_grounding.py
with printout of URL citation. - Add new samples
sample_agents_stream_eventhandler_with_bing_grounding.py
andsample_agents_stream_iteration_with_bing_grounding.py
with printout of URL citation.
Bugs Fixed
- Fix a bug in deserialization of
RunStepDeltaFileSearchToolCall
returned during Agent streaming (see GitHub issue 48333). - Fix for Exception raised while parsing Agent streaming response, in some rare cases, for multibyte UTF-8 languages like Chinese.
Breaking Changes
- Rename input argument
assistant_id
toagent_id
in all Agent methods to align with the "Agent" terminology. Similarly, rename allassistant_id
properties on classes.