You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
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).