Skip to content

Releases: reactphp-legacy/socket-client

v0.4.4

23 Sep 22:41
Compare
Choose a tag to compare
  • 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

20 Mar 16:02
Compare
Choose a tag to compare
  • 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

16 Oct 22:32
Compare
Choose a tag to compare

Phergilicious: In honour of all the SSL bugs found by the Phergie project re-writing on top of React.

v0.4.1

07 Aug 13:18
Compare
Choose a tag to compare
  • Version bump

v0.4.0

07 Aug 13:17
Compare
Choose a tag to compare
  • 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

07 Aug 13:17
Compare
Choose a tag to compare
  • Feature: [SocketClient] Support connecting to IPv6 addresses (@clue)

v0.3.0

07 Aug 13:17
Compare
Choose a tag to compare
  • Feature: [SocketClient] New SocketClient component extracted from HttpClient (@clue)