Hi everyone,
We’ve just released NServiceBus.AmazonSQS 7.2.0.
Improvements/Features
- #2630 Support binary message serialization by falling back to base64 encoding if invalid characters are detected
Fixed bugs
- #2520
DoNotWrapOutgoingMessages
set to true cannot be used with NServiceBus.Metrics.ServiceControl
How to know if you are affected
You are affected by #2520 if you have enabled DoNotWrapOutgoingMessages
, and you are using NServiceBus.Metrics.ServiceControl to send metrics to ServiceControl.
Symptoms
The following exception is logged when sending metrics messages:
Amazon.SQS.Model.InvalidMessageContentsException: Invalid binary character '#x1' was found in the message body, the set of allowed characters is #x9 | #xA | #xD | [#x20-#xD7FF] | [#xE000-#xFFFD] | [#x10000-#x10FFFF].
When to upgrade
You should upgrade immediately if you are affected. Otherwise, you should upgrade during your next maintenance window.
Where to get it
You can install NServiceBus.AmazonSQS 7.2.0 from NuGet.
Please read our release policy for more details.
With thanks,
The team in Particular