From b48e4ceca8f1014a37034989330727ab587f7a8b Mon Sep 17 00:00:00 2001 From: biljazovic <51300655+biljazovic@users.noreply.github.com> Date: Wed, 6 Aug 2025 10:22:20 +0200 Subject: [PATCH] Add MQTT5 release notes --- feed/history/boost_1_89_0.qbk | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/feed/history/boost_1_89_0.qbk b/feed/history/boost_1_89_0.qbk index 6d89b5db..aa1bb0b1 100644 --- a/feed/history/boost_1_89_0.qbk +++ b/feed/history/boost_1_89_0.qbk @@ -151,6 +151,11 @@ Please keep the list of libraries sorted in lexicographical order. * Fix inverse ibeta for large values of a and b * Fix variadic functions to make them safe with C++26 +* [phrase library..[@/libs/mqtt5/ MQTT5]:] + * Fixed incorrect parsing of URI paths in the list of brokers ([github mqtt5 31]). + * Default Maximum Packet Size now explicitly set in the `CONNECT` packet. ([github mqtt5 33]). + * Fixed high CPU usage with large Maximum Packet Size values ([github mqtt5 33]). + * [phrase library..[@/libs/multiprecision/ Multiprecision]:] * [*Major update.] * Adds a new backend type: `cpp_double_fp_backend`