Skip to content

Releases: Azure/azure-sdk-for-python

azure-eventhub_5.11.7

10 Apr 20:18
81a8cda
Compare
Choose a tag to compare

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

10 Apr 22:27
e3424a2
Compare
Choose a tag to compare

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

11 Apr 23:52
e3424a2
Compare
Choose a tag to compare

1.3.0 (2024-04-10)

Features Added

  • Updated chat_attachment.attachment_typeto include type file to support ACS users to recieve files shared by Teams user.
  • Added support for a new communication identifier MicrosoftTeamsAppIdentifier.

azure-identity_1.16.0

09 Apr 19:35
f07513c
Compare
Choose a tag to compare

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 the retry_backoff_factor parameter: ManagedIdentityCredential(retry_backoff_factor=2). (#35070)

azure-identity-broker_1.1.0

09 Apr 19:35
f07513c
Compare
Choose a tag to compare

1.1.0 (2024-04-09)

Features Added

  • InteractiveBrowserBrokerCredential now supports a use_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 to InteractiveBrowserBrokerCredential. 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 to 1.15.0.

azure-appconfiguration_1.6.0

10 Apr 00:19
b2bdeb8
Compare
Choose a tag to compare

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 to False for property enabled in FeatureFlagConfigurationSetting.
  • Fixed the issue that description, display_name and other customer fields are missing when de/serializing FeatureFlagConfigurationSetting objects.

azure-ai-formrecognizer_3.3.3

09 Apr 23:19
890071e
Compare
Choose a tag to compare

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

09 Apr 16:24
c3d85c1
Compare
Choose a tag to compare
Pre-release

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

09 Apr 19:06
f07513c
Compare
Choose a tag to compare
Pre-release

1.0.0b3 (2024-04-09)

Other Changes

  • Changed the default polling interval from 5s to 1s.

azure-monitor-opentelemetry_1.4.0

09 Apr 20:32
3519fdf
Compare
Choose a tag to compare

1.4.0 (2024-04-09)

Features Added

  • Adding diagnostic warning when distro detects RP attach
    (#34971)
  • Added resource parameter
    (#34900)

Other Changes

  • Updated FastAPI sample
    (#34738)
  • Refactored constants and utils
    (#35066)