Skip to content

v2.4.0

Compare
Choose a tag to compare
@chkr1011 chkr1011 released this 09 Oct 17:46
· 1762 commits to master since this release
  • [Server] Added an event which is fired when a client has disconnected
  • [Server] Added support for retained application messages
  • [Server] Added support for saving and loading retained messages
  • [Server] The client connection is now closed if sending of one pending application message has failed
  • [Server] Fixed handling of Dup flag (Thanks to haeberle)
  • [Core] Optimized exception handling
  • [Core] Mono is now also supported (Thanks to JTrotta)
  • [Client] The options are now passed in ConnectAsync (Breaking change! Read Wiki for examples)
  • [Core] Trace class renamed to MqttNetTrace (Breaking change!)
  • [Client] Extended certificate validation options (Breaking change!)
  • [Client] Added static certificate validation callback (NetFramework, NetStandard) / ignorable certificate errors (UniversalWindows) to MqttTcpChannel