Skip to content

Releases: Azure/azure-sdk-for-python

azure-storage-file-share_12.16.0

08 May 21:16
36ce8e8

Choose a tag to compare

12.16.0 (2024-05-07)

Features Added

  • Stable release of features from 12.16.0b1

azure-storage-file-datalake_12.15.0

08 May 21:15
36ce8e8

Choose a tag to compare

12.15.0 (2024-05-07)

Features Added

  • Stable release of features from 12.15.0b1

azure-storage-blob_12.20.0

08 May 20:06
36ce8e8

Choose a tag to compare

12.20.0 (2024-05-07)

Features Added

  • Stable release of features from 12.20.0b1

azure-servicebus_7.12.2

08 May 20:55
79f2688

Choose a tag to compare

7.12.2 (2024-05-08)

Bugs Fixed

  • Fixed a bug where WebsocketConnectionClosedException was not being caught when receiving with AmqpOverWebsocket (34859)
  • Fixed incorrect dependency on typing-extensions (34869, thanks @YaroBear).

azure-mgmt-resource_23.1.1

08 May 08:05
19bac3b

Choose a tag to compare

23.1.1 (2024-05-08)

Other Changes

  • Remove 2023-04-01 for PolicyClient to avoid breaking change caused by wrong swagger.

azure-template_0.1.0b3768090

07 May 20:52

Choose a tag to compare

Pre-release

0.1.0b3768090 (2024-05-07)

Features Added

  • Some feature

Breaking Changes

  • Some breaking change

Bugs Fixed

  • Some bug fix

Other Changes

  • Some other change

azure-ai-ml_1.16.0b1

08 May 00:50

Choose a tag to compare

azure-ai-ml_1.16.0b1 Pre-release
Pre-release

1.16.0b1 (2024-05-07)

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

  • WorkspaceConnection and subclasses renamed to just Connection
  • 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.

azure-mgmt-resource_23.1.0

06 May 07:30
23b0a50

Choose a tag to compare

23.1.0 (2024-05-06)

Features Added

  • Added operation group DeploymentStacksOperations
  • Added operation group PolicyDefinitionVersionsOperations
  • Added operation group PolicySetDefinitionVersionsOperations
  • Model ContainerConfiguration has a new parameter subnet_ids
  • Model Location has a new parameter availability_zone_mappings
  • Model LocationMetadata has a new parameter geography
  • Model Operation has a new parameter action_type
  • Model Operation has a new parameter is_data_action
  • Model Operation has a new parameter origin
  • Model OperationAutoGenerated has a new parameter action_type
  • Model OperationAutoGenerated has a new parameter is_data_action
  • Model OperationAutoGenerated has a new parameter origin
  • Model OperationDisplayAutoGenerated has a new parameter description
  • Model ParameterDefinitionsValue has a new parameter schema
  • Model PolicyDefinition has a new parameter version
  • Model PolicyDefinition has a new parameter versions
  • Model PolicySetDefinition has a new parameter version
  • Model PolicySetDefinition has a new parameter versions

azure-messaging-webpubsubclient_1.1.0

06 May 09:23
23b0a50

Choose a tag to compare

1.1.0 (2024-04-24)

Features Added

  • Add Async API with same name of Sync API
  • Add api is_connected

Other Changes

  • Change default reconnect times to unlimited
  • Optimize reconnect/recover logic
  • Optimize error message hint when failed to open client
  • Optimize typing annotations
  • Optimize close logic for Sync API.

azure-search-documents_11.6.0b4

07 May 13:55
f08ff76

Choose a tag to compare

Pre-release

11.6.0b4 (2024-05-07)

Features Added

  • Added new models:
    • azure.search.documents.models.HybridCountAndFacetMode
    • azure.search.documents.models.HybridSearch
    • azure.search.documents.models.SearchScoreThreshold
    • azure.search.documents.models.VectorSimilarityThreshold
    • azure.search.documents.models.VectorThreshold
    • azure.search.documents.models.VectorThresholdKind
    • azure.search.documents.models.VectorizableImageBinaryQuery
    • azure.search.documents.models.VectorizableImageUrlQuery
    • azure.search.documents.indexes.models.AIServicesVisionParameters
    • azure.search.documents.indexes.models.AIServicesVisionVectorizer
    • azure.search.documents.indexes.models.AIStudioModelCatalogName
    • azure.search.documents.indexes.models.AzureMachineLearningParameters
    • azure.search.documents.indexes.models.AzureMachineLearningVectorizer
    • azure.search.documents.indexes.models.AzureOpenAIModelName
    • azure.search.documents.indexes.models.VectorEncodingFormat
    • azure.search.documents.indexes.models.VisionVectorizeSkill
  • Added hybrid_search support for SearchClient.search method.
  • Updated default API version to 2024-05-01-preview.

Bugs Fixed

  • Fixed the bug that SearchClient failed when both answer count and answer threshold applied.