Skip to content

v0.8.0

Latest

Choose a tag to compare

@michaelklishin michaelklishin released this 22 Feb 23:27
· 1 commit to main since this release
dc06509

0.8.0 (Feb 22, 2026)

Enhancements

  • ProxyProtocolConfig::builder provides a fluent builder with construction-time validation
    (to enforce non-zero timeouts, header size and pending handshakes limits)
  • VersionPreference::V2Only documentation updates
  • TrustedProxies::contains is now a public method (it used to be crate-scoped), useful for logging and access control checks
  • TrustedProxies::from_ipnets now can build a TrustedProxies from a mixed set of IpNets