Releases: apernet/hysteria
Releases · apernet/hysteria
app/v2.0.3
This release contains important fixes and we strongly encourage everyone to upgrade.
- [Important] Fixed the problem where when using BBR (either the client doesn't set bandwidth or the server has
ignoreClientBandwidth
enabled), due to a bug in the BBR implementation, it could not accurately determine the bandwidth and send packets much faster than the limit. - Fixed the problem where ZeroSSL couldn't acquire certificates due to missing EAB.
此版本包含重要修复,强烈建议更新
- [重要] 修复在使用 BBR (即客户端不写带宽,或服务端开启了
ignoreClientBandwidth
) 的情况下,由于 BBR 实现的 bug 导致无法准确判断带宽上限,发包速率过快的问题。 - 修复 ZeroSSL 缺少 EAB 无法获取证书的问题
app/v2.0.2
- Fixed connection issues on some devices due to lack of GSO support
- Added HTTP/HTTPS (TCP) masquerade servers
- Added Android builds
- 修复在某些设备上由于不支持 GSO 导致的无法连接/断流问题
- 新增 HTTP/HTTPS (TCP) 伪装服务器
- 新增 Android 构建
app/v2.0.1
- Added TCP redirect mode
- Log HTTP requests handled by masquerade (debug level)
- Added environment variable HYSTERIA_ACME_DIR to control ACME data directory location
- 新增 TCP Redirect 模式
- 在日志中输出伪装模式收到的 HTTP 请求 (debug 级别)
- 新增环境变量 HYSTERIA_ACME_DIR,用于设置 ACME 目录的位置
app/v2.0.0
First release of Hysteria v2
v1.3.5
docs: 1.3.5 changelog
v1.3.4
docs: 1.3.4 changelog
v1.3.3
docs: 1.3.3 changelog
v1.3.2
ci: fix build scripts to handle multi-tags