Skip to content

Commit

Permalink
Boost 1.86 release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
ashtum committed Jul 9, 2024
1 parent ef10d6e commit fd854b2
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions doc/qbk/release_notes.qbk
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,40 @@

[/-----------------------------------------------------------------------------]

[heading Boost 1.86]

[*API Changes]

* [issue 2878] Add HTTP status code 418 `I'm a teapot`

[*Fixes]

* [issue 2897] Narrowing conversion in `read_size_hint_db()`
* [issue 2893] Overloads that are ambiguous when using default completion tokens
* [issue 2517] Misplaced static_assert in `http::basic_fields` move-assignment operator
* [issue 2880] Underflow of `bytes_transferred` in WebSocket partial write operations
* [issue 2879] `websocket::stream::read_size_hint()` does not exceed `read_message_max`
* [issue 2877] Various warnings in tests
* [issue 2872] Error handling in SSL shutdown operations in examples
* [issue 2869] Annotate fallthrough case in zlib
* [issue 2866] Handling of expired timers in `basic_stream::ops::transfer_op`
* [issue 2864] Ambiguity in `test::basic_stream` constructor overloads
* [issue 2861] Partial parsing of the final chunk in `http::parser`

[*Improvements]

* [issue 2897] Graceful shutdown in `server_flex_awaitable` example
* [issue 2897] Simplified awaitable examples
* [issue 2888] Add fuzzing targets
* [issue 2875] Remove superfluous uses of `std::bind` in some examples
* [issue 2875] `ssl_stream` does not use `flat_stream`

[*Documentation]

* [issue 2875] `ssl_stream` and `flat_stream` marked as deprecated
* [issue 2875] `net::ssl::stream` is canonical in snippets and examples
* [issue 2872] Add `SSL/TLS Shutdown Procedure` section

[heading Boost 1.85]

[*API Changes]
Expand Down

0 comments on commit fd854b2

Please sign in to comment.