From ff42f6c1e472f24326bd97fa72c9b287bfc771f5 Mon Sep 17 00:00:00 2001 From: Christian <6939810+chkr1011@users.noreply.github.com> Date: Tue, 30 Jan 2024 18:00:35 +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 e04b0b0d2..ff28cadd7 100644 --- a/.github/workflows/ReleaseNotes.md +++ b/.github/workflows/ReleaseNotes.md @@ -1,3 +1,4 @@ +* [Client] Exposed the _EndPoint_ type to support other endpoint types (like Unix Domain Sockets) in client options (#1919). * [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).