- Core: Used new language features across the entire library
- Core: Performance improvements
- Core: Added validations for variable byte integers which do not match the .NET uint perfectly
- Client: Added support for pre-encoded UTF-8 binary buffers for user properties (#2228, thanks to @koepalex)
- Server: Improved performance of retained messages when no event handler is attached (#2093, th...