ReleaseNotes.md 774 字节
Newer Older
1
* [Core] Add validation of maximum string lengths (#1718).
C
Christian 已提交
2 3
* [Core] Added .NET 4.8 builds (#1729).
* [Core] Exposed more details of DISCONNECT packet in log (#1729).
4
* [Client] Added overloads for setting packet payload and will payload (#1720).
C
Christian 已提交
5
* [Client] The proper connect result is now exposed in the _Disconnected_ event when authentication fails (#1139).
6
* [Client] Exposed _UseDefaultCredentials_ and more for Web Socket options and proxy options (#1734, thanks to @impworks).
C
Christian 已提交
7 8
* [Client] Exposed more TLS options (#1729).
* [Client] Fixed wrong return code conversion (#1729).
9
* [Server] Improved performance by changing internal locking strategy for subscriptions (#1716, thanks to @zeheng).
C
Christian 已提交
10
* [Server] Exposed more properties in _ClientConnectedEventArgs_ (#1738).