Hi everyone,
We’ve just released NServiceBus.AmazonSQS 4.3.3.
Fixed bugs
- #303 Invalid characters in MessageId cause InvalidBatchEntryIdException
How to know if you’re affected
You are affected if you are using custom message IDs containing non-alphanumeric characters.
Symptoms
When sending a message with a custom message ID containing non-alphanumeric characters, the following exception is thrown:
Amazon.SQS.Model.InvalidBatchEntryIdException: A batch entry id can only contain alphanumeric characters, hyphens and underscores. It can be at most 80 letters long. ---> Amazon.Runtime.Internal.HttpErrorResponseException: The remote server returned an error: (400) Bad Request. ---> System.Net.WebException: The remote server returned an error: (400) Bad Request.
Should you upgrade immediately
You should upgrade immediately if you are using custom message IDs containing non-alphanumeric characters.
Where to get it
You can download the updated version directly from NuGet: NuGet Gallery | NServiceBus.AmazonSQS 6.0.0
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.