From 9cbd5dd778dec7308c079dd61652d9ab573bf186 Mon Sep 17 00:00:00 2001 From: Christian <6939810+chkr1011@users.noreply.github.com> Date: Sat, 28 Jan 2023 13:08:24 +0100 Subject: [PATCH] Update ReleaseNotes.md --- .github/workflows/ReleaseNotes.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ReleaseNotes.md b/.github/workflows/ReleaseNotes.md index eee87661..4777d324 100644 --- a/.github/workflows/ReleaseNotes.md +++ b/.github/workflows/ReleaseNotes.md @@ -6,3 +6,5 @@ * [Server] Fixed wrong client ID passed to _InterceptingUnsubscriptionEventArgs_ (#1631, thanks to @ghord). * [Server] Exposed socket settings for TCP keep alive in TCP options (#1544). * [Server] Exposed server session items at server level and allow custom session items for injected application messages (#1638). +* [Server] Improved performance for retained message handling when subscribing using "DoNotSendOnSubscribe" or "SendAtSubscribeIfNewSubscriptionOnly" (#1661, thanks to @Int32Overflow). +* [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! -- GitLab