7.18.0-beta.1 (2024-05-08)
Features Added
-
ServiceBusReceiver
now supports the ability to delete all messages from an entity using thePurgeMessagesAsync
method. Callers may optionally request to limit the target messages to those earlier than a given date. -
ServiceBusReceiver
now supports the ability to delete messages from an entity in batches using theDeleteMessagesAsync
method. The messages selected for deletion will be the oldest in the entity, based on the enqueued date and callers may optionally request to limit them to only those earlier than a given date.
Bugs Fixed
- Fixed issue where the
SupportOrdering
property was not being respected when set onCreateTopicOptions
.
Other Changes
- Updated the
Microsoft.Azure.Amqp
dependency to 2.6.6, which includes a bug fix for an internalNullReferenceException
that would sometimes impact creating new links. (see: #258)