NServiceBus.AmazonSQS 3.3.0 - Minor release available

Hi everyone,

We’ve just released NServiceBus.AmazonSQS 3.3.0.

Improvements/Features

  • #220 Introduce optional backwards compatibility mode for endpoints running 1.x

How to know if you are affected

NServiceBus v5 endpoints using NServiceBusAmazonSQS 1.x fail to process messages sent by version 2 and above endpoints.

Symptoms

NServiceBus v5 endpoints using NServiceBusAmazonSQS 1.x treat messages sent by version 2 and above endpoints as poison messages.
Endpoints using transport version 2 and above do not respect the TimeToBeReceived or ReplyToAddress values sent by endpoints running version 1.x of the transport.

Should you upgrade immediately

You should upgrade immediately if you are running endpoints using version 2 or above of the transport that are interacting with endpoints running version 1.x of the transport.

Where to get it

You can download the updated version and see the full release notes here: Release 3.3.0 · Particular/NServiceBus.AmazonSQS · GitHub.

With thanks,

The team in Particular

Please read our release policy for more details.