Releases: amphp/socket
Releases · amphp/socket
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
- @Thomas-Gelf made their first contribution in #112
Full Changelog: v2.3.1...v2.4.0
2.3.1
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
What's Changed
- Make implicit nullable types explicit by @nicolas-grekas in #111
Full Changelog: v1.2.0...v1.2.1
2.3.0
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
2.2.1
What's Changed
- Updated the default chunk size in
ResourceUdpSocketto match the maximum UDP payload length.
Full Changelog: v2.2.0...v2.2.1