7.3.0 (2021-07-08)
Features Added
- Added support for receiving dead-letter queue (DLQ) for
ServiceBusProcessorClient
and session receiver usingsubQueue
- Added support for configuring
maxAutoLockRenewDuration
forServiceBusProcessorClient
inServiceBusClientBuilder
. - Added support for using
AzureSasCredential
andAzureNamedKeyCredential
to access a service bus inServiceBusClientBuilder
. - Exposing
ServiceBusClientBuilder.crossEntityTransaction()
for cross entity transactions support. - Exposing
AmqpMessageBody#value
andAmqpMessageBody#sequence
to support value and sequence amqp types.
Bugs Fixed
- Fixed a bug that does not create respect properties when creating Subscription Rule with CorrelationFilter. Issue 21299.
- Fixed a but that causes the settlement API not to return or throw error if retry timeout is long enough. Issue 22299.
Dependency Updates
- Upgraded
azure-core
dependency to1.18.0
. - Upgraded
azure-core-amqp
dependency to2.3.0
. - Upgraded
azure-core-http-netty
to1.10.1
.