Releases: Azure/azure-sdk-for-python
Releases · Azure/azure-sdk-for-python
azure-monitor-opentelemetry-exporter_1.0.0b30
azure-identity-broker_1.2.0b1
1.2.0b1 (2024-09-20)
Features Added
InteractiveBrowserBrokerCredentialnow implements theSupportsTokenInfoprotocol. It now has aget_token_infomethod which returns anAccessTokenInfoobject. Theget_token_infomethod is an alternative method toget_tokenthat improves support for more complex authentication scenarios.- Added Proof-of-Possession (PoP) token support to
InteractiveBrowserBrokerCredential.
azure-ai-evaluation_1.0.0b1
1.0.0b1 (2024-09-20)
Breaking Changes
- The
syntheticnamespace has been renamed tosimulator, and sub-namespaces under this module have been removed - The
evaluateandevaluatorsnamespaces have been removed, and everything previously exposed in those modules has been added to the root namespaceazure.ai.evaluation - The parameter name
project_scopein content safety evaluators have been renamed toazure_ai_projectfor consistency with evaluate API and simulators. - Model configurations classes are now of type
TypedDictand are exposed in theazure.ai.evaluationmodule instead of coming frompromptflow.core. - Updated the parameter names for
questionandanswerin built-in evaluators to more generic terms:queryandresponse.
Features Added
- First preview
- This package is port of
promptflow-evals. New features will be added only to this package moving forward. - Added a
TypedDictforAzureAIProjectthat allows for better intellisense and type checking when passing in project information
azure-servicebus_7.12.3
7.12.3 (2024-09-19)
Bugs Fixed
- Fixed a bug where token refreshes were not happening on long running operations (35717)
- Fixed a bug where using TokenCredential to create a subscription with forwarding caused a
ResourceNotFoundError(36545) - Fixed a bug where messages received on one receiver could not be settled on another receiver over mgmt link (35304)
- Addressed a bug where excess Link Credits were being allocated when large messages were being received (34270)
azure-mgmt-cosmosdb_9.6.0
9.6.0 (2024-09-18)
Features Added
- Model
ResourceRestoreParametersadded propertyrestore_with_ttl_disabled - Model
RestoreParametersadded parameterrestore_with_ttl_disabledin method__init__ - Model
RestoreParametersBaseadded propertyrestore_with_ttl_disabled - Enum
ServerVersionadded memberSEVEN0 - Added model
ErrorAdditionalInfo - Added model
ErrorDetail - Added model
ErrorResponseAutoGenerated
azure-identity_1.18.0
1.18.0 (2024-09-19)
Features Added
- All credentials now implement the
SupportsTokenInfoorAsyncSupportsTokenInfoprotocol. Each credential now has aget_token_infomethod which returns anAccessTokenInfoobject. Theget_token_infomethod is an alternative method toget_tokenthat improves support for more complex authentication scenarios. (#36882)- Information on when a token should be refreshed is now saved in
AccessTokenInfo(if available).
- Information on when a token should be refreshed is now saved in
Other Changes
- Added identity config validation to
ManagedIdentityCredentialto avoid non-deterministic states (e.g. bothresource_idandobject_idare specified). (#36950) - Additional validation was added for
ManagedIdentityCredentialin Azure Cloud Shell environments. (#36438) - Bumped minimum dependency on
azure-coreto>=1.31.0.
azure-cognitiveservices-language-spellcheck_2.0.1
2.0.1 (2024-09-18)
Other Changes
- This package has been deprecated and will no longer be maintained after 09-18-2024. This package will only receive security fixes until 09-18-2024. Refer to the samples in the Bing Search for Python SDK repo instead.
- For additional support, open a new issue in the Issues section of the Bing Search for Python SDK repo.
azure-search-documents_11.6.0b5
11.6.0b5 (2024-09-19)
Features Added
SearchIndexClient.get_search_clientinherits the API version.
Bugs Fixed
- Fixed the issue that we missed ODATA header when using Entra ID auth.
- Fixed the issue that
encryptionKeywas lost during serialization. #37251
Other Changes
- Updated the API version to "2024-09-01-preview"
- Below models were renamed
azure.search.documents.indexes.models.SearchIndexerIndexProjections->azure.search.documents.indexes.models.SearchIndexerIndexProjectionazure.search.documents.indexes.models.LineEnding->azure.search.documents.indexes.models.OrcLineEndingazure.search.documents.indexes.models.ScalarQuantizationCompressionConfiguration->azure.search.documents.indexes.models.ScalarQuantizationCompressionazure.search.documents.indexes.models.VectorSearchCompressionConfiguration->azure.search.documents.indexes.models.VectorSearchCompressionazure.search.documents.indexes.models.VectorSearchCompressionTargetDataType->azure.search.documents.indexes.models.VectorSearchCompressionTarget
- Below properties were renamed
azure.search.documents.indexes.models.AzureMachineLearningVectorizer.name->azure.search.documents.indexes.models.AzureMachineLearningVectorizer.vectorizer_nameazure.search.documents.indexes.models.AzureOpenAIEmbeddingSkill.deployment_id->azure.search.documents.indexes.models.AzureOpenAIEmbeddingSkill.deployment_nameazure.search.documents.indexes.models.AzureOpenAIEmbeddingSkill.resource_uri->azure.search.documents.indexes.models.AzureOpenAIEmbeddingSkill.resource_urlazure.search.documents.indexes.models.AzureOpenAIVectorizer.azure_open_ai_parameters->azure.search.documents.indexes.models.AzureOpenAIVectorizer.parametersazure.search.documents.indexes.models.AzureOpenAIVectorizer.name->azure.search.documents.indexes.models.AzureOpenAIVectorizer.vectorizer_nameazure.search.documents.indexes.models.SearchIndexerDataUserAssignedIdentity.user_assigned_identity->azure.search.documents.indexes.models.SearchIndexerDataUserAssignedIdentity.resource_idazure.search.documents.indexes.models.VectorSearchProfile.compression_configuration_name->azure.search.documents.indexes.models.VectorSearchProfile.compression_nameazure.search.documents.indexes.models.VectorSearchProfile.vectorizer->azure.search.documents.indexes.models.VectorSearchProfile.vectorizer_nameazure.search.documents.indexes.models.VectorSearchVectorizer.name->azure.search.documents.indexes.models.VectorSearchVectorizer.vectorizer_name
azure-batch_15.0.0b1
15.0.0b1 (2024-09-01)
- Version (15.0.0b1) is the first preview of our efforts to create a user-friendly and Pythonic client library for Azure Batch. For more information about this, and preview releases of other Azure SDK libraries, please visit https://azure.github.io/azure-sdk/releases/latest/python.html.
Breaking Changes
- Remove certificates
- Remove render licenses
- Remove
CloudServiceConfigurationfor pool models and operations.VirtualMachineConfigurationis supported for pool configurations moving forward.
azure-schemaregistry_1.3.0
1.3.0 (2024-09-18)
This version and all future versions will require Python 3.8+. Python 3.7 is no longer supported.
Features Added
- Sync and async
JsonSchemaEncoderhave been added underazure.schemaregistry.encoder.jsonencoder. InvalidContentErrorhave been added underazure.schemaregistry.encoder.jsonencoderfor use with theJsonSchemaEncoder.MessageContent,OutboundMessageContent,InboundMessageContent, andSchemaContentValidatehave been added underazure.schemaregistryas protocols for use with theJsonSchemaEncoderand/or future encoder implementations.JsonandCustomhave been added to supported formats inSchemaFormat.V2022_10has been added toApiVersionand set as the default API version.
Bugs Fixed
- Fixed a bug in sync/async
register_schemaandget_schema_propertiesthat did not accept case insensitive strings as an argument to theformatparameter. - Fixed a bug where unknown content type strings from the service raised a client error, rather than being returned as a string in the SchemaProperties
formatproperty.
Other Changes
- Updated azure-core minimum dependency to 1.28.0.
- Added support for Python 3.11 and 3.12.
- The following features have been temporarily pulled out and will be added back in future previews as we work towards a stable release:
V2023_07_01inApiVersion.PROTOBUFinSchemaFormat.