v0.17.0
🆕 Added MemoryPack support
A new serializer is now available in its own package, to support the new MemoryPack serialization format.
It is based on the amazing work by @neuecc , and this new serializer seems to be already the fastest serializer in the .NET space.
Thanks for your hard work Yoshifumi!
↩️ Backplane auto-recovery now enabled by default
After a couple of releases where it was disabled by default, the initial response in real-world projects has been positive: therefore I decided to enable the auto-recovery feature by default for everyone 🎉
PS: of course you can always turn it off in case you are having problems.