7.6.0 (2022-02-14)
Features Added
- Added
ServiceBusMessageState
property to received messages which indicates whether the message is active, scheduled or deferred. It is exposed inServiceBusReceivedMessage.getMessageState()
. (#25217) ServiceBusReceiverClient
if the prefetch is disabled and there is no active receive call, release any messages received. (#26632)
Bugs Fixed
- Fixed a bug that when received message does not have trace context, span is not created. (#25182)
Dependency Updates
- Upgraded
azure-core
from1.24.1
to1.25.0
. - Upgraded
azure-core-amqp
from2.3.7
to2.4.0
.