Rebus v7.0.0-b05 Release Notes

    • ๐Ÿ”„ Change locking interface to be more generic - thanks kendallb
    • Only target .NET Standard 2.0
    • ๐Ÿ”„ Change default JSON serializer to System.Text.Json (this is a BREAKING change! Please remember to .Serializer(s => s.UseNewtonsoftJson())) if you rely on e.g. inheritance and other advanced stuff
    • โž• Add EmptyActivator which can be used with one-way clients, because handlers are irrelevant - thanks riezebosch