Skip to content

Releases: aws/s2n-quic

Release v1.34.0

13 Mar 17:21
21e2bbb
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.33.0...v1.34.0

Release v1.33.0

13 Feb 20:33
cf0b40e
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.32.0...v1.33.0

Release v1.32.0

08 Dec 01:28
15fccbe
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.31.0...v1.32.0

Release v1.31.0

06 Nov 22:48
c5e7f76
Compare
Choose a tag to compare

What's Changed

  • fix(s2n-quic): pin jobserver in more places and run cargo package in CI by @WesleyRosenblum in #2009
  • perf(s2n-quic-core): optimize varint encoding by @camshaft in #2000
  • Enable handle_get_set_test test in Kani via stubbing by @feliperodri in #2012
  • build(deps): update bindgen requirement from 0.68 to 0.69 in /tools/xdp by @dependabot in #2014
  • build(deps): bump aws-actions/configure-aws-credentials from 4.0.0 to 4.0.1 by @dependabot in #1983
  • refactor(s2n-quic-core): move ack::Ranges from transport by @camshaft in #2016
  • fix(s2n-quic-core): minor fixes for perf and testing by @camshaft in #2017
  • chore: release 1.31.0 by @goatgoose in #2015

New Contributors

Full Changelog: v1.30.0...v1.31.0

Release v1.30.0

17 Oct 01:03
3cf2aa9
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.29.0...v1.30.0

Release v1.29.0

02 Oct 22:24
ea3e878
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.28.0...v1.29.0

Release v1.28.0

14 Sep 02:37
2bc27fd
Compare
Choose a tag to compare

What's Changed

  • feat(s2n-quic-tls): adds server session resumption functionality by @maddeleine in #1930
  • fix(s2n-quic-transport): arm PTO timer after loss timer expires by @WesleyRosenblum in #1942
  • fix(s2n-quic-transport): invoke on_packet_loss for all lost packets by @WesleyRosenblum in #1944
  • docs: add citation for Peer Denial of Service by @WesleyRosenblum in #1945
  • feat(s2n-quic-crypto): use scatter API with AWS-LC by @camshaft in #1947
  • docs: describe mitigations for QUIC§21.11 in stateless reset token provider by @WesleyRosenblum in #1948
  • build(deps): update bindgen requirement from 0.66 to 0.68 in /tools/xdp by @dependabot in #1953
  • refactor(s2n-quic-transport): simplify packet processing by @camshaft in #1952
  • build(deps): bump model-checking/kani-github-action from 0.35 to 0.36 by @dependabot in #1956
  • build(deps): bump actions/cache from 3.3.1 to 3.3.2 by @dependabot in #1955
  • build(deps): bump aws-actions/configure-aws-credentials from 3.0.1 to 3.0.2 by @dependabot in #1954
  • build(deps): bump actions/checkout from 3 to 4 by @dependabot in #1951
  • build(deps): update prost requirement from 0.11 to 0.12 by @dependabot in #1950
  • build(deps): bump docker/setup-buildx-action from 2.9.1 to 3.0.0 by @dependabot in #1958
  • build(deps): bump docker/build-push-action from 4 to 5 by @dependabot in #1959
  • build(deps): bump aws-actions/configure-aws-credentials from 3.0.2 to 4.0.0 by @dependabot in #1960
  • build(deps): bump docker/login-action from 2.2.0 to 3.0.0 by @dependabot in #1961
  • feat(s2n-quic-qns): Server-side resumption interop by @maddeleine in #1949
  • chore: release 1.28 by @jmayclin in #1967

Full Changelog: v1.27.0...v1.28.0

Release: v1.27.0

29 Aug 21:43
362abda
Compare
Choose a tag to compare

Weekly release for August 29 2023

What's Changed

Full Changelog: v1.26.0...v1.27.0

Release v1.26.0

21 Aug 18:06
e6402b7
Compare
Choose a tag to compare

What's Changed

  • fix(s2n-quic-core): remove unwraps in null TLS provider by @camshaft in #1881
  • refactor(s2n-quic-transport): update PTO timer once per transmission burst by @WesleyRosenblum in #1884
  • build(deps): bump model-checking/kani-github-action from 0.32 to 0.33 by @dependabot in #1891
  • docs: Add conventional commit info by @kagarmoe in #1892
  • fix(s2n-quic-transport): handle MaxMtu smaller than Base PLPMTU by @WesleyRosenblum in #1893
  • test(s2n-quic-platform): refactor testing IO provider to use tasks/queues by @camshaft in #1873
  • fix: upgrade rust version for netbench and xdp by @WesleyRosenblum in #1895
  • feat(s2n-quic-transport): discard client initial keys when we have handshake keys by @WesleyRosenblum in #1894
  • fix(netbench): correctly handle stream shutdown in duplex by @camshaft in #1898
  • build(deps): update loom requirement from 0.6 to 0.7 by @dependabot in #1902
  • build(deps): update zerocopy-derive requirement from 0.3 to 0.6 by @dependabot in #1903
  • fix(s2n-quic-transport): revert "improve amplification credits on client #1818" by @WesleyRosenblum in #1906
  • build(deps): bump model-checking/kani-github-action from 0.33 to 0.34 by @dependabot in #1907
  • build(deps): update s2n-tls requirement from =0.0.34 to =0.0.35 by @dependabot in #1908
  • feat(s2n-quic-core): add task cooldown module by @camshaft in #1862
  • fix(s2n-quic-transport): fix client connection migration when local address handle changes by @camshaft in #1874
  • fix(s2n-quic-transport): decrement handshake count for non-accepted finalized connections by @WesleyRosenblum in #1911
  • feat(s2n-quic-qns): add ability to set congestion controller in interop/perf by @WesleyRosenblum in #1917
  • ci: improve interop resiliency to loss and corruption by @WesleyRosenblum in #1914
  • chore: release 1.26.0 by @dougch in #1920

Full Changelog: v1.25.0...v1.26.0

Release v1.25.0

24 Jul 22:28
efa07e0
Compare
Choose a tag to compare

Weekly release for July 24 2023

What's Changed

Full Changelog: v1.24.0...v1.25.0