Skip to content

v1.77.0

Choose a tag to compare

@boquan-fang boquan-fang released this 23 Mar 23:37
· 68 commits to main since this release
024b804

Release Summary

  • feat(s2n-quic-dc-metrics): Support skipping sparse metrics emission #3002
  • feat(s2n-quic-dc): Support querying event context on streams #3000
  • feat(s2n-quic-dc): Support s2n-tls connection pooling; feat(s2n-quic-dc): Move server TLS builder to a Builder field; feat(s2n-quic-dc): Support configurable server stream TLS handshake timeouts #3004
  • fix(s2n-quic-dc): Avoid excluding last poll from enqueued sojourn time #2988
  • feat(s2n-quic-dc): Expose acceptor timing to application #3006
  • feat(s2n-quic): Add a few frame and datagram lengths #3007
  • feat(s2n-quic-dc): Instrument connect_tls with latency/error event tracking #2993
  • feat(s2n-quic-dc-metrics): Expose Unit::Float in s2n-quic-dc-metrics #3011
  • feat(s2n-quic-dc): Expose peer certificate chain for TLS streams #3009
  • Send MtuProbingComplete frame in Normal mode instead of MtuProbing mode. In this way, MtuProbingComplete can be coalesced with other frames which reduces the number of PADDING frames and total packets in total to be sent. #2999

What's Changed

Other Changes 🔧

Full Changelog: v1.76.0...v1.77.0