From ec9e64ebfb45b6fe40fecd2ad725fa2521b5b65e Mon Sep 17 00:00:00 2001 From: Christian Date: Sun, 21 Jan 2018 14:14:04 +0100 Subject: [PATCH] Update docs --- Build/MQTTnet.AspNetCore.nuspec | 8 ++++---- Build/MQTTnet.nuspec | 29 ++++++----------------------- 2 files changed, 10 insertions(+), 27 deletions(-) diff --git a/Build/MQTTnet.AspNetCore.nuspec b/Build/MQTTnet.AspNetCore.nuspec index 1510b2d..2b09917 100644 --- a/Build/MQTTnet.AspNetCore.nuspec +++ b/Build/MQTTnet.AspNetCore.nuspec @@ -2,7 +2,7 @@ MQTTnet.AspNetCore - 2.6.0 + 2.7.0 Christian Kratky Christian Kratky https://github.com/chkr1011/MQTTnet/blob/master/LICENSE @@ -10,13 +10,13 @@ https://raw.githubusercontent.com/chkr1011/MQTTnet/master/Images/Logo_128x128.png false This is a support library to integrate MQTTnet into AspNetCore. - * Updated to MQTTnet 2.6.0. + * Updated to MQTTnet 2.7.0. - Copyright Christian Kratky 2016-2017 + Copyright Christian Kratky 2016-2018 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 - + diff --git a/Build/MQTTnet.nuspec b/Build/MQTTnet.nuspec index 8faaf79..b78c722 100644 --- a/Build/MQTTnet.nuspec +++ b/Build/MQTTnet.nuspec @@ -2,7 +2,7 @@ MQTTnet - 2.6.0 + 2.7.0 Christian Kratky Christian Kratky https://github.com/chkr1011/MQTTnet/blob/master/LICENSE @@ -10,28 +10,12 @@ https://raw.githubusercontent.com/chkr1011/MQTTnet/master/Images/Logo_128x128.png false MQTTnet is a high performance .NET library for MQTT based communication. It provides a MQTT client and a MQTT server (broker). - * [Core] Merged projects (BREAKING CHANGE! But only namespace changes). -* [Core] Added a strong name for the assembly. -* [Core] Performance optimizations. -* [Core] Fixed a logging issue when dealing with IOExceptions. -* [Core] Fixed a typo in the global logger class (BREAKING CHANGE! Please find new example in Wiki). -* [Core] Added support for project compilation under macOS (Thanks to @FourOnes). -* [Client] The certificate for encryption is now loaded as a _X509Certificate2_ which prodives more data (Thanks to @cvellan). -* [Client] Fixed an issue in _ManagedClient_ which can cause the client to stop when publishing subscriptions. -* [Client] Fixed an issue in _ManagedClient_ which prevents changing the QoS of an existing subscription (BREAKING CHANGE!). -* [Client] Fixed an issue in _MqttClientOptionsBuilder_ which prevents adding TLS options to the client options when calling _Build()_. (Thanks to @cvellan). -* [Client] Added an overload for subscribing at both clients which reduces required code. -* [Client] Added the _ClientId_ to the application message interceptor context. -* [Server] The application message interceptor can now delete any received application message. -* [Server] Added a ConnectionValidator context to align with other APIs (BREAKING CHANGE! Please find new example in Wiki). -* [Server] Added an interface for the _MqttServerOptions_. -* [Server] Added packet statistics for the connected clients. -* [Server] Fixed a security issue which sends retained packages to a failed subscription. -* [Server] Fixed the response (MaximumQoS) of a subscription (Thanks to @redbeans2017). -* [Server] The keep alive timeouts are now checked for every client (Thanks to @RainerMueller82). -* [Server] The used IP addresses can be specified now (IPAddress.Any as default). + * [Core] Fixed some still thread blocking parts in the code (thanks to @kpreisser). +* [Core] Updated 3rd-Party packages. +* [Client] The client interfaces are now implementing _IDisposable_. +* [Server] Fixed an issue which lets the server block 1 second after accepting a new connection. - Copyright Christian Kratky 2016-2017 + Copyright Christian Kratky 2016-2018 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 @@ -75,7 +59,6 @@ -