Skip to content

1.2.1-fabric

Latest

Choose a tag to compare

@PanSzelescik PanSzelescik released this 14 May 16:44
· 6 commits to fabric since this release
6cc624b
  • Fixed IPv6 CIDR matching — /32 was treated as a full mask regardless of address family, breaking prefix matching for IPv6 addresses
  • Added hybrid connection mode — when an IP is on both proxyServerIPs and directAccessIPs lists, the mod now detects PROXY protocol header at runtime and handles the connection accordingly
  • Added unit tests for CIDRMatcher
  • Updated Netty HAProxy codec to 4.2.13.Final