github Azure/azure-sdk-for-net Azure.Messaging.ServiceBus_7.18.0-beta.1

latest releases: Azure.Messaging.EventHubs.Processor_5.12.0-beta.1, Azure.Messaging.EventHubs_5.12.0-beta.1, Azure.Template_1.0.3-beta.3795970...
pre-release11 days ago

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)

Don't miss a new azure-sdk-for-net release

NewReleases is sending notifications on new releases.