Skip to content

Releases: Azure/azure-sdk-for-python

azure-monitor-opentelemetry-exporter_1.0.0b30

23 Sep 20:20
68fc715

Choose a tag to compare

1.0.0b30 (2024-09-20)

Bugs Fixed

  • Fix setting custom TracerProvider bug
    (#37469)

azure-identity-broker_1.2.0b1

20 Sep 23:54
b551e02

Choose a tag to compare

Pre-release

1.2.0b1 (2024-09-20)

Features Added

  • InteractiveBrowserBrokerCredential now implements the SupportsTokenInfo protocol. It now has a get_token_info method which returns an AccessTokenInfo object. The get_token_info method is an alternative method to get_token that improves support for more complex authentication scenarios.
  • Added Proof-of-Possession (PoP) token support to InteractiveBrowserBrokerCredential.

azure-ai-evaluation_1.0.0b1

20 Sep 21:08
a9233f4

Choose a tag to compare

Pre-release

1.0.0b1 (2024-09-20)

Breaking Changes

  • The synthetic namespace has been renamed to simulator, and sub-namespaces under this module have been removed
  • The evaluate and evaluators namespaces have been removed, and everything previously exposed in those modules has been added to the root namespace azure.ai.evaluation
  • The parameter name project_scope in content safety evaluators have been renamed to azure_ai_project for consistency with evaluate API and simulators.
  • Model configurations classes are now of type TypedDict and are exposed in the azure.ai.evaluation module instead of coming from promptflow.core.
  • Updated the parameter names for question and answer in built-in evaluators to more generic terms: query and response.

Features Added

  • First preview
  • This package is port of promptflow-evals. New features will be added only to this package moving forward.
  • Added a TypedDict for AzureAIProject that allows for better intellisense and type checking when passing in project information

azure-servicebus_7.12.3

19 Sep 22:38
5382c10

Choose a tag to compare

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

19 Sep 06:41
bddc491

Choose a tag to compare

9.6.0 (2024-09-18)

Features Added

  • Model ResourceRestoreParameters added property restore_with_ttl_disabled
  • Model RestoreParameters added parameter restore_with_ttl_disabled in method __init__
  • Model RestoreParametersBase added property restore_with_ttl_disabled
  • Enum ServerVersion added member SEVEN0
  • Added model ErrorAdditionalInfo
  • Added model ErrorDetail
  • Added model ErrorResponseAutoGenerated

azure-identity_1.18.0

19 Sep 19:58
70fc7d5

Choose a tag to compare

1.18.0 (2024-09-19)

Features Added

  • All credentials now implement the SupportsTokenInfo or AsyncSupportsTokenInfo protocol. Each credential now has a get_token_info method which returns an AccessTokenInfo object. The get_token_info method is an alternative method to get_token that improves support for more complex authentication scenarios. (#36882)
    • Information on when a token should be refreshed is now saved in AccessTokenInfo (if available).

Other Changes

  • Added identity config validation to ManagedIdentityCredential to avoid non-deterministic states (e.g. both resource_id and object_id are specified). (#36950)
  • Additional validation was added for ManagedIdentityCredential in Azure Cloud Shell environments. (#36438)
  • Bumped minimum dependency on azure-core to >=1.31.0.

azure-cognitiveservices-language-spellcheck_2.0.1

19 Sep 03:49
adc02f1

Choose a tag to compare

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

19 Sep 21:56
40308e0

Choose a tag to compare

Pre-release

11.6.0b5 (2024-09-19)

Features Added

  • SearchIndexClient.get_search_client inherits the API version.

Bugs Fixed

  • Fixed the issue that we missed ODATA header when using Entra ID auth.
  • Fixed the issue that encryptionKey was 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.SearchIndexerIndexProjection
    • azure.search.documents.indexes.models.LineEnding -> azure.search.documents.indexes.models.OrcLineEnding
    • azure.search.documents.indexes.models.ScalarQuantizationCompressionConfiguration -> azure.search.documents.indexes.models.ScalarQuantizationCompression
    • azure.search.documents.indexes.models.VectorSearchCompressionConfiguration -> azure.search.documents.indexes.models.VectorSearchCompression
    • azure.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_name
    • azure.search.documents.indexes.models.AzureOpenAIEmbeddingSkill.deployment_id -> azure.search.documents.indexes.models.AzureOpenAIEmbeddingSkill.deployment_name
    • azure.search.documents.indexes.models.AzureOpenAIEmbeddingSkill.resource_uri -> azure.search.documents.indexes.models.AzureOpenAIEmbeddingSkill.resource_url
    • azure.search.documents.indexes.models.AzureOpenAIVectorizer.azure_open_ai_parameters -> azure.search.documents.indexes.models.AzureOpenAIVectorizer.parameters
    • azure.search.documents.indexes.models.AzureOpenAIVectorizer.name -> azure.search.documents.indexes.models.AzureOpenAIVectorizer.vectorizer_name
    • azure.search.documents.indexes.models.SearchIndexerDataUserAssignedIdentity.user_assigned_identity -> azure.search.documents.indexes.models.SearchIndexerDataUserAssignedIdentity.resource_id
    • azure.search.documents.indexes.models.VectorSearchProfile.compression_configuration_name -> azure.search.documents.indexes.models.VectorSearchProfile.compression_name
    • azure.search.documents.indexes.models.VectorSearchProfile.vectorizer -> azure.search.documents.indexes.models.VectorSearchProfile.vectorizer_name
    • azure.search.documents.indexes.models.VectorSearchVectorizer.name -> azure.search.documents.indexes.models.VectorSearchVectorizer.vectorizer_name

azure-batch_15.0.0b1

19 Sep 22:25
bd2d9b2

Choose a tag to compare

azure-batch_15.0.0b1 Pre-release
Pre-release

15.0.0b1 (2024-09-01)

Breaking Changes

  • Remove certificates
  • Remove render licenses
  • Remove CloudServiceConfiguration for pool models and operations. VirtualMachineConfiguration is supported for pool configurations moving forward.

azure-schemaregistry_1.3.0

18 Sep 22:44
eab7a3a

Choose a tag to compare

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 JsonSchemaEncoder have been added under azure.schemaregistry.encoder.jsonencoder.
  • InvalidContentError have been added under azure.schemaregistry.encoder.jsonencoder for use with the JsonSchemaEncoder.
  • MessageContent, OutboundMessageContent,InboundMessageContent, and SchemaContentValidate have been added under azure.schemaregistry as protocols for use with the JsonSchemaEncoder and/or future encoder implementations.
  • Json and Custom have been added to supported formats in SchemaFormat.
  • V2022_10 has been added to ApiVersion and set as the default API version.

Bugs Fixed

  • Fixed a bug in sync/async register_schema and get_schema_properties that did not accept case insensitive strings as an argument to the format parameter.
  • 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 format property.

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_01 in ApiVersion.
      • PROTOBUF in SchemaFormat.