Skip to content

Releases: Azure/azure-sdk-for-python

azure-messaging-webpubsubclient_1.0.0

02 Feb 01:31
c5c0916
Compare
Choose a tag to compare

1.0.0 (2024-01-31)

Features Added

  • Add Operation open/close

Breaking Changes

  • Rename operation on to subscribe
  • Rename operation off to unsubscribe
  • Remove model DisconnectedError
  • Rename model OpenWebSocketError to OpenClientError
  • Remove model StartClientError
  • Remove model StartNotStoppedClientError
  • Remove model DisconnectedError

Other Changes

  • Add docstring
  • First GA

azure-core_1.30.0

01 Feb 22:01
4d1fb59
Compare
Choose a tag to compare

1.30.0 (2024-02-01)

Features Added

  • Support tuple input for file values to azure.core.rest.HttpRequest #33948
  • Support tuple input to files with duplicate field names azure.core.rest.HttpRequest #34021

corehttp_1.0.0b3

01 Feb 22:02
4d1fb59
Compare
Choose a tag to compare
corehttp_1.0.0b3 Pre-release
Pre-release

1.0.0b3 (2024-02-01)

Features Added

  • Support tuple input for files values to corehttp.rest.HttpRequest #34082
  • Support simultaneous files and data field entry into corehttp.rest.HttpRequest #34082

azure-mgmt-springappdiscovery_1.0.0b1

31 Jan 07:43
c6f3f01
Compare
Choose a tag to compare
Pre-release

1.0.0b1 (2024-01-31)

  • Initial Release

azure-ai-resources_1.0.0b3

31 Jan 01:42
Compare
Choose a tag to compare
Pre-release

1.0.0b3 (2024-01-30)

Features Added

  • AzureOpenAIConnection.set_current_environment supports openai 1.0 and above.

Other Changes

  • Support for Python 3.12

azure-ai-generative_1.0.0b3

31 Jan 01:58
Compare
Choose a tag to compare
Pre-release

1.0.0b3 (2024-01-30)

Other Changes

  • Support for Python 3.12

azure-communication-phonenumbers_1.2.0b3

30 Jan 18:08
Compare
Choose a tag to compare

1.2.0b3 (2024-01-29)

Features Added

  • Added support for API version 2023-10-01-preview, This gives us functionality for Do Not Resell Consent Changes.
  • Users will now be able to purchase from countries like IT, AT, FR, NO, PT. They can do so by agreeing not to resell phone numbers by setting consentToNotResellNumbers to true.
  • Added support for 10DLC changes.

azure-appconfiguration-provider_1.1.0

29 Jan 21:54
dc17d08
Compare
Choose a tag to compare

1.1.0 (2024-01-29)

Features Added

  • New API for Azure App Configuration Provider, refresh, which can be used to refresh the configuration from the Azure App Configuration service. refresh by default can check every 30 seconds for changes to specified sentinel keys. If a change is detected then all configurations are reloaded. Sentinel keys can be set by passing a list of SentinelKey's to refresh_on.
  • Added new options on_refresh_success and on_refresh_failure callbacks to the load method. These callbacks are called when the refresh method successfully refreshes the configuration or fails to refresh the configuration.

Bugs Fixed

  • Verifies that the refresh_interval is at least 1 second.

azure-search-documents_11.6.0b1

31 Jan 18:33
e9a5021
Compare
Choose a tag to compare
Pre-release

11.6.0b1 (2024-01-31)

Features Added

  • Added back semantic_query for Search method.
  • Added back alias operations to SearchIndexClient.
  • Added back AzureOpenAIEmbeddingSkill, AzureOpenAIParameters and AzureOpenAIVectorizer.
  • Added back query_language, query_speller, semantic_fields and debug for Search method.
  • Added send_request method for SearchClient & SearchIndexClient to run a network request using the client's existing pipeline.

Bugs Fixed

  • Fixed the issue that we added unexpected retrievable property for SearchField.

Other Changes

  • Python 3.7 is no longer supported. Please use Python version 3.8 or later.

azure-mgmt-networkanalytics_1.0.0

26 Jan 04:15
43452dd
Compare
Choose a tag to compare

1.0.0 (2024-01-26)

Features Added

  • Model DataProduct has a new parameter properties
  • Model DataProductUpdate has a new parameter properties
  • Model DataProductsCatalog has a new parameter properties
  • Model DataType has a new parameter properties
  • Model DataTypeUpdate has a new parameter properties

Breaking Changes

  • Model DataProduct no longer has parameter available_minor_versions
  • Model DataProduct no longer has parameter consumption_endpoints
  • Model DataProduct no longer has parameter current_minor_version
  • Model DataProduct no longer has parameter customer_encryption_key
  • Model DataProduct no longer has parameter customer_managed_key_encryption_enabled
  • Model DataProduct no longer has parameter documentation
  • Model DataProduct no longer has parameter key_vault_url
  • Model DataProduct no longer has parameter major_version
  • Model DataProduct no longer has parameter managed_resource_group_configuration
  • Model DataProduct no longer has parameter networkacls
  • Model DataProduct no longer has parameter owners
  • Model DataProduct no longer has parameter private_links_enabled
  • Model DataProduct no longer has parameter product
  • Model DataProduct no longer has parameter provisioning_state
  • Model DataProduct no longer has parameter public_network_access
  • Model DataProduct no longer has parameter publisher
  • Model DataProduct no longer has parameter purview_account
  • Model DataProduct no longer has parameter purview_collection
  • Model DataProduct no longer has parameter redundancy
  • Model DataProduct no longer has parameter resource_guid
  • Model DataProductUpdate no longer has parameter current_minor_version
  • Model DataProductUpdate no longer has parameter owners
  • Model DataProductUpdate no longer has parameter private_links_enabled
  • Model DataProductUpdate no longer has parameter purview_account
  • Model DataProductUpdate no longer has parameter purview_collection
  • Model DataProductsCatalog no longer has parameter provisioning_state
  • Model DataProductsCatalog no longer has parameter publishers
  • Model DataType no longer has parameter database_cache_retention
  • Model DataType no longer has parameter database_retention
  • Model DataType no longer has parameter provisioning_state
  • Model DataType no longer has parameter state
  • Model DataType no longer has parameter state_reason
  • Model DataType no longer has parameter storage_output_retention
  • Model DataType no longer has parameter visualization_url
  • Model DataTypeUpdate no longer has parameter database_cache_retention
  • Model DataTypeUpdate no longer has parameter database_retention
  • Model DataTypeUpdate no longer has parameter state
  • Model DataTypeUpdate no longer has parameter storage_output_retention