Skip to content

Releases: Azure/azure-sdk-for-python

azure-servicebus_7.12.3

19 Sep 22:38
5382c10
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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.

azure-ai-generative_1.0.0b9

18 Sep 15:22
754bb7f
Compare
Choose a tag to compare
Pre-release

1.0.0b9 (2024-09-16)

Bugs Fixed

security bug - code injection

azure-storage-queue_12.12.0

17 Sep 21:20
c34465e
Compare
Choose a tag to compare

12.12.0 (2024-09-17)

Features Added

  • Stable release of features from 12.12.0b1

azure-storage-file-share_12.18.0

17 Sep 20:37
c34465e
Compare
Choose a tag to compare

12.18.0 (2024-09-17)

Features Added

  • Stable release of features from 12.18.0b1