0.001     2026-03-05 20:26:52Z

  - Initial release
  - Implements RFC 8305 (Happy Eyeballs v2) connection algorithm
  - Address interleaving per RFC 8305 Section 4
  - Configurable Connection Attempt Delay (default 250ms per RFC 8305 Section 5)
  - Address family caching with configurable TTL
  - Parallel non-blocking connection attempts via select()
  - -override import flag to transparently patch IO::Socket::IP globally
  - Override only intercepts outgoing TCP; UDP, listeners, Unix sockets unaffected