NServiceBus.Newtonsoft.Json 2.4 – Minor release available

Hi everyone,

We’ve just released NServiceBus.Newtonsoft.Json 2.4.0.

This release introduce a new NewtonsoftJsonSerializer serializer definition with safe type name handling by default. It is a replacement for NewtonsoftSerializer to provide a non behavioral breaking change.

Improvements/Features

  • #259 Introduce new Serializer definition with safe type name handling

When to upgrade

You should upgrade and switch to the NewtonsoftJsonSerializer serializer definition if your endpoints receive messages from untrusted senders and did not explicitly set TypeNameHandling to None.

More information available at the Newtonsoft.Json type name handling guidance

Where to get it

You can install NServiceBus.Newtonsoft.Json 2.4.0 from NuGet.

With thanks,
The team in Particular

Please read our release policy for more details.