Sourced from quinn-proto's releases.
quinn-proto 0.11.5
What's Changed
- No workspace lints by
@Ralith
in quinn-rs/quinn#1955quinn-proto 0.11.4
What's Changed
- Fix panic in example due to unset default crypto provider by
@Ralith
in quinn-rs/quinn#1882- Fix zero-length connection IDs by
@Ralith
in quinn-rs/quinn#1883- Add support for NetBSD, fix OpenBSD by
@flub
in quinn-rs/quinn#1884- docs(udp): replace AsRawFd and AsRawSocket with AsFd and AsSocket by
@mxinden
in quinn-rs/quinn#1890- Resolve stopped/received_reset futures on lost connections by
@Ralith
in quinn-rs/quinn#1886- Bump version numbers (quinn 0.11.2, -proto 0.11.3) by
@djc
in quinn-rs/quinn#1891- udp: bump version to 0.5.2 by
@djc
in quinn-rs/quinn#1892- docs(quinn): Clarify effects of setting AckFrequencyConfig by
@gretchenfrage
in quinn-rs/quinn#1894- Apply clippy suggestions from Rust 1.79 by
@djc
in quinn-rs/quinn#1895- Only send MAX_STREAMS when >1/8 of flow control window is consumed by
@Ralith
in quinn-rs/quinn#1898- fix: remove unused dependency tracing-attributes by
@mxinden
in quinn-rs/quinn#1903- proto: make initial destination cid configurable by
@thynson
in quinn-rs/quinn#1897- Allow configuring rng seed through
EndpointConfig
by@aochagavia
in quinn-rs/quinn#1901- quinn: introduce waking helpers by
@djc
in quinn-rs/quinn#1908- Wake blocked streams on 0-RTT rejection by
@Ralith
in quinn-rs/quinn#1905- Upgrade to rustc-hash 2 by
@djc
in quinn-rs/quinn#1909- Fix unnecessary Incoming warning on Endpoint drop by
@gretchenfrage
in quinn-rs/quinn#1907- Revise and add additional 0-rtt doc comments by
@gretchenfrage
in quinn-rs/quinn#1826- docs: remove reference to sendmmsg by
@mxinden
in quinn-rs/quinn#1914- Fix debug assert with reordered ACKs by
@Ralith
in quinn-rs/quinn#1893- quinn: Make
Endpoint::client
dual-stack V6 by default by@gretchenfrage
in quinn-rs/quinn#1913- bench(udp): measure non-GSO & GSO on localhost by
@mxinden
in quinn-rs/quinn#1915- proto: avoid overflow in handshake done statistic by
@djc
in quinn-rs/quinn#1918- Use workspace dependencies for all external dependencies by
@djc
in quinn-rs/quinn#1919- Fix lack of reexport of ConnectionStats and ResetError by
@TirushOne
in quinn-rs/quinn#1920- [non-breaking] deps(udp): make tracing optional and add optional log by
@mxinden
in quinn-rs/quinn#1923- fix(udp): feature flag tracing in windows.rs by
@mxinden
in quinn-rs/quinn#1932- Bump MSRV to 1.70 following tokio 1.39 by
@djc
in quinn-rs/quinn#1939- Raise default idle timeout to 30 seconds by
@Ralith
in quinn-rs/quinn#1938- Discard pre-handshake packets after the handshake by
@Ralith
in quinn-rs/quinn#1937- Apply suggestions from Clippy 1.80 by
@djc
in quinn-rs/quinn#1941- chore(quinn): feature flag socket2 imports by
@mxinden
in quinn-rs/quinn#1933- refactor: move rust-version to workspace Cargo.toml by
@mxinden
in quinn-rs/quinn#1940- chore: move common package data to workspace Cargo.toml by
@mxinden
in quinn-rs/quinn#1943- Endpoint stats interface by
@ryleung-solana
in quinn-rs/quinn#1900- Expose the Handshake Confirmed state by
@Ralith
in quinn-rs/quinn#1944- Exclude metrics with freestanding getters from EndpointStats by
@Ralith
in quinn-rs/quinn#1945- Fix incorrect initial DCID indexing on retried connections by
@Ralith
in quinn-rs/quinn#1946- Add expect message to unwrap in PacketBuilder by
@casey
in quinn-rs/quinn#1951- Revert "proto: yield transport error for Initial packets with no CRYPTO" by
@Ralith
in quinn-rs/quinn#1952- refactor(udp): introduce log facade by
@mxinden
in quinn-rs/quinn#1935- Update cargo-deny-action to v2 by
@djc
in quinn-rs/quinn#1953
... (truncated)
7c09b02
proto: bump version to 0.11.8 for release (#1981)59bccd2
Version bump quinn
to enforce patched
quinn-proto
a8ec510
proto: avoid panicking on rustls server config errorsc26e8cd
Bump versionse01609c
Merge commit from forkc292a3c
Fix and test validation of IDCID lengthbb02a12
fix(.github/android): use API level 265e5cc93
fix(.github/android): pass matrix.target and increase api to v26cef42cc
fix(udp): typo in sendmsg error logedf16a6
ci(rust.yml): add workflow testing feature permutations