Releases: Azure/azure-sdk-for-python
Releases · Azure/azure-sdk-for-python
azure-eventhub_5.11.7
5.11.7 (2024-04-10)
Bugs Fixed
- Fixed a bug where using
EventHubProducerClient
in buffered mode could potentially drop a buffered message without actually sending it. (#34712)
Other Changes
- Updated network trace logging to replace
None
values in AMQP connection info with empty strings as per the OpenTelemetry specification.
azure-eventgrid_4.19.0
4.19.0 (2024-04-10)
Features Added
- Added new enum values to
SystemEventNames
related to Azure Communication Services.
Bugs Fixed
- Fixed a bug where the Api Version was being hardcoded to
2018-01-01
on any request sent to the service.
azure-communication-chat_1.3.0
1.3.0 (2024-04-10)
Features Added
- Updated
chat_attachment.attachment_type
to include typefile
to support ACS users to recieve files shared by Teams user. - Added support for a new communication identifier
MicrosoftTeamsAppIdentifier
.
azure-identity_1.16.0
1.16.0 (2024-04-09)
Other Changes
- For IMDS requests in
ManagedIdentityCredential
, the retry backoff factor was reduced from 2 to 0.8 in order to avoid excessive retry delays and improve responsiveness. Users can customize this setting with theretry_backoff_factor
parameter:ManagedIdentityCredential(retry_backoff_factor=2)
. (#35070)
azure-identity-broker_1.1.0
1.1.0 (2024-04-09)
Features Added
InteractiveBrowserBrokerCredential
now supports ause_default_broker_account
property to enable the use of the currently logged in operating system account for authentication rather than prompting for a credential.- Added
enable_support_logging
as a keyword argument toInteractiveBrowserBrokerCredential
. This allows additional support logging which may contain PII.
Other Changes
- Python 3.7 is no longer supported. Please use Python version 3.8 or later.
- Bumped minimum dependency on
azure-identity
to1.15.0
.
azure-appconfiguration_1.6.0
1.6.0 (2024-04-09)
Features Added
- Exposed
send_request()
method in each client to send custom requests using the client's existing pipeline. - Supported to get page ETag while iterating
list_configuration_setting()
result by page.
Bugs Fixed
- Fixed a bug in consuming "etag" value in sync operation
set_configuration_setting()
. - Changed invalid default value
None
toFalse
for propertyenabled
inFeatureFlagConfigurationSetting
. - Fixed the issue that
description
,display_name
and other customer fields are missing when de/serializingFeatureFlagConfigurationSetting
objects.
azure-ai-formrecognizer_3.3.3
3.3.3 (2024-04-09)
Other Changes
- Added support for Python 3.12.
- Python 3.7 is no longer supported. Please use Python version 3.8 or later.
- Changed the default polling interval from 5s to 1s.
azure-template_0.1.0b3679936
0.1.0b3679936 (2024-04-09)
Features Added
- Some feature
Breaking Changes
- Some breaking change
Bugs Fixed
- Some bug fix
Other Changes
- Some other change
azure-ai-documentintelligence_1.0.0b3
1.0.0b3 (2024-04-09)
Other Changes
- Changed the default polling interval from 5s to 1s.