- Fixed bug in dropping received messages at the moment when the
connection just started working.
- Fixed bug where underlying io type wasn\'t set to WebSocket when
http_proxy was applied (PR92, Thanks to skoop22).
- Fixed bug in noneffective timeout when sending messages.
- Added desired-capabilities for [ReceiveClient(Async)]{.title-ref}
and [MessageReceiver(Async)]{.title-ref} as part of the AMQP
protocol.
- Added delivery-tag to [Message]{.title-ref} (azure-sdk-for-python
issue 7336).
- Added method [work]{.title-ref} to [MessageReceiver]{.title-ref} and
[work_async]{.title-ref} to [MessageReceiverAsync]{.title-ref}
responsible for updating link status.