You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
* Add support for changing the protocol type on socket level* Do not set NoDelay when not supported by protocol* Update release notes* Fix release notes
Copy file name to clipboardExpand all lines: .github/workflows/ReleaseNotes.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,8 @@
1
1
*[Core] Optimized packet serialization of PUBACK and PUBREC packets for protocol version 5.0.0 (#1939, thanks to@Y-Sindo).
2
2
*[Core] The package inspector is now fully async (#1941).
3
3
*[Core] Fixed decoding of DISCONNECT packet with empty body (#1994, thanks to@Y-Sindo).
4
+
*[Client] Exposed the_EndPoint_ type to support other endpoint types (like Unix Domain Sockets) in client options (#1919).
5
+
*[Client] Fixed support for unix sockets by exposing more options (#1995).
4
6
*[Client] Added a dedicated exception when the client is not connected (#1954, thanks to@marcpiulachs).
5
7
*[Client] The client will now throw a_MqttClientUnexpectedDisconnectReceivedException_ when publishing a QoS 0 message which leads to a server disconnect (BREAKING CHANGE!,#1974, thanks to@fazho).
6
8
*[Client] Exposed the certificate selection event handler in client options (#1984).