Releases: pichi-router/pichi
Releases · pichi-router/pichi
1.5.1
1.5.1-rc
- Provide TLS extension permutation for TLS egresses
- Fix the incorrect Trojan+WS behaviors
- Support Conan2
1.5.0
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- Support HTTP/Socks5 authentication
- Provide TUNNEL ingress
- Simplify JSON syntax for /route API