Release: v1.17.1
Weekly release for March 22 2023
What's Changed
- fix(s2n-quic-events): correct tx error emission by @jmayclin in #1623
- tests(s2n-quic-core): update kani to 0.21 by @camshaft in #1628
- feat(s2n-quic): add jumbo frame support by @jmayclin in #1630
- build(deps): bump model-checking/kani-github-action from 0.21 to 0.22 by @dependabot in #1636
- feat(s2n-quic-core): add L2/L3/L4 inet structs by @camshaft in #1638
- fix(s2n-quic-core): enable building for bpf applications by @camshaft in #1633
- build(deps): bump actions/checkout from 2 to 3 by @dependabot in #1640
- build(deps): bump actions/cache from 3.2.2 to 3.2.6 by @dependabot in #1637
- build(deps): bump docker/setup-buildx-action from 2.2.1 to 2.4.1 by @dependabot in #1624
- Allow rustls provider to be cloned and take in Arcs by @ifd3f in #1641
- test(s2n-quic-core): enable kani on a few harnesses by @zhassan-aws in #1644
- chore: Bump msrv to 1.63.0 (issues/1642) by @dougch in #1645
- fix(s2n-quic-crypto): require new enough version of zeroize by @flub in #1609
- feat(s2n-quic-core): add IP checksum function by @camshaft in #1643
- feat(event):
WriteContext::write_ack_frame
records eventsAckRangeSent
by @jon-chuang in #1646 - fix(s2n-quic-core): support higher bandwidth estimates by @WesleyRosenblum in #1650
- fix(s2n-quic-core): decrease minimum allowed RTT sample to 1 microsecond by @WesleyRosenblum in #1651
- feat(s2n-quic-core): add XDP helper modules by @camshaft in #1647
- feat(s2n-quic-tls): add support for s2n-tls private key offload by @lrstewart in #1653
- feat(netbench) enable jumbo frame probing by default by @jmayclin in #1648
- chore: release 1.17.0 by @WesleyRosenblum in #1656
- ci: add build coverage for examples by @jmayclin in #1655
- build(deps): bump model-checking/kani-github-action from 0.22 to 0.23 by @dependabot in #1659
- build(deps): bump aws-actions/configure-aws-credentials from 1.7.0 to 2.0.0 by @dependabot in #1658
- fix(s2n-quic-platform): handle ConnectionReset on Win sockets (#1448) by @PeteAudinate in #1662
- tools(xdp): add bpf program by @camshaft in #1652
- test(s2n-quic-core): Enable Kani on more Bolero harnesses by @qinheping in #1666
- fix: update MSRV references and clippy lints by @jmayclin in #1671
- fix(s2n-quic-rustls, s2n-quic-tls): enable building with default features by @jmayclin in #1673
- chore: release 1.17.1 by @jmayclin in #1677
New Contributors
- @ifd3f made their first contribution in #1641
- @flub made their first contribution in #1609
- @jon-chuang made their first contribution in #1646
- @PeteAudinate made their first contribution in #1662
- @qinheping made their first contribution in #1666
Full Changelog: v1.16.0...v1.17.1