Fixes potential issues building rustls-platform-verifier 0.4.x with rustls 0.23.24 and newer by upgrading to rustls-platform-verifier 0.5.x. Also contains a large number of small bug fixes and improvements and (hopefully) fixes the broken docs on docs.rs.
We added @gretchenfrage as a maintainer, thanks for all your contributions so far and hope for many more!
What's Changed
- Avoid FIPS in docs.rs builds by @djc in #2040
- chore(ci): Remove workaround for broken
cc
version by @matheus23 in #2044 - Account for probe size limits before coalescing by @Ralith in #2046
- chore: Fix
cargo clippy
issues by @larseggert in #2051 - Allow Unicode 3.0 license by @djc in #2059
- Improve time accounting for Incoming by @Ralith in #2055
- docs: Correct MSRV in README by @gretchenfrage in #2060
- #2057: Use randomly generated GREASE transport parameter. by @mstyura in #2058
- Bump MSRV to 1.71 by @djc in #2068
- proto: split config module by @djc in #2067
- #2057: Shuffle outgoing transport parameters. by @mstyura in #2066
- Use
Async::new_nonblocking
to avoid redundant socket configuration by @BigWingBeat in #2077 - feat(quinn-proto): unhide
quinn_proto::coding
by @dignifiedquire in #2078 - tests(quinn): Ignore stress tests by default by @gretchenfrage in #2075
- Minor style changes by @gretchenfrage in #2081
- Fix CI by @gretchenfrage in #2082
- quinn: Remove obsolete must_use for futures by @gretchenfrage in #2087
- docs(quinn): Tweak Connecting docs by @gretchenfrage in #2088
- Adjust terminology regarding tokens by @gretchenfrage in #2086
- Gate PLPMTUD should_panic test on debug_assertions by @gretchenfrage in #2091
- proto: Refactor TokenDecodeError by @gretchenfrage in #2085
- proto: Connection side enum by @gretchenfrage in #2084
- Make SystemTime mockable via object by @gretchenfrage in #2089
- Factor out
IncomingToken
by @gretchenfrage in #2094 - proto: replace hidden field with From impl by @djc in #2099
- Implement Default for ClosedStream by @gretchenfrage in #2103
- Un-hide get_max_udp_payload_size by @gretchenfrage in #2102
- quinn: Make SendStream::poll_stopped private by @gretchenfrage in #2100
- Token tweaks by @djc in #2098
- Un-hide force_key_update / initiate_key_update by @gretchenfrage in #2101
- Unhide ecn variants by @gretchenfrage in #2105
- proto: Remove superfluous
#[doc(hidden)]
fuzzing by @gretchenfrage in #2104 - proto: Pass
SocketAddr
by value by @gretchenfrage in #2107 - proto: Refactor Endpoint::handle by @gretchenfrage in #2106
- Remove
use self::
occurrences by @gretchenfrage in #2108 - Remove various obselete
allow
directives by @gretchenfrage in #2113 - build(deps): update rustls-platform-verifier requirement from 0.4 to 0.5 by @dependabot in #2115
- proto: Minor refactors to
Endpoint.handle
by @gretchenfrage in #2112 - proto: Pass
ConnectionId
by value internally by @gretchenfrage in #2109 - proto: Token encode refactors by @gretchenfrage in #2110
- proto: Reduce size of
Endpoint.handle
by @gretchenfrage in #2116 - Add gretchenfrage as a maintainer by @djc in #2117
- proto: remove redundant cursors by @Ralith in #2119
- proto: Replace calls to Duration::new by @gretchenfrage in #2120
- tests: avoid ICE in beta by @djc in #2131
- fix(.github/codecov): Ignore aws-lc-rs-fips for codecov by @dongcarl in #2023
- feat(quinn,quinn-udp): Avoid
socket2
andstd::net::UdpSocket
dependencies inwasm32-unknown-unknown
target by @matheus23 in #2037 - Simplify weirdly broken test code by @djc in #2134
- Utilize NEW_TOKEN frames by @gretchenfrage in #1912
- test(proto): Fix wasm CI by @gretchenfrage in #2139
- fix(quinn):
impl tokio::io::AsyncWrite for SendStream
by @matheus23 in #2141 - Allow the NCSA license by @djc in #2148
- Upgrade to rand 0.9 by @djc in #2144
- add test for retry token expired by @yohachiSuga in #2149
- Remove use of Instant::now() in BBR bandwidth estimation code by @recatek in #2157
- Clippy 1.85, 2024 style by @djc in #2159
- Makes poll_read_buf public by @Kannen in #2161
- Fix minor inter-version build issues by @Ralith in #2162
- refactor: move sending path_challenge to its own function by @divagant-martian in #2165
- Minor TLP composition improvements by @Ralith in #2169