Skip to content

Releases: Azure/azure-sdk-for-python

azure-mgmt-cosmosdb_9.5.0

20 May 07:23
b7b9acb
Compare
Choose a tag to compare

9.5.0 (2024-05-20)

Features Added

  • Model ClusterResourceProperties has a new parameter azure_connection_method
  • Model ClusterResourceProperties has a new parameter private_link_resource_id
  • Model DataCenterResourceProperties has a new parameter private_endpoint_ip_address
  • Model SqlDedicatedGatewayServiceResourceProperties has a new parameter dedicated_gateway_type

azure-mgmt-sql_4.0.0b17

20 May 06:49
86c006c
Compare
Choose a tag to compare
Pre-release

4.0.0b17 (2024-05-20)

Features Added

  • Model DatabaseOperation has a new parameter operation_phase_details

azure-mgmt-maintenance_2.2.0b2

20 May 06:49
86c006c
Compare
Choose a tag to compare
Pre-release

2.2.0b2 (2024-05-20)

Features Added

  • Added operation group ScheduledEventOperations

azure-cosmos_4.7.0

16 May 03:25
94b097e
Compare
Choose a tag to compare

4.7.0 (2024-05-15)

Features Added

  • Adds vector embedding policy and vector indexing policy. See PR 34882.
  • Adds support for vector search non-streaming order by queries. See PR 35468.
  • Adds support for using the start time option for change feed query API. See PR 35090.

Bugs Fixed

  • Fixed a bug where change feed query in Async client was not returning all pages due to case-sensitive response headers. See PR 35090.
  • Fixed a bug when a retryable exception occurs in the first page of a query execution causing query to return 0 results. See PR 35090.

azure-servicebus_7.13.0b1

16 May 21:14
b825d27
Compare
Choose a tag to compare
Pre-release

7.13.0b1 (2024-05-16)

Features Added

  • ServiceBusReceiver now supports the ability to delete all messages from an entity using the purge_messages method. Callers may optionally request to limit the target messages to those earlier than a given date.

  • ServiceBusReceiver now supports the ability to delete messages from an entity in batches using the delete_messages method. The messages selected for deletion will be the oldest in the entity, based on the enqueued date and callers may optionally request to limit them to only those earlier than a given date.

azure-eventhub_5.12.0

16 May 18:31
51f68c3
Compare
Choose a tag to compare

5.12.0 (2024-05-16)

Features Added

  • Added support for non-tls connections (#34272)

azure-cosmos_4.6.1

15 May 23:02
627d2cf
Compare
Choose a tag to compare

4.6.1 (2024-05-15)

Features Added

  • Adds vector embedding policy and vector indexing policy. See PR 34882.
  • Adds support for vector search non-streaming order by queries. See PR 35468.
  • Adds support for using the start time option for change feed query API. See PR 35090.

Bugs Fixed

  • Fixed a bug where change feed query in Async client was not returning all pages due to case-sensitive response headers. See PR 35090.
  • Fixed a bug when a retryable exception occurs in the first page of a query execution causing query to return 0 results. See PR 35090.

azure-eventhub_5.13.0b1

16 May 19:46
0c5fbb6
Compare
Choose a tag to compare
Pre-release

5.13.0b1 (2024-05-16)

Features Added

  • Added support for georeplication and disaster recovery-enabled Event Hubs.

azure-monitor-opentelemetry_1.4.2

15 May 17:23
a517bad
Compare
Choose a tag to compare

1.4.2 (2024-05-20)

Features Added

  • Add diagnostics for sdk detection and backoff
    (#35610)

azure-ai-ml_1.16.0

14 May 19:08
Compare
Choose a tag to compare

1.16.0 (2024-05-14)

Features Added

  • Add experimental support for working with Promptflow evaluators: ml_client.evaluators.
  • Many changes to the Connection entity class and its associated operations.
  • Workspace Connection list, get, and create_or_update operations now include an optional populate_secrets input, which causes the operations to try making a secondary call to fill in the returned connections' credential info if possible. Only works with api key-based credentials for now.
  • Many workspace connection subtypes added. The full list of subclasses is now:
    • AzureBlobStoreConnection
    • AzureBlobStoreConnection
    • MicrosoftOneLakeConnection
    • AzureOpenAIConnection
    • AzureAIServicesConnection
    • AzureAISearchConnection
    • AzureContentSafetyConnection
    • AzureSpeechServicesConnection
    • APIKeyConnection
    • OpenAIConnection
    • SerpConnection
    • ServerlessConnection
  • Many workspace connections only accept api keys or entra ids for credentials. Since Entra IDs require not inputs, these have been refactored to not required a full credential object. Instead they only accept an api_key as a top-level input, and default to an entra credential otherwise. Their YAML schemas have been similarly altered.
  • Client-side credential-type validation added for some workspace connection types.
  • Added new credential type: AadCredentialConfiguration
  • Renamed WorkspaceHub class as Hub.
  • Added Project entity class and YAML support.
  • Project and Hub operations supported by workspace operations.
  • workspace list operation supports type filtering.
  • Add support for Microsoft Entra token (aad_token) auth in invoke and get-credentials operations.
  • Add experimental support for working with indexes: ml_client.indexes

Breaking Changes

  • Removed WorkspaceHubConfig entity, and renamed WorkspaceHub to Hub.
  • workspace_hub input of Workspace class hidden, renamed to hub_id, and re-surfaced in child class Project.
  • Removed Workspace Hub Operations from ML Client.