Releases: amphp/socket
Releases · amphp/socket
0.10.8
0.10.7
0.10.6
0.10.5
0.10.4
- Fixed connection to direct IPv6 URIs (#45).
- Include previously failed attempts for connect exceptions. This avoids weird error messages if connections to IPv4 timeout / fail and IPv6 support isn't available.
- Added support for the
security_level
TLS context option, which is available on PHP 7.2 when compiled with OpenSSL 1.1.0. If you're seeing connection failures due to that option, please open an issue and we can lower the default to1
instead of2
.
0.10.3
- Added
ClientConnectContext::withDnsTypeRestriction()
. - Fixed
verifyDepth
inClientTlsContext
/ServerTlsContext
. - Fixed
ClientTlsContext::getCiphers()
/ServerTlsContext::getCiphers()
. - Added error suppressions for TLS failures.
- Allow
Certificate
with different key / certificate file for SNI on PHP 7.2. - Prefer IPv4 over IPv6, as IPv6 support can't reliably be determined without writing system dependent code.