From c0b4155ab48a258e8e769666caa5ec4ed9625734 Mon Sep 17 00:00:00 2001 From: Christian Kratky Date: Tue, 13 Aug 2019 20:07:14 +0200 Subject: [PATCH] Update docs. --- Build/MQTTnet.nuspec | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) diff --git a/Build/MQTTnet.nuspec b/Build/MQTTnet.nuspec index 6aafdc6..4a23a7e 100644 --- a/Build/MQTTnet.nuspec +++ b/Build/MQTTnet.nuspec @@ -11,16 +11,10 @@ false 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] 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. +* [Core] Converted all pending methods to use async/await. +* [Client] Fixed an issue when checking for revoked SSL certificates (thanks to @cslutgen). +* [Server] Fixed an issue with empty server certificate passwords (thanks to @SeppPenner). +* [MQTTnet.Server] Added support for certificate passwords (BREAKING CHANGE IN CONFIG!) Copyright Christian Kratky 2016-2019 MQTT Message Queue Telemetry Transport MQTTClient MQTTServer Server MQTTBroker Broker NETStandard IoT InternetOfThings Messaging Hardware Arduino Sensor Actuator M2M ESP Smart Home Cities Automation Xamarin