Releases: Azure/azure-sdk-for-python
Releases · Azure/azure-sdk-for-python
azure-template_0.1.0b3333464
0.1.0b3333464 (2023-12-11)
Features Added
- Some feature
Breaking Changes
- Some breaking change
Bugs Fixed
- Some bug fix
Other Changes
- Some other change
azure-storage-queue_12.9.0
12.9.0 (2023-12-05)
Other Changes
- Updated type hints across the entire package and enabled MyPy to run during CI. Some public types may have been adjusted if they were previously erroneous or incomplete.
azure-monitor-opentelemetry_1.1.1
azure-communication-chat_1.2.0
1.2.0 (2023-12-04)
Features Added
- Added the support to receive inline images from Microsoft Teams users in an interoperability Chat with new type
ChatAttachment
- Added support for proactive refreshing of tokens
CommunicationTokenCredential
exposes a new boolean keyword argumentproactive_refresh
that defaults toFalse
. If set toTrue
, the refreshing of the token will be scheduled in the background ensuring continuous authentication state.- Added disposal function
close
forCommunicationTokenCredential
. - Added
identifier_from_raw_id
and ensured thatCommunicationIdentifier.raw_id
is populated on creation. Together, these can be used to translate between aCommunicationIdentifier
and its underlying canonical raw ID representation. Developers can now use the raw ID as an encoded format for identifiers to store in their databases or as stable keys in general.
Bugs Fixed
- Fixed bug where invalid participants were not being correctly deserialized in the response of
create_chat_thread
.
Other Changes
Python 2.7 is no longer supported. Please use Python version 3.7 or later. For more details, please read our page on Azure SDK for Python version support policy.
azure-mgmt-eventgrid_10.3.0b3
10.3.0b3 (2023-12-04)
Features Added
- Added operation NamespaceTopicEventSubscriptionsOperations.get_delivery_attributes
- Added operation group NetworkSecurityPerimeterConfigurationsOperations
- Model DeliveryConfiguration has a new parameter push
- Model TopicTypeInfo has a new parameter additional_enforced_permissions
Breaking Changes
- Model Client no longer has parameter authentication
- Parameter value_type of model StaticRoutingEnrichment is now required
azure-communication-identity_1.4.0
1.4.0 (2023-11-30)
Features Added
- Introduction of new scopes for token generation.
CHAT_JOIN
(Access to Chat APIs but without the authorization to create, delete or update chat threads)CHAT_JOIN_LIMITED
(A more limited version ofCHAT_JOIN
that doesn't allow to add or remove participants)VOIP_JOIN
(Access to Calling APIs but without the authorization to start new calls)
- Added a new API version
ApiVersion.V2023_10_01
that is now the default API version.
Other Changes
- The
MicrosoftBotIdentifier
andMicrosoftBotProperties
have been removed.
azure-ai-resources_1.0.0b2
1.0.0b2 (2023-11-30)
Other Changes
- Dependency improvements.
azure-ai-generative_1.0.0b2
1.0.0b2 (2023-11-30)
Features Added
- Added new format to export data to in qa generator.
Other Changes
- Dependency improvements.
azure-mgmt-networkanalytics_1.0.0b1
1.0.0b1 (2023-11-28)
- Initial Release
azure-mgmt-chaos_1.0.0
1.0.0 (2023-11-20)
Features Added
- Added operation ExperimentsOperations.execution_details
- Added operation ExperimentsOperations.get_execution
- Added operation ExperimentsOperations.list_all_executions
- Added operation group OperationStatusesOperations
- Model Experiment has a new parameter provisioning_state
- Model ExperimentExecutionDetails has a new parameter last_action_at
- Model ExperimentExecutionDetails has a new parameter started_at
- Model ExperimentExecutionDetails has a new parameter stopped_at
Breaking Changes
- Model Experiment no longer has parameter start_on_creation
- Model ExperimentExecutionDetails no longer has parameter created_date_time
- Model ExperimentExecutionDetails no longer has parameter experiment_id
- Model ExperimentExecutionDetails no longer has parameter last_action_date_time
- Model ExperimentExecutionDetails no longer has parameter start_date_time
- Model ExperimentExecutionDetails no longer has parameter stop_date_time
- Removed operation ExperimentsOperations.get_execution_details
- Removed operation ExperimentsOperations.get_status
- Removed operation ExperimentsOperations.list_all_statuses
- Removed operation ExperimentsOperations.list_execution_details
- Renamed operation ExperimentsOperations.cancel to ExperimentsOperations.begin_cancel
- Renamed operation ExperimentsOperations.create_or_update to ExperimentsOperations.begin_create_or_update
- Renamed operation ExperimentsOperations.delete to ExperimentsOperations.begin_delete
- Renamed operation ExperimentsOperations.start to ExperimentsOperations.begin_start
- Renamed operation ExperimentsOperations.update to ExperimentsOperations.begin_update