Skip to content

Release V1.55.0

Compare
Choose a tag to compare
@boquan-fang boquan-fang released this 10 Mar 18:21
· 73 commits to main since this release
25e2706

Release Summary:

  • New API added to allow users to change connection limits based on the information in the TLS handshake, such as server name and application protocol. Previously users could only change connection limits based on their peer's remote address.
  • Expose dc::Path creation event in s2n-quic Subscriber.
  • Connection migrations are now allowed even when the disable_active_migration is set to true, as it is not possible to distinguish between the peer performing an active migration, and a NAT rebind.
  • feat(dc): Support storing arbitrary application-provided data in Entry.

What's Changed

Full Changelog: v1.54.0...v1.55.0