mirror of
https://github.com/boostorg/beast.git
synced 2025-08-01 22:04:34 +02:00
Set version to 353
This commit is contained in:
committed by
Mohammad Nejati
parent
e42cf8a1e4
commit
1f20c4b29c
38
CHANGELOG.md
38
CHANGELOG.md
@@ -1,13 +1,23 @@
|
|||||||
|
Version 353:
|
||||||
|
|
||||||
|
* Fix unreachable code warning in `buffers_cat.hpp`
|
||||||
|
* Fix zlib name conflicts
|
||||||
|
* Status code list confirms with IANA registry
|
||||||
|
* Add `const_iterator` to `buffers_adaptor::subrange`
|
||||||
|
* Improve documentation
|
||||||
|
|
||||||
|
--------------------------------------------------------------------------------
|
||||||
|
|
||||||
Version 352:
|
Version 352:
|
||||||
|
|
||||||
* Fixed paragraph separation issue in the documentation
|
* Fix paragraph separation issue in the documentation
|
||||||
* Improved documentation for `http::message::prepare_payload()`
|
* Improve documentation for `http::message::prepare_payload()`
|
||||||
* Strengthened the buffer contract on `flat_buffer` and `flat_static_buffer`
|
* Strengthen the buffer contract on `flat_buffer` and `flat_static_buffer`
|
||||||
* Added a non-allocating overload for the error category message function
|
* Add a non-allocating overload for the error category message function
|
||||||
* Replaced internal uses of `beast::bind_front_handler` with `asio::prepend`
|
* Replace internal uses of `beast::bind_front_handler` with `asio::prepend`
|
||||||
* Specialized `asio::associator` for `bind_wrapper` and `bind_front_wrapper`
|
* Specialize `asio::associator` for `bind_wrapper` and `bind_front_wrapper`
|
||||||
* Fixed an infinite loop bug in `websocker_server_awaitable.cpp`
|
* Fix an infinite loop bug in `websocker_server_awaitable.cpp`
|
||||||
* Fixed the write loop in advanced server examples
|
* Fix the write loop in advanced server examples
|
||||||
|
|
||||||
--------------------------------------------------------------------------------
|
--------------------------------------------------------------------------------
|
||||||
|
|
||||||
@@ -21,21 +31,21 @@ Version 350:
|
|||||||
|
|
||||||
* Allocation and invocation hooks are removed
|
* Allocation and invocation hooks are removed
|
||||||
* `detail::bind_default_executor` helper is removed
|
* `detail::bind_default_executor` helper is removed
|
||||||
* Improved documentation for `websocket::stream::async_write_some`
|
* Improve documentation for `websocket::stream::async_write_some`
|
||||||
|
|
||||||
--------------------------------------------------------------------------------
|
--------------------------------------------------------------------------------
|
||||||
|
|
||||||
Version 349:
|
Version 349:
|
||||||
|
|
||||||
* Added support for `immediate_executor`
|
* Add support for `immediate_executor`
|
||||||
* `BOOST_ASIO_INITFN_AUTO_RES` replaces `BOOST_ASIO_INITFN_RESULT_TYPE`
|
* `BOOST_ASIO_INITFN_AUTO_RES` replaces `BOOST_ASIO_INITFN_RESULT_TYPE`
|
||||||
* Updated license info for `work_guard`
|
* Update license info for `work_guard`
|
||||||
* Corrected handler requirements of ping/pong
|
* Correct handler requirements of ping/pong
|
||||||
* Improved Drone caching
|
* Improve Drone caching
|
||||||
* `server-flex-awaitable` example now resets parser
|
* `server-flex-awaitable` example now resets parser
|
||||||
* OpenSSL 1.1.1.2100 or later is required for x86
|
* OpenSSL 1.1.1.2100 or later is required for x86
|
||||||
* GCC 5.0 or later is required
|
* GCC 5.0 or later is required
|
||||||
* Introduced self-hosted GitHub actions runners
|
* Introduce self-hosted GitHub actions runners
|
||||||
* Minor documentation fixes and updates
|
* Minor documentation fixes and updates
|
||||||
|
|
||||||
--------------------------------------------------------------------------------
|
--------------------------------------------------------------------------------
|
||||||
|
@@ -83,7 +83,7 @@ endfunction()
|
|||||||
#
|
#
|
||||||
#-------------------------------------------------------------------------------
|
#-------------------------------------------------------------------------------
|
||||||
|
|
||||||
project (Beast VERSION 352)
|
project (Beast VERSION 353)
|
||||||
|
|
||||||
set_property (GLOBAL PROPERTY USE_FOLDERS ON)
|
set_property (GLOBAL PROPERTY USE_FOLDERS ON)
|
||||||
option (Beast_BUILD_EXAMPLES "Build examples" ON)
|
option (Beast_BUILD_EXAMPLES "Build examples" ON)
|
||||||
|
@@ -20,7 +20,7 @@
|
|||||||
This is a simple integer that is incremented by one every
|
This is a simple integer that is incremented by one every
|
||||||
time a set of code changes is merged to the develop branch.
|
time a set of code changes is merged to the develop branch.
|
||||||
*/
|
*/
|
||||||
#define BOOST_BEAST_VERSION 352
|
#define BOOST_BEAST_VERSION 353
|
||||||
|
|
||||||
// A string describing BOOST_BEAST_VERSION, that can be used in http headers.
|
// A string describing BOOST_BEAST_VERSION, that can be used in http headers.
|
||||||
#define BOOST_BEAST_VERSION_STRING "Boost.Beast/" BOOST_STRINGIZE(BOOST_BEAST_VERSION)
|
#define BOOST_BEAST_VERSION_STRING "Boost.Beast/" BOOST_STRINGIZE(BOOST_BEAST_VERSION)
|
||||||
|
Reference in New Issue
Block a user