What's Changed
- Fixed validation of port in string provided to
InternetAddress::tryFromString Socks5SocketConnector::tunnel()now accepts target URLs which do not contain a scheme, fixing compatibility with providing an instance ofInternetAddress- Fixed validation of CIDR mask bits when constructing an instance of
CidrMatcherto be between 0 and 32 (for IPv4) or 128 (for IPv6)
Full Changelog: v2.4.0...v2.4.1