-
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 ofclue/socks-react
andreact/socket
.
-
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)
- 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 ofClue\React\Socks
and you're ready to go!
- Initial concept, originally tracked as part of clue/socks