Release: v1.7.0
Weekly release for July 21 2022
What's Changed
- feat(s2n-quic-core): Adds recv datagram provider example by @maddeleine in #1375
- fix(s2n-quic-core): use max_ack_delay from the peer for RttEstimator by @WesleyRosenblum in #1385
- feat(s2n-quic-core): add cause to Mtu Updated event by @WesleyRosenblum in #1386
- feat(s2n-quic-core): use random generator to determine next bandwidth probe in BBRv2 by @WesleyRosenblum in #1387
- feat(s2n-quic-core): add more information to frame events by @camshaft in #1362
- fix(s2n-quic-core): disable resetting congestion window after blackhole is detected. by @nsdyoshi in #1389
- chore(s2n-quic-transport): fix directory structure by @toidiu in #1391
- Single region deployment of netbench test by @orrinni in #1384
- feat(s2n-quic-sim): add simulation testing environment by @camshaft in #1346
- ci: pin pyshark dependency by @camshaft in #1396
- fix(s2n-quic-core) F64 to usize Conversion by @maddeleine in #1395
- fix(s2n-quic-transport): make state dumping explicit and opt-in by @camshaft in #1398
- build: remove testing crates in dockerfile build by @camshaft in #1403
- fix(s2n-quic-transport): fix clippy beta warnings by @camshaft in #1390
- feat(s2n-quic-core): implement RTT probing logic in BBRv2 by @WesleyRosenblum in #1393
- fix(s2n-quic-transport): enforce inclusive bound on stream limits by @toidiu in #1402
- refactor(s2n-quic-transport): refactor stream controller by @toidiu in #1404
- docs(s2n-quic): Adding Readme for Unreliable Datagram Example by @maddeleine in #1401
- feat(s2n-quic-core): implement BBRv2 state machine by @WesleyRosenblum in #1405
- deps(s2n-quic-tls): update s2n-tls to 0.0.9 by @camshaft in #1399
- build: set rust-version in manifest by @camshaft in #1400
- feat(s2n-quic-core): Add congestion limited to recovery metrics by @WesleyRosenblum in #1410
- ci: allow unicode license by @camshaft in #1411
- feat(s2n-quic-core): Updating BBRv2 control parameters by @WesleyRosenblum in #1409
- feat(s2n-quic-tls): client hostname verify callback by @bdonlan in #1413
- feat(s2n-quic-transport): emit ack range received event by @toidiu in #1414
- feat(s2n-quic-core): Handle loss and idle restart in BBRv2 by @WesleyRosenblum in #1415
- chore(s2n-quic): release 1.7.0 by @dougch in #1419
New Contributors
Full Changelog: v1.6.1...v1.7.0