Skip to content

Release v1.54.0

Latest
Compare
Choose a tag to compare
@dougch dougch released this 27 Feb 01:29
· 14 commits to main since this release
65d6b6e

Summary

  • Expand the DataDroppedReason to include the expanded MigrationDenyReason, which would explain more specifically why a connection migration was denied, not just that it was denied.
  • We currently consider the full 4-tuple (local + remote IP addresses and ports) when identifying a path. This seems to be an overly strict interpretation, we should really only be considering the peer address when deciding if it tried to migrate.
  • Fix an issue where clients may (unknowingly) rebind ports/IPs mid-handshake and not be able to complete the handshake.
  • Allow users to configure only_v6 settings through a new Tokio IO API.

What's Changed

Full Changelog: v1.52.1...v1.54.0