|
|
@@ -10,20 +10,22 @@ |
|
|
|
<iconUrl>https://raw.githubusercontent.com/chkr1011/MQTTnet/master/Images/Logo_128x128.png</iconUrl> |
|
|
|
<requireLicenseAcceptance>false</requireLicenseAcceptance> |
|
|
|
<description>MQTTnet is a high performance .NET library for MQTT based communication. It provides a MQTT client and a MQTT server (broker).</description> |
|
|
|
<releaseNotes>* [Core] Merged the .NET Framwork and netstandard projects (Thanks to @JanEggers) |
|
|
|
<releaseNotes>* [Core] Merged the platform specific projects (Thanks to @JanEggers) |
|
|
|
* [Core] Migrated the trace to a non-static approach (Breaking Change!) |
|
|
|
* [Core] Added a builder for application messages using a fluent API |
|
|
|
* [Core] Introduced CI (Thanks to @JanEggers) |
|
|
|
* [Core] Introduced CI and DI (Thanks to @JanEggers) |
|
|
|
* [Core] Added interfaces for publishing and receiving which applies to every client and server (Thanks to @ChristianRiedl) |
|
|
|
* [Core] Fixed an issue when reading from closed streams |
|
|
|
* [Client] Added a first version of a managed client which will manage the connection, subscription etc. automatically (Thanks to @JTrotta) |
|
|
|
* [Client] The session state response from the server is now returned in the _ConnectAsync_ method and also part of the _Connected_ event args |
|
|
|
* [Client] Added a _TopicFilterBuilder_ using a fluent API (Namespace Changes!) |
|
|
|
* [Client] Added several new options for the WebSocket channel (Thanks to @ChristianRiedl) |
|
|
|
* [Client] Refactored the options and added a builder using a fluent API (Breaking Change!) |
|
|
|
* [Client] Added more options for WebSocket connections like RequestHeaders, SubProtocol etc. |
|
|
|
* [Server] Added support for WebSockets via ASP.NET Core 2.0 (Thanks to @ChristianRiedl) |
|
|
|
* [Server] Added support for WebSockets via ASP.NET Core 2.0 (additional nuget) (Thanks to @ChristianRiedl, @JanEggers) |
|
|
|
* [Server] Added support for a custom application message interceptor |
|
|
|
* [Server] Fixed an issue with dropped connections on UWP (Thanks to @haeberle) |
|
|
|
* [Server] Added support for a custom subscription interceptor which allows denying of subscriptions and closing the connection |
|
|
|
</releaseNotes> |
|
|
|
<copyright>Copyright Christian Kratky 2016-2017</copyright> |
|
|
|
<tags>MQTT Message Queue Telemetry Transport MQTTClient MQTTServer Server MQTTBroker Broker NETStandard IoT InternetOfThings Messaging Hardware Arduino Sensor Actuator M2M ESP Smart Home Cities Automation</tags> |
|
|
|