Releases: reactphp-legacy/socket-client
Releases · reactphp-legacy/socket-client
v0.4.4
- Feature: Add support for Unix domain sockets (UDS) (#41 by @clue)
- Bugfix: Explicitly set supported TLS versions for PHP 5.6+ (#31 by @WyriHaximus)
- Bugfix: Ignore SSL non-draining buffer workaround for PHP 5.6.8+ (#33 by @alexmace)
v0.4.3
- Bugfix: Set peer name to hostname to correct security concern in PHP 5.6 (@WyriHaximus)
- Bugfix: Always wrap secure to pull buffer due to regression in PHP
- Bugfix: SecureStream extends Stream to match documentation preventing BC (@clue)
Phergilicious
Phergilicious: In honour of all the SSL bugs found by the Phergie project re-writing on top of React.
v0.4.0
- BC break: Bump minimum PHP version to PHP 5.4, remove 5.3 specific hacks
- BC break: Update to React/Promise 2.0
- Dependency: Autoloading and filesystem structure now PSR-4 instead of PSR-0
- Bump React dependencies to v0.4
v0.3.1
- Feature: [SocketClient] Support connecting to IPv6 addresses (@clue)
v0.3.0
- Feature: [SocketClient] New SocketClient component extracted from HttpClient (@clue)