Skip to content

v3.0.6

Compare
Choose a tag to compare
@chkr1011 chkr1011 released this 11 Aug 14:39
· 838 commits to master since this release
  • [Core] Nuget packages with symbols are now also published to improve debugging.
  • [Core] Improve task handling (thanks to @mwinterb)
  • [ManagedClient] Fix a race condition in the message storage (thanks to @PaulFake).
  • [Server] Added items dictionary to client session in order to share data across interceptors as along as the session exists.
  • [Server] Exposed CONNECT packet properties in Application Message and Subscription interceptor.
  • [Server] Fixed: Sending Large packets with AspnetCore based connection throws System.ArgumentException.
  • [Server] Fixed wrong usage of socket option NoDelay.
  • [Server] Added remote certificate validation callback (thanks to @rudacs).
  • [Server] Add support for certificate passwords (thanks to @cslutgen).
  • [MQTTnet.Server] Added REST API for publishing basic messages.