Skip to content

Releases: amphp/http-tunnel

2.0.0

12 Feb 23:42
v2.0.0
049fd21
Compare
Choose a tag to compare

Stable release compatible with AMPHP v3 and fibers! 🎉

As with other libraries compatible with AMPHP v3, most cases of parameters or returns of Promise<ResolutionType> have been replaced with ResolutionType.

This library provides an implementation of Amp\Socket\SocketConnector from amphp/socket which establishes a socket connection via an HTTP/1.1 CONNECT request to a proxy.

2.0.0 Beta 2

05 Sep 21:17
v2.0.0-beta.2
b81faed
Compare
Choose a tag to compare
2.0.0 Beta 2 Pre-release
Pre-release

What's Changed

  • Add socks5 proxy support by @danog in #5
  • Fix compatibility with latest beta of amphp/http-client

New Contributors

  • @danog made their first contribution in #5

Full Changelog: v2.0.0-beta.1...v2.0.0-beta.2

2.0.0 Beta 1

07 May 11:38
v2.0.0-beta.1
ea27736
Compare
Choose a tag to compare
2.0.0 Beta 1 Pre-release
Pre-release

Based on PHP 8.1, Amp v3, Fibers, and Revolt.

1.0.0

31 Dec 17:10
v1.0.0
Compare
Choose a tag to compare

Initial release.