Skip to content

Releases: aws/s2n-quic

v1.52.0

07 Jan 23:47
2f357d5
Compare
Choose a tag to compare

Summary

  • Adds a new event, on_connection_close_frame_received. This event contains additional details from the CONNECTION_CLOSE frame received from the peer, particularly the reason the connection closed (if provided).
  • Adds stream batching functionality to s2n-quic sending behavior. Stream batching is a sending strategy which provides each stream with the opportunity to fill up a packet "batch-size" times, before then passing that priority to the next stream.
  • Adds address and connection ID information to the on_datagram_dropped event. NOTE: This is a breaking change if your application stores the DatagramDropped events, as a named lifetime was added to the struct.

What's Changed

New Contributors

Full Changelog: v1.51.0...v1.52.0

v1.51.0

21 Nov 19:11
23df2c5
Compare
Choose a tag to compare

Summary

  • Additional events and visibility for s2n-quic-dc

What's Changed

Full Changelog: v1.50.0...v1.51.0

v1.50.0

12 Nov 01:00
665d3d1
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.49.0...v1.50.0

v1.49.0

04 Nov 22:32
b07c9fd
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.48.0...v1.49.0

v1.48.0

04 Nov 22:31
005f946
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.47.0...v1.48.0

v1.47.0

04 Nov 22:30
2a735a9
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.46.0...v1.47.0

Release v1.46.0

11 Sep 20:57
5d73bf8
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.45.0...v1.46.0

Release v1.45.0

10 Sep 21:31
24089b4
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.43.0...v1.45.0

Release v1.43.0

23 Jul 00:34
e0a7e21
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.42.0...v1.43.0

Release v1.42.0

09 Jul 22:56
ec6f50d
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.41.0...v1.42.0