Skip to content

Commit 4b7d035

Browse files
committed
Reset release notes
1 parent cb3c44f commit 4b7d035

File tree

1 file changed

+0
-20
lines changed

1 file changed

+0
-20
lines changed

.github/workflows/ReleaseNotes.md

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +0,0 @@
1-
* [Core] Added net7.0 builds (#1635, thanks to @YAJeff).
2-
* [Core] Added support for payload segments (#1585, thanks to @xljiulang)
3-
* [Client] Added support for passing MQTT v5 options (User properties etc.) for disconnects.
4-
* [Client] An internal exception is no longer caught silently when calling _DisconnectAsync_ to indicate that the disconnect is not clean (BREAKING CHANGE).
5-
* [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!).
6-
* [Client] Added support for disabling packet fragmentation (required for i.e. AWS, #1690, thanks to @logicaloud).
7-
* [Client] Added new overloads for options builder.
8-
* [Client] Renamed _InspectPackage_ to _InspectPacketAsync_ (BREAKING CHANGE).
9-
* [ManagedClient] Exposed added and removed topics in _ManagedProcessFailedEventArgs_ (#1678, thanks to @scottbrogden-iheartmedia).
10-
* [Server] Exposed MQTT v5 sent properties from the affected client in _ClientDisconnectedAsync_ event.
11-
* [Server] Fixed wrong client ID passed to _InterceptingUnsubscriptionEventArgs_ (#1631, thanks to @ghord).
12-
* [Server] Exposed socket settings for TCP keep alive in TCP options (#1544).
13-
* [Server] Exposed server session items at server level and allow custom session items for injected application messages (#1638).
14-
* [Server] Improved performance for retained message handling when subscribing using "DoNotSendOnSubscribe" or "SendAtSubscribeIfNewSubscriptionOnly" (#1661, thanks to @Int32Overflow).
15-
* [Server] Added support for changing the used TLS certificate while the server is running (#1652, thanks to @YAJeff). The certificate provider will now be invoked for every new connection!
16-
* [Server] Added a new API method which allows reading a single retained message without the need to processing the entire set of retained messages (#1659).
17-
* [Server] Added a new event (InterceptingClientEnqueueAsync) which allows intercepting when an application message is enqueued for a client (#1648).
18-
* [Server] Fixed race condition when handling connections which leads to stopped message transfers (#1677, thanks to @RazvanEmilR).
19-
* [Server] Fixed not delivered packets to other sessions if the _InterceptingClientEnqueueEvent_ is used and accepting the packet is denied (#1685, thanks to @RossHNPC).
20-
* [Server] Added missing user properties to subscribe and unsubscribe interceptor (#1702).

0 commit comments

Comments
 (0)