Skip to content

Azure.Messaging.ServiceBus_7.18.0-beta.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@azure-sdk azure-sdk released this 08 May 15:58
7dd3d63

7.18.0-beta.1 (2024-05-08)

Features Added

  • ServiceBusReceiver now supports the ability to delete all messages from an entity using the PurgeMessagesAsync 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 the DeleteMessagesAsync 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 on CreateTopicOptions.

Other Changes

  • Updated the Microsoft.Azure.Amqp dependency to 2.6.6, which includes a bug fix for an internal NullReferenceException that would sometimes impact creating new links. (see: #258)