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).