Release v1.60.0
Release Summary
- Bump S2N-QUIC's MSRV to 1.82.0
- (s2n-quic-dc) Increase background handshake jitter
- (s2n-quic-dc) Emit additional events for TCP connects
- (s2n-quic-dc) Add event for connection-open deduplication
- (s2n-quic-dc) Expose HandshakingPath to access entry/error after handshake completes
- (s2n-quic-dc) Properly detect truncated streams
What's Changed
- chore: bump MSRV to 1.82.0 by @boquan-fang in #2654
- ci(udeps): use nightly v1.85.0 toolchain to fix udeps by @boquan-fang in #2658
- ci(GithubAction): only run aws credential on upstream s2n-quic by @boquan-fang in #2656
- fix(dc/wireshark): Provide Rust edition to bindgen by @goatgoose in #2663
- build(deps): update bindgen requirement from 0.71 to 0.72 in /tools/xdp by @dependabot in #2660
- Revert "ci(GithubAction): only run aws credential on upstream s2n-quic" by @boquan-fang in #2666
- fix(ci): skip max_total_test for cargotiming job by @boquan-fang in #2665
- build(deps): update prost requirement from 0.13 to 0.14 by @dependabot in #2667
- feat(s2n-quic-dc): Increase background handshake jitter by @Mark-Simulacrum in #2670
- build(deps): revert update of prost requirement from 0.13 to 0.14 by @tautschnig in #2671
- build(deps): bump docker/setup-buildx-action from 3.10.0 to 3.11.0 by @dependabot in #2672
- build(deps): bump docker/setup-buildx-action from 3.11.0 to 3.11.1 by @dependabot in #2673
- build(deps): update prost requirement from 0.13 to 0.14 by @dependabot in #2674
- feat(s2n-quic-dc): Define dcQUIC stream connect events by @Mark-Simulacrum in #2675
- Emit event for deduplicated connection opens by @Mark-Simulacrum in #2677
- ci: remove skipping tests for cargotiming by @boquan-fang in #2680
- feat(s2n-quic-dc): Expose dc::HandshakingPath publicly by @Mark-Simulacrum in #2679
- fix(s2n-quic-dc): detect truncated streams by @Mark-Simulacrum in #2681
- chore: release v1.60.0 by @CarolYeh910 in #2683
New Contributors
- @CarolYeh910 made their first contribution in #2683
Full Changelog: v1.59.0...v1.60.0