From 4214af283ae286754daa9283cac902030b6ef575 Mon Sep 17 00:00:00 2001 From: Christian <6939810+chkr1011@users.noreply.github.com> Date: Wed, 14 Feb 2024 17:47:29 +0100 Subject: [PATCH] Update ReleaseNotes.md --- .github/workflows/ReleaseNotes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ReleaseNotes.md b/.github/workflows/ReleaseNotes.md index ff28cadd7..f8f5777cd 100644 --- a/.github/workflows/ReleaseNotes.md +++ b/.github/workflows/ReleaseNotes.md @@ -1,4 +1,5 @@ * [Client] Exposed the _EndPoint_ type to support other endpoint types (like Unix Domain Sockets) in client options (#1919). +* [ManagedClient] Added support for intercepting (and cancelling) publish messages (#1915, thanks to @hannasm). * [Server] Added new events for delivered and dropped messages (#1866, thanks to @kallayj). * [Server] The server will no longer treat a client which is receiving a large payload as alive. The packet must be received completely within the keep alive boundaries (BREAKING CHANGE!, #1883). * [Server] Fixed "service not registered" exception in ASP.NET integration (#1889).