v1.68.0
Release Summary
- Add packet encoding and decoding for packets sent over Unix domain sockets. This is required for reusing dcQUIC handshakes between application processes.
- Creates a sender and receiver for Unix domain sockets. This handles a message along with a file descriptor as ancillary data.
What's Changed
- feat(s2n-quic-dc): Add Unix socket packet encoding/decoding by @mehnazyunus in #2840
- refactor(s2n-quic-rustls): replace deprecated
rustls-pemfilewithrustls-pki-typesby @junkurihara in #2847 - chore: fix group in CODEOWNERS by @dougch in #2848
- chore(ci): allow triage users to start quic-attack by @dougch in #2843
- feat(s2n-quic-dc): Add Unix domain socket sender/receiver by @mehnazyunus in #2842
- chore: scope permissions down for one GHA by @dougch in #2849
- ci(dhat): upload dhat artifacts regardless of steps outcome by @boquan-fang in #2850
- chore: s2n-quic 1.68.0 release by @boquan-fang in #2853
Full Changelog: v1.67.0...v1.68.0