GitHub

2.4.1

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

1.2.2

What's Changed

  • Updated deprecated use of stream_context_set_option() on PHP 8.3+.

Full Changelog: v1.2.1...v1.2.2

2.4.0

What's Changed

  • ServerTlsContext: allow disabling verify peer name by @Thomas-Gelf in #112
  • Dropped support for league/uri@6.x, fixing a deprecation notice in PHP 8.4+

New Contributors

Full Changelog: v2.3.1...v2.4.0

2.3.1

What's Changed

  • Made implicit nullable types explicit to avoid deprecation notice in PHP 8.4.

Full Changelog: v2.3.0...v2.3.1

1.2.1

2.3.0

  • Added Socks5SocketConnector to connect to hosts via SOCKS5 proxies. A similar implementation was previously present in amphp/http-tunnel.

2.2.4

What's Changed

  • Removed missed call to stream_context_set_option(), which was causing a deprecation notice on PHP 8.3.

Full Changelog: v2.2.3...v2.2.4

2.2.3

What's Changed

  • Updated deprecated use of stream_context_set_option() on PHP 8.3.

Full Changelog: v2.2.2...v2.2.3

2.2.2

What's Changed

  • Fixed bind errors being hidden when connecting in DnsSocketConnector ( #108).

Full Changelog: v2.2.1...v2.2.2

2.2.1

What's Changed

  • Updated the default chunk size in ResourceUdpSocket to match the maximum UDP payload length.

Full Changelog: v2.2.0...v2.2.1

Read the original on github.com ↗