From 2e019f372c2612078821469f0f253705164f716f Mon Sep 17 00:00:00 2001 From: Christian Date: Sun, 27 Jun 2021 17:02:04 +0200 Subject: [PATCH] Update docs. --- Build/MQTTnet.nuspec | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/Build/MQTTnet.nuspec b/Build/MQTTnet.nuspec index 4c4b14b..9221b29 100644 --- a/Build/MQTTnet.nuspec +++ b/Build/MQTTnet.nuspec @@ -12,16 +12,14 @@ true MQTTnet is a high performance .NET library for MQTT based communication. It provides a MQTT client and a MQTT server (broker) and supports v3.1.0, v3.1.1 and v5.0.0 of the MQTT protocol. -* [Core] Fixed some issues in nuget packages. -* [Client] Changed exception types so that proper exceptions are thrown when connecting (#1082). -* [Client] Exposed Dup flag in application messages. -* [Client] Improved keep alive message sending. +* [Core] Fixed _DISCONNECT_ packet reading for protocol version 3.1.0.DisconnectPacket * [Client] Added support for deferred message approval (#1075, thanks to @tkurucsai). * [Client] Exposed missing APIs for .NET 5.0 build (thanks to @yyjdelete). * [Client] Improved disconnect handling (#1134, thanks to @yyjdelete). -* [RpcClient] Fixed an issue when using a custom application message reveived handler (#1093). -* [RpcClient] Fixed a race condition when using timeout and cancellation token at the same time (BREAKING CHANGE!). -* [Server] Improved keep alive message sending. +* [Client] Fix TLS parameter options builder (#1104). +* [Server] Add new overload for options builder. +* [Server] Exposed endpoint in _MqttServerClientDisconnectedEventArgs_. +* [Server] Remove client disconnected handler from wrong implementation location (BREAKING CHANGE). Git commit: $gitCommit