Release v1.38.0
What's Changed
- feat(s2n-quic-provider): make some message methods public by @dignifiedquire in #2189
- Remove --cfg s2n_quic_unstable by @Mark-Simulacrum in #2190
- ci: Remove neqo from required resumption test clients by @goatgoose in #2191
- feat(dc): DcSupportedVersions transport parameter by @WesleyRosenblum in #2193
- chore(s2n-quic-crypto): remove custom aesgcm implementation by @toidiu in #2186
- refactor(s2n-quic-core): improve reassembler error handling by @camshaft in #2197
- build: fix clippy warnings for 1.78 by @WesleyRosenblum in #2199
- feat(s2n-quic-dc): DC_STATELESS_RESET_TOKENS frame by @WesleyRosenblum in #2198
- feat(s2n-quic-core): add state construction by @camshaft in #2202
- chore(s2n-quic-core): update frame round trip fuzz corpus by @WesleyRosenblum in #2205
- feat(s2n-quic): provider-crypto-fips feature flag by @toidiu in #2194
- feat(s2n-quic-rustls): update rustls from 0.21 to 0.23 by @toidiu in #2200
- feat(s2n-quic-core): add buffer::Deque implemention by @camshaft in #2207
- feat(s2n-quic-tls, s2n-quic-rustls): pass
fips
flag to tls backend by @toidiu in #2209 - feat(s2n-quic): unstable dc provider by @WesleyRosenblum in #2210
- build(deps): bump JamesIves/github-pages-deploy-action from 4.5.0 to 4.6.0 by @dependabot in #2183
- build(deps): update h3 requirement from 0.0.4 to 0.0.5 by @dependabot in #2216
- build(deps): bump JamesIves/github-pages-deploy-action from 4.6.0 to 4.6.1 by @dependabot in #2215
- feat(s2n-quic-core): allow for branching states on common events by @camshaft in #2219
- feat(s2n-quic-core): generate state reactions to events by @camshaft in #2221
- feat(s2n-quic-transport): dc Manager by @WesleyRosenblum in #2218
- test(s2n-quic-core): add microwave state example by @camshaft in #2222
- chore(s2n-quic-transport): update dc manager dot snapshot by @WesleyRosenblum in #2223
- docs(s2n-quic): fips mode usage with rustls TLS provider by @toidiu in #2224
- build(deps): bump docker/login-action from 3.1.0 to 3.2.0 by @dependabot in #2225
- build(deps): bump ouzi-dev/commit-status-updater from 2.0.1 to 2.0.2 by @dependabot in #2227
- docs(s2n-quic): document values used in the random provider by @toidiu in #2226
- feat(s2n-quic): expose configuration options for congestion control by @toidiu in #2228
- feat(s2n-quic): allow application to configure the anti_amplification_multiplier by @toidiu in #2229
- chore: release 1.38.0 by @WesleyRosenblum in #2230
New Contributors
- @dignifiedquire made their first contribution in #2189
Full Changelog: v1.37.0...v1.38.0