2
0
mirror of https://github.com/boostorg/website.git synced 2026-01-19 04:42:17 +00:00

Add MQTT5 release notes

This commit is contained in:
biljazovic
2025-08-06 10:22:20 +02:00
committed by Peter Dimov
parent 3bd6e7d325
commit b48e4ceca8

View File

@@ -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`