Releases: Azure/azure-sdk-for-python
Releases · Azure/azure-sdk-for-python
azure-messaging-webpubsubclient_1.0.0
1.0.0 (2024-01-31)
Features Added
- Add Operation
open/close
Breaking Changes
- Rename operation
on
tosubscribe
- Rename operation
off
tounsubscribe
- Remove model
DisconnectedError
- Rename model
OpenWebSocketError
toOpenClientError
- Remove model
StartClientError
- Remove model
StartNotStoppedClientError
- Remove model
DisconnectedError
Other Changes
- Add docstring
- First GA
azure-core_1.30.0
corehttp_1.0.0b3
azure-mgmt-springappdiscovery_1.0.0b1
1.0.0b1 (2024-01-31)
- Initial Release
azure-ai-resources_1.0.0b3
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
1.0.0b3 (2024-01-30)
Other Changes
- Support for Python 3.12
azure-communication-phonenumbers_1.2.0b3
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
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 ofSentinelKey
's torefresh_on
. - Added new options
on_refresh_success
andon_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
11.6.0b1 (2024-01-31)
Features Added
- Added back
semantic_query
forSearch
method. - Added back alias operations to
SearchIndexClient
. - Added back
AzureOpenAIEmbeddingSkill
,AzureOpenAIParameters
andAzureOpenAIVectorizer
. - Added back
query_language
,query_speller
,semantic_fields
anddebug
forSearch
method. - Added
send_request
method forSearchClient
&SearchIndexClient
to run a network request using the client's existing pipeline.
Bugs Fixed
- Fixed the issue that we added unexpected
retrievable
property forSearchField
.
Other Changes
- Python 3.7 is no longer supported. Please use Python version 3.8 or later.
azure-mgmt-networkanalytics_1.0.0
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