Skip to content

Releases: clue-legacy/php-socks-server

v0.7.0

14 Apr 15:09
Compare
Choose a tag to compare
  • Feature / BC break: Update Socket to v0.7
    (#12 by @clue)

  • Improve test suite by adding PHPUnit to require-dev
    (#11 by @clue)

The v0.6.0 release has been skipped intentionally to avoid confusion with
the release tags of clue/socks-react and react/socket.

v0.5.1

25 Nov 09:53
Compare
Choose a tag to compare
  • Feature: Cancel pending outgoing connection if incoming connection closes
    (#7 by @clue)
  • Fix: Support empty strings for auth info (username or password)
    (#6 by @clue)

v0.5.0

07 Nov 22:23
Compare
Choose a tag to compare
  • First tagged release
  • Async SOCKS Server implementation
  • Project was originally part of clue/socks-react
    and was split off from its latest release v0.4.0
    (#1 by @clue)

Upgrading from clue/socks v0.4.0? Use namespace Clue\React\Socks\Server
instead of Clue\React\Socks and you're ready to go!