Release v1.33.0
What's Changed
- fix(s2n-quic-transport): wakeup connection on locally-created receive streams by @WesleyRosenblum in #2067
- feat(events): Add cipher suite to TLS Session in the TlsExporterReady event by @WesleyRosenblum in #2070
- example(s2n-mtls): adding mtls example using s2n-tls by @bitcapybara in #2072
- feat(s2n-quic): increase max send buffer size default by @WesleyRosenblum in #2075
- chore: Cleanup netbench; moved to aws/s2n-netbench. by @dougch in #2079
- feat: Adds client resumption by @maddeleine in #2049
- build(deps): bump model-checking/kani-github-action from 1.0 to 1.1 by @dependabot in #2086
- ci: remove crate without Kani proofs by @zhassan-aws in #2085
- ci: fix memory report test by @camshaft in #2090
- build(deps): bump actions/{download,upload}-artifact from 3 to 4 by @camshaft in #2093
- feat(s2n-quic-platform): make GSO/GRO configuration more ergonomic by @camshaft in #2091
- feat(s2n-quic-platform): make TOS features readable at runtime by @camshaft in #2088
- feat(s2n-quic-core): add USDT probe support by @camshaft in #2089
- ci: use AL2023 for qns image by @camshaft in #2094
- feat(s2n-quic-qns): Client Resumption Interop test by @maddeleine in #2084
- chore: MSRV bump by @toidiu in #2104
- fix: implement custom PartialEq for connection::Error by @camshaft in #2109
- fix(s2n-quic-platform): disable REUSEADDR by default by @camshaft in #2110
- build(deps): bump aws-actions/configure-aws-credentials from 4.0.1 to 4.0.2 by @dependabot in #2111
- build(deps): update h3 requirement from 0.0.3 to 0.0.4 by @dependabot in #2103
- ci: Use GITHUB_OUTPUT envvar instead of set-output command by @arunsathiya in #2098
- chore: additional msrv updates by @camshaft in #2112
- refactor(s2n-quic-core): break CryptoError up into tls::Error and packet_protection::Error by @WesleyRosenblum in #2113
- feat(s2n-quic-core): add buffer reader/writer traits by @camshaft in #2097
- fix: address clippy 1.76 by @camshaft in #2114
- test(s2n-quic-platform): drain tx packets before closing host by @camshaft in #2106
- chore(s2n-quic-transport): pin ahash to 0.8.7 by @WesleyRosenblum in #2119
- ci: move Kani options to Cargo.toml by @zhassan-aws in #2116
- chore(s2n-quic): release 1.33.0 by @WesleyRosenblum in #2115
- chore(s2n-quic): pin ahash in s2n-quic by @WesleyRosenblum in #2120
New Contributors
- @bitcapybara made their first contribution in #2072
- @arunsathiya made their first contribution in #2098
Full Changelog: v1.32.0...v1.33.0