Skip to content

Commit 29615ea

Browse files
committed
Boost 1.86 release notes
1 parent ef10d6e commit 29615ea

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed

doc/qbk/release_notes.qbk

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,40 @@
1111

1212
[/-----------------------------------------------------------------------------]
1313

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+
1448
[heading Boost 1.85]
1549

1650
[*API Changes]

0 commit comments

Comments
 (0)