Commit Graph

28 Commits

Author SHA1 Message Date
Alex Butler 2ee05d1080 Update 0.21.0 changelog 2023-12-12 13:10:10 +01:00
Daniel Abramov 3df40fd0f1 Update CHANGELOG.md
Fixes #398, #389.
2023-12-11 12:47:40 +01:00
Alex Butler 2d5b3e18de Fix auto pong responses not flushing after block
Retry pong flushes on read.
Add read_usage_auto_pong_flush scenario test
2023-12-05 22:23:31 +01:00
Alex Butler a54623ccfe Remove proposed version from changelog 2023-12-02 20:30:48 +01:00
Alex Butler 866ce20dbe Update webpki-roots to 0.26 2023-12-02 20:30:48 +01:00
Alex Butler 0f6e6517e6 Fix FrameHeader::format write & other lints 2023-12-02 00:01:17 +01:00
Daniel Abramov 8b3ecd3cc0 Update changelog 2023-09-23 14:10:53 +02:00
Daniel Abramov 6e63b17b63 Update changelog 2023-07-22 15:18:14 +01:00
Alex Butler 8f73cf03ab update changelog 2023-06-17 23:50:18 +01:00
Alex Butler 2ef5b9a5e2 Buffer writes before writing to the underlying stream
Add write_buffer_size
Set default 128 KiB
2023-05-30 18:26:59 +01:00
Alex Butler 84a54b76e6 Rename methods to `read`, `send`, `write` & `flush`
Refine docs
Add `send` method
Add deprecated versions of write_message, write_pending,
read_message
Handle pong WriteBufferFull error
Add changelog
2023-05-27 13:19:13 +01:00
Daniel Abramov 869a67ca0b Bump version 2023-04-12 12:52:18 +02:00
Daniel Abramov 72c6f6cdd0
Bump version (#322) 2022-11-28 22:47:45 +01:00
Daniel Abramov 3bc195a42f Bump version and update the changelog 2022-07-12 19:46:24 +02:00
Daniel Abramov 4e6d339a4e Update changelog, bump version 2022-02-21 15:40:27 +01:00
Daniel Abramov 6f25eaef78 general: specify the MSRV 2022-02-16 12:16:22 +01:00
Daniel Abramov 653296a1d4 Bump the version and update the changelog 2022-02-14 14:43:14 +01:00
Daniel Abramov 958fdb93d7 Update changelog and bump the version 2021-11-03 18:52:13 +01:00
Daniel Abramov 3f5fde0fb9 Remove the "unreleased" suffix from the changelog 2021-08-12 17:04:05 +02:00
Daniel Abramov 9b9f504ea1 Update the changelog 2021-08-12 17:02:16 +02:00
Dominik Nakamura 02fb5db98f
Mention changes in the changelog 2021-07-13 17:52:47 +09:00
Daniel Abramov 2f40edb91e Update the changelog 2021-07-10 13:16:51 +02:00
Daniel Abramov 6f56461f0f Update the changelog 2021-07-09 12:46:15 +02:00
Dominik Nakamura c101024c28
Add support for rustls as TLS backend (#166)
* Add support for rustls as TLS backend

* Use a "use-*" prefix for the TLS features

* Only enable rustls if native-tls is not enabled

* Allows several TLS components to coexist

* Update docs for rustls mentions

* Enable all features on docs.rs

* Rename TLS feature flags from "use-*" to "*-tls"

* Make native-tls the default

* Move TLS related errors to a separate enum

* Add changelog entry about rustls support

* Fix wrong naming in main error enum

* Simplify docs about tls feature flag usage
2021-02-08 13:58:42 +01:00
Maarten de Vries 96612748d1 Expose `handshake::derive_accept_key` as public API. 2021-02-06 18:41:58 +01:00
WiredSound 8b88fb2444 Remove unnecessary changelog lines 2021-01-11 12:09:07 +00:00
WiredSound 7c9e684ded Add entry to CHANGELOG.md for version 0.13.0 2021-01-09 21:46:00 +00:00
Daniel Abramov 7265a8560c Add a changelog
Fixes #45
2021-01-08 13:17:35 +01:00