Skip to content

Releases: Azure/azure-sdk-for-python

azure-ai-documentintelligence_1.0.1

13 Mar 23:41
e816b75
Compare
Choose a tag to compare

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

12 Mar 21:09
516977e
Compare
Choose a tag to compare

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

11 Mar 19:07
204b671
Compare
Choose a tag to compare

12.21.0 (2025-03-11)

Features Added

  • Stable release of features from 12.21.0b1

azure-storage-file-datalake_12.19.0

11 Mar 19:31
204b671
Compare
Choose a tag to compare

12.19.0 (2025-03-11)

Features Added

  • Stable release of features from 12.19.0b1

azure-storage-blob_12.25.0

11 Mar 18:46
204b671
Compare
Choose a tag to compare

12.25.0 (2025-03-11)

Features Added

  • Stable release of features from 12.25.0b1

azure-identity_1.21.0

11 Mar 20:49
105d698
Compare
Choose a tag to compare

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

11 Mar 14:29
327afb3
Compare
Choose a tag to compare

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 Mar 14:24
2eba2c7
Compare
Choose a tag to compare
Pre-release

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 to azure.search.documents.indexes.models.AIFoundryModelCatalogName.

Other Changes

  • Updated the API version to "2025-03-01-preview"

azure-ai-projects_1.0.0b7

10 Mar 18:10
4af9188
Compare
Choose a tag to compare
Pre-release

1.0.0b7 (2025-03-06)

Features added

  • Add support for parsing URL citations in Agent text messages. See new classes MessageTextUrlCitationAnnotation and MessageDeltaTextUrlCitationAnnotation.
  • 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 and sample_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 to agent_id in all Agent methods to align with the "Agent" terminology. Similarly, rename all assistant_id properties on classes.

azure-appconfiguration-provider_2.0.1

10 Mar 16:14
08e7c8a
Compare
Choose a tag to compare

2.0.1 (2025-03-07)

Bugs Fixed

  • Updates the failure to load from a config store from a debug level log to a warning level log.
  • Fixes an issue where the stack trace from the azure sdk wasn't being logged on startup.
  • Fixes a bug where feature flags could be loaded as configurations.

Other Changes

  • Bumped minimum dependency on azure-core to >=1.30.0
  • Bumped minimum dependency on azure-appconfiguration to >=1.6.1