Skip to content

Releases: aws/s2n-quic

Release: v1.18.0

03 Apr 22:14
6967836
Compare
Choose a tag to compare

Weekly release for April 03 2023

What's Changed

New Contributors

Full Changelog: v1.17.1...v1.18.0

Release: v1.17.1

22 Mar 22:43
a6c8fbe
Compare
Choose a tag to compare

Weekly release for March 22 2023

What's Changed

New Contributors

Full Changelog: v1.16.0...v1.17.1

Release: v1.16.0

07 Feb 21:35
8111eb3
Compare
Choose a tag to compare

Weekly release for February 07 2023

What's Changed

New Contributors

Full Changelog: v1.15.0...v1.16.0

Release: v1.15.0

10 Jan 19:35
f16adfa
Compare
Choose a tag to compare

Weekly release for January 10 2023

What's Changed

Full Changelog: v1.14.0...v1.15.0

Release: v1.14.0

13 Dec 18:32
2a4552a
Compare
Choose a tag to compare

Weekly release for December 13 2022

What's Changed

New Contributors

Full Changelog: v1.13.0...v1.14.0

Release: v1.13.0

28 Nov 17:54
625f59e
Compare
Choose a tag to compare

Weekly release for November 28 2022

What's Changed

New Contributors

Full Changelog: v1.12.0...v1.13.0

Release: v1.12.0

10 Nov 18:27
20cd4be
Compare
Choose a tag to compare

Weekly release for November 10 2022

What's Changed

New Contributors

Full Changelog: v1.11.0...v1.12.0

Release: v1.11.0

21 Oct 21:29
84e3430
Compare
Choose a tag to compare

Weekly release for October 21 2022

Release: v1.10.0

06 Oct 03:27
17826d9
Compare
Choose a tag to compare

Weekly release for October 06 2022

What's Changed

Full Changelog: v1.9.2...v1.10.0

Release: v1.9.2

03 Oct 18:07
719300e
Compare
Choose a tag to compare

Weekly release for October 03 2022

What's Changed

  • test(s2n-quic-core): Add more BBRv2 unit tests by @WesleyRosenblum in #1479
  • fix(s2n-quic-core): adjust BBR congestion window on MTU update by @WesleyRosenblum in #1481
  • fix(s2n-quic-core): record on_slow_start_exited event for all acks by @WesleyRosenblum in #1482
  • ci: use published duvet by @camshaft in #1483
  • chore: bump msrv to 1.57 by @camshaft in #1496
  • fix(s2n-quic-transport): cancel ack_delay_timer after ACK transmission by @camshaft in #1490
  • fix(s2n-quic-transport): denormalize ACK interest for CID registries by @camshaft in #1492
  • fix(s2n-quic-transport): only update blocked_sync_period on significant changes by @camshaft in #1493
  • fix(s2n-quic-core): optimized weighted add in RTT estimates by @camshaft in #1491
  • fix(s2n-quic-transport): optimize at_amplification_limit function by @camshaft in #1494
  • fix(s2n-quic-core): check weighted_average difference based on weight in nanos by @camshaft in #1501
  • test: remove integration tests in favor of unit by @camshaft in #1503
  • test(s2n-quic-transport): add a bolero harness for interval_set insert by @zhassan-aws in #1506
  • test(s2n-quic-core) Kani proofs for VarInt + Random by @franklee26 in #1509
  • tests(s2n-quic-core): add fuzz test/kani proof for sliding window insertion by @WesleyRosenblum in #1505
  • fix(s2n-quic-core): don't reduce lower bounds during BBR startup by @WesleyRosenblum in #1510
  • fix(s2n-quic-transport): optimize the receive buffer by @camshaft in #1497
  • fix(s2n-quic-platform): only zeroize buffers on drop by @camshaft in #1495
  • fix: apply clippy fixes from stable and beta by @camshaft in #1513
  • fix(s2n-quic-transport): make Ack + Padding packets not congestion controlled by @WesleyRosenblum in #1514
  • fix(s2n-quic-core): remove modulate cwnd for recovery in BBR by @WesleyRosenblum in #1512
  • fix(s2n-quic-core): optimize packet number decoding by @camshaft in #1498
  • fix(s2n-quic-core): allow cwnd to grow past max_inflight while less than 2 * initial_cwnd by @WesleyRosenblum in #1515
  • fix(s2n-quic-core): base BBR is_slow_start on the full pipe estimator by @WesleyRosenblum in #1516
  • chore: release 1.9.2 by @camshaft in #1517

New Contributors

Full Changelog: v1.9.1...v1.9.2