From 4aa4a12e476709ff2c03f76fab46b146f2979773 Mon Sep 17 00:00:00 2001 From: christian <6939810+chkr1011@users.noreply.github.com> Date: Mon, 2 Dec 2024 10:40:05 +0100 Subject: [PATCH] Update release notes --- Source/ReleaseNotes.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Source/ReleaseNotes.md b/Source/ReleaseNotes.md index 629ad7e8c..47fc8a553 100644 --- a/Source/ReleaseNotes.md +++ b/Source/ReleaseNotes.md @@ -8,4 +8,5 @@ * Namespace changes **(BREAKING CHANGE)** * Removal of Managed Client **(BREAKING CHANGE)** * Client: MQTT 5.0.0 is now the default version when connecting with a server **(BREAKING CHANGE)** -* Server: Set default for "MaxPendingMessagesPerClient" to 1000 **(BREAKING CHANGE)** \ No newline at end of file +* Server: Set default for "MaxPendingMessagesPerClient" to 1000 **(BREAKING CHANGE)** +* Server: Set SSL version to "None" which will let the OS choose the version **(BREAKING CHANGE)** \ No newline at end of file