Releases: Azure/azure-sdk-for-python
Releases · Azure/azure-sdk-for-python
azure-storage-file-share_12.16.0
12.16.0 (2024-05-07)
Features Added
- Stable release of features from 12.16.0b1
azure-storage-file-datalake_12.15.0
12.15.0 (2024-05-07)
Features Added
- Stable release of features from 12.15.0b1
azure-storage-blob_12.20.0
12.20.0 (2024-05-07)
Features Added
- Stable release of features from 12.20.0b1
azure-servicebus_7.12.2
azure-mgmt-resource_23.1.1
23.1.1 (2024-05-08)
Other Changes
- Remove
2023-04-01for PolicyClient to avoid breaking change caused by wrong swagger.
azure-template_0.1.0b3768090
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
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, andcreate_or_updateoperations now include an optionalpopulate_secretsinput, 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:
AzureBlobStoreConnectionAzureBlobStoreConnectionMicrosoftOneLakeConnectionAzureOpenAIConnectionAzureAIServicesConnectionAzureAISearchConnectionAzureContentSafetyConnectionAzureSpeechServicesConnectionAPIKeyConnectionOpenAIConnectionSerpConnectionServerlessConnection
- 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 ininvokeandget-credentialsoperations. - 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
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
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
11.6.0b4 (2024-05-07)
Features Added
- Added new models:
azure.search.documents.models.HybridCountAndFacetModeazure.search.documents.models.HybridSearchazure.search.documents.models.SearchScoreThresholdazure.search.documents.models.VectorSimilarityThresholdazure.search.documents.models.VectorThresholdazure.search.documents.models.VectorThresholdKindazure.search.documents.models.VectorizableImageBinaryQueryazure.search.documents.models.VectorizableImageUrlQueryazure.search.documents.indexes.models.AIServicesVisionParametersazure.search.documents.indexes.models.AIServicesVisionVectorizerazure.search.documents.indexes.models.AIStudioModelCatalogNameazure.search.documents.indexes.models.AzureMachineLearningParametersazure.search.documents.indexes.models.AzureMachineLearningVectorizerazure.search.documents.indexes.models.AzureOpenAIModelNameazure.search.documents.indexes.models.VectorEncodingFormatazure.search.documents.indexes.models.VisionVectorizeSkill
- Added
hybrid_searchsupport forSearchClient.searchmethod. - 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.