Skip to content

azure-servicebus_7.12.0

Compare
Choose a tag to compare
@azure-sdk azure-sdk released this 06 Mar 19:25
3691357

7.12.0 (2024-03-06)

Features Added

  • Updated max_wait_time on the ServiceBusReceiver constructor allowing users to change the default server timeout of 65 seconds when accepting a session on a Session-Enabled/Queues/Topics if NEXT_AVAILABLE_SESSION is used.

Other Changes

  • Updated minimum azure-core version to 1.28.0.
  • Updated Pure Python AMQP network trace logging to replace None values in AMQP connection info with empty strings as per the OpenTelemetry specification (#32190).
  • Updated Pure Python AMQP network trace logging error log on connection close to warning (PR #34504, thanks @RichardOberdieck).