2
0
mirror of https://github.com/boostorg/website.git synced 2026-01-24 18:32:38 +00:00

Add release notes for Beast

This commit is contained in:
Mohammad Nejati
2024-03-14 15:12:30 +00:00
parent 28ccd00777
commit 99e4a693cd

View File

@@ -41,6 +41,28 @@ Please keep the list of libraries sorted in lexicographical order.
* Fixed `named_condition_any` fails to notify ([github interprocess 62])
]
* [phrase library..[@/libs/beast/ Beast]:]
* API Changes
* The status code list has been updated to conform with the IANA registry.
* Fixes
* Unreachable code warning in `buffers_cat.hpp`.
* Connection error handling in `websocker_server_awaitable` example.
* Concurrent calls to `async_write` in advanced server examples.
* zlib name conflicts with minizip.
* host string should be updated after `SSL_set_tlsext_host_name()`.
* Improvements
* `asio::associator` is specialized for `bind_wrapper` and `bind_front_wrapper`.
* Add non-allocating overload for error category message function.
* Documentation
* Specifies when calling `http::message::prepare_payload()` is optional.
* Operations affected by `basic_stream::expires_after()`.
* `teardown()` and `async_teardown()` are customization points.
* Moving or copying `http::serializer` after first usage is undefined behaviour.
* `websocket::permessage_deflate` should be configured before performing the WebSocket handshake.
* `bytes_transferred` in http reads operations reports the number of bytes consumed by the HTTP parser.
* Acknowledgements
* Emile Cormier, JohannesWilde, yhzx233
* [phrase library..[@/libs/bind/ Bind]:]
* C++03 is no longer supported; a C++11 compiler is required.
(This includes GCC 4.7 or later, and MSVC 12.0 (VS 2013) or later.)