Skip to content

Releases: pichi-router/pichi

1.5.1

25 Dec 02:59
Compare
Choose a tag to compare
  • Provide TLS extension permutation for TLS egresses
  • Fix the incorrect Trojan+WS behaviors
  • Support Conan2

1.5.1-rc

03 Sep 03:40
Compare
Choose a tag to compare
1.5.1-rc Pre-release
Pre-release
  • Provide TLS extension permutation for TLS egresses
  • Fix the incorrect Trojan+WS behaviors
  • Support Conan2

1.5.0

06 Apr 03:41
Compare
Choose a tag to compare
  • Provide transparent ingress
  • Support building with Conan
  • Provide TLS fingerprint simulation
  • Remove VMESS support
  • Upgrade the lowest BOOST version from 1.72.0 to 1.77.0

1.5.0-rc

07 Sep 14:10
Compare
Choose a tag to compare
1.5.0-rc Pre-release
Pre-release
  • Provide transparent ingress
  • Support building with Conan
  • Remove VMESS support
  • Upgrade the lowest BOOST version from 1.72.0 to 1.77.0

1.4.0

25 Jul 04:03
Compare
Choose a tag to compare
  • Support Trojan
  • Upgrade RESTful API to 1.4.0
  • Skip DNS resolving if the specified host name is already an IP address
  • Fix some crashing bugs
  • Upgrade boost requirement from 1.67.0 to 1.72.0
  • Deprecate rc4-md5/bf-cfb if building with MbedTLS 3.0.0 or later

1.4.0-rc

23 Jan 12:02
Compare
Choose a tag to compare
1.4.0-rc Pre-release
Pre-release
  • Support Trojan
  • Upgrade RESTful API to 1.4.0
  • Upgrade the lowest BOOST version from 1.67.0 to 1.72.0

1.3.1

21 Aug 15:32
Compare
Choose a tag to compare
  • Fix TLS adapters who couldn't verify the certificate correctly
  • Fix coroutine crashing caused by the loop invocation
  • Make domain matching case insensitive
  • Be compatible with Clang 10
  • Be compatible with Boost 1.73.0
  • Remove unnecessary 2-socket implementation for HttpEgress

1.3.1-rc

09 Jun 13:59
Compare
Choose a tag to compare
1.3.1-rc Pre-release
Pre-release
  • Fix TLS adapters who couldn't verify the certificate correctly
  • Fix coroutine crashing caused by the loop invocation
  • Be compatible with Clang 10
  • Be compatible with Boost 1.73.0
  • Remove unnecessary 2-socket implementation for HttpEgress

1.3.0

29 Mar 01:28
Compare
Choose a tag to compare
  • Support HTTP/Socks5 authentication
  • Provide TUNNEL ingress
  • Simplify JSON syntax for /route API
  • Correct the failure code for HTTP/Socks5 Ingress
  • Fix the insecure bug not verifying remote host name for TLS egress
  • Fix the bad IPv6 target format sent by HttpEgress
  • Fix missing crypt32.lib error for Windows
  • Be compatible with libc++ 6.0 which doesn’t fully support P0702R1
  • Migrate CI from Travis and Appveyor to Azure pipeline
  • Change INSTALL_HEADERS option to INSTALL_DEVEL
  • Upgrade alpine image from 3.9 to 3.11

1.3.0-rc

07 Sep 04:31
Compare
Choose a tag to compare
1.3.0-rc Pre-release
Pre-release
  • Support HTTP/Socks5 authentication
  • Provide TUNNEL ingress
  • Simplify JSON syntax for /route API