Skip to content

Releases: amphp/socket

2.4.0

19 Apr 15:28
v2.4.0
dadb63c

Choose a tag to compare

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

21 Apr 14:42
v2.3.1
58e0422

Choose a tag to compare

What's Changed

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

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

1.2.1

21 Mar 18:59
v1.2.1
b00528b

Choose a tag to compare

What's Changed

Full Changelog: v1.2.0...v1.2.1

2.3.0

19 Mar 20:07
v2.3.0
acc0a2f

Choose a tag to compare

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

2.2.4

28 Feb 15:58
v2.2.4
4223324

Choose a tag to compare

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

17 Feb 04:52
v2.2.3
40c80bd

Choose a tag to compare

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

31 Dec 18:17
v2.2.2
eb6c5e6

Choose a tag to compare

What's Changed

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

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

2.2.1

16 Dec 18:26
v2.2.1
88ca6d2

Choose a tag to compare

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

2.2.0

19 Aug 15:32
v2.2.0
3418a0c

Choose a tag to compare

What's Changed

  • Add support for league/uri 7.x
  • Undefined variable $socket in example by @61-6c-69 in #106

New Contributors

Full Changelog: v2.1.0...v2.2.0

2.1.0

08 Apr 09:17
v2.1.0

Choose a tag to compare

What's Changed

Full Changelog: v2.0.0...v2.1.0