File tree Expand file tree Collapse file tree 3 files changed +13
-2
lines changed Expand file tree Collapse file tree 3 files changed +13
-2
lines changed Original file line number Diff line number Diff line change
1
+ Version 355:
2
+
3
+ * awaitable examples are simplified
4
+ * server-flex-awaitable example demonstrates an explicit, graceful shutdown
5
+ * Add fuzzing targets
6
+ * Fix overloads that are ambiguous when using default completion tokens
7
+ * Fix misplaced static_assert in ` http::basic_fields ` move-assignment operator
8
+ * Fix narrowing conversion in ` read_size_hint_db() `
9
+
10
+ --------------------------------------------------------------------------------
11
+
1
12
Version 354:
2
13
3
14
* ` ssl_stream ` and ` flat_stream ` are deprecated (Use ` net::ssl::stream ` instead)
Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ endfunction()
83
83
#
84
84
#-------------------------------------------------------------------------------
85
85
86
- project (Beast VERSION 354 )
86
+ project (Beast VERSION 355 )
87
87
88
88
set_property (GLOBAL PROPERTY USE_FOLDERS ON )
89
89
option (Beast_BUILD_EXAMPLES "Build examples" ON )
Original file line number Diff line number Diff line change 20
20
This is a simple integer that is incremented by one every
21
21
time a set of code changes is merged to the develop branch.
22
22
*/
23
- #define BOOST_BEAST_VERSION 354
23
+ #define BOOST_BEAST_VERSION 355
24
24
25
25
// A string describing BOOST_BEAST_VERSION, that can be used in http headers.
26
26
#define BOOST_BEAST_VERSION_STRING " Boost.Beast/" BOOST_STRINGIZE(BOOST_BEAST_VERSION)
You can’t perform that action at this time.
0 commit comments