Skip to content

2.4.1

Latest

Choose a tag to compare

@trowski trowski released this 22 Aug 20:43
v2.4.1
b347be5

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 of InternetAddress
  • Fixed validation of CIDR mask bits when constructing an instance of CidrMatcher to be between 0 and 32 (for IPv4) or 128 (for IPv6)

Full Changelog: v2.4.0...v2.4.1