Skip to content

Releases: amphp/socket

1.2.2

Choose a tag to compare

@trowski trowski released this 28 Apr 17:14
v1.2.2
1e360db

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

Choose a tag to compare

@trowski trowski released this 19 Apr 15:28
v2.4.0
dadb63c

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

Choose a tag to compare

@trowski trowski released this 21 Apr 14:42
v2.3.1
58e0422

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

Choose a tag to compare

@kelunik kelunik released this 21 Mar 18:59
v1.2.1
b00528b

What's Changed

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

2.3.0

Choose a tag to compare

@kelunik kelunik released this 19 Mar 20:07
v2.3.0
acc0a2f
  • Added Socks5SocketConnector to connect to hosts via SOCKS5 proxies. A similar implementation was previously present in amphp/http-tunnel.

2.2.4

Choose a tag to compare

@trowski trowski released this 28 Feb 15:58
v2.2.4
4223324

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

Choose a tag to compare

@trowski trowski released this 17 Feb 04:52
v2.2.3
40c80bd

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

Choose a tag to compare

@trowski trowski released this 31 Dec 18:17
v2.2.2
eb6c5e6

What's Changed

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

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

2.2.1

Choose a tag to compare

@trowski trowski released this 16 Dec 18:26
v2.2.1
88ca6d2

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

Choose a tag to compare

@kelunik kelunik released this 19 Aug 15:32
v2.2.0
3418a0c

What's Changed

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

New Contributors

  • @61-6c-69 made their first contribution in #106

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