NServiceBus 8.0.2, 7.8.2, and 7.7.6 – Patch releases available

Hi everyone,

We’ve just released NServiceBus 8.0.2, 7.8.2, and 7.7.6.

Fixed bugs

  • #6614 XmlSerializer’s SanitizeInput and DontWrapRawXml settings use same configuration key

How to know if you are affected

You are affected if you are using the XML serializer and configure it with either the SanitizeInput() or DontWrapRawXml() setting. Note that the XML serializer is the default option if no other serializer is specified.

Symptoms

Enabling one of the SanitizeInput or DontWrapRawXml settings will automatically enable both of these settings at once. See the raw XML properties documentation for further details about the behavior of the DontWrapRawXml configuration on message serialization.

When to upgrade

You should upgrade immediately if you are using the XML serializer and your message contracts contain XDocument or XElement properties that can be affected by the raw XML wrapping functionality.

Where to get it

You can install the new versions of NServiceBus from NuGet.

With thanks,
The team in Particular

Please read our release policy for more details.