File tree Expand file tree Collapse file tree 1 file changed +34
-0
lines changed Expand file tree Collapse file tree 1 file changed +34
-0
lines changed Original file line number Diff line number Diff line change 11
11
12
12
[/-----------------------------------------------------------------------------]
13
13
14
+ [heading Boost 1.86]
15
+
16
+ [*API Changes]
17
+
18
+ * [issue 2878] Added HTTP status code 418 `I'm a teapot`
19
+
20
+ [*Fixes]
21
+
22
+ * [issue 2879] Narrowing conversion in `read_size_hint_db()`
23
+ * [issue 2893] Overloads that are ambiguous when using default completion tokens
24
+ * [issue 2517] Misplaced static_assert in `http::basic_fields` move-assignment operator
25
+ * [issue 2880] Underflow of `bytes_transferred` in WebSocket partial write operations
26
+ * [issue 2879] `websocket::stream::read_size_hint()` does not exceed `read_message_max`
27
+ * [issue 2877] Various warnings in tests
28
+ * [issue 2872] Error handling in SSL shutdown operations in examples
29
+ * [issue 2869] Annotate fallthrough case in zlib
30
+ * [issue 2866] Handling of expired timers in `basic_stream::ops::transfer_op`
31
+ * [issue 2864] Ambiguity in `test::basic_stream` constructor overloads
32
+ * [issue 2861] Partial parsing of the final chunk in `http::parser`
33
+
34
+ [*Improvements]
35
+
36
+ * [issue 2897] Graceful shutdown in `server_flex_awaitable` example
37
+ * [issue 2897] Simplified awaitable examples
38
+ * [issue 2888] Added fuzzing targets
39
+ * [issue 2875] Removed superfluous uses of `std::bind` in some examples
40
+ * [issue 2875] `ssl_stream` does not use `flat_stream`
41
+
42
+ [*Documentation]
43
+
44
+ * [issue 2875] `ssl_stream` and `flat_stream` marked as deprecated
45
+ * [issue 2875] `net::ssl::stream` is canonical in snippets and examples
46
+ * [issue 2872] Added `SSL/TLS Shutdown Procedure` section
47
+
14
48
[heading Boost 1.85]
15
49
16
50
[*API Changes]
You can’t perform that action at this time.
0 commit comments