NServiceBus.Transport.AzureStorageQueues 9.0.1 - Major release available

Hi everyone,

We’ve just released NServiceBus.Transport.AzureStorageQueues 9.0.1.

This package was formerly known as NServiceBus.Azure.Transports.WindowsAzureStorageQueues.

What’s new?

This version leverages improvements in the latest Azure.Storage.Queues SDK, replacing the WindowsAzure.Storage SDK.

Delayed delivery leverages improvements in the latest Azure.Storage.Blobs SDK and supports Microsoft.Azure.Cosmos.Table enabling delayed delivery tables to be stored in Azure Table Storage or Azure Cosmos DB using the Cosmos DB Table API.

The support for messaging across multiple storage accounts enforces account aliases by default instead of sending connection strings. The transport is backward compatible and still supports receiving and replying to messages that use a connection string so that endpoints can be migrated over time.

The ability to provide pre-configured Queue, Blob, or Table clients is built-in, enabling different options for authenticating with the queue, blob, and table services, including the connection string option. This is especially useful for advanced authentication mechanisms like Active Directory integration.

When upgrading, please refer to the upgrade guide.

Where to get it

You can install the new version from NuGet.

With thanks,
The team in Particular

Please read our release policy for more details. Follow @ParticularNews to be notified of new releases and bug fixes.