ReleaseNotes.md 928 字节
Newer Older
C
Christian 已提交
1
* [Core] Added net7.0 builds (#1635, thanks to @YAJeff).
C
Christian 已提交
2 3
* [Client] Added support for passing MQTT v5 options (User properties etc.) for disconnects.
* [Client] An internal exception is no longer caught silently when calling _DisconnectAsync_ to indicate that the disconnect is not clean (BREAKING CHANGE).
C
Christian 已提交
4
* [Client] MQTTv5 features are now checked and an exception is thrown if they are used when using protocol version 3.1.1 and lower. These checks can be disabled in client options. (BREAKING CHANGE!).
C
Christian 已提交
5
* [Server] Exposed MQTT v5 sent properties from the affected client in _ClientDisconnectedAsync_ event.
C
Christian 已提交
6
* [Server] Fixed wrong client ID passed to _InterceptingUnsubscriptionEventArgs_ (#1631, thanks to @ghord). 
7
* [Server] Exposed socket settings for TCP keep alive in TCP options (#1544).
C
Christian 已提交
8
* [Server] Exposed server session items at server level and allow custom session items for injected application messages (#1638).