https://github.com/apernet/hysteria/releases/tag/app%2Fv2.4.2
2.4.2
- Small tweaks to Brutal congestion control to improve performance at high speeds
- When using a local certificate, the server now checks if the files can be accessed on startup. This ensures that access problems are detected immediately, rather than when accepting client connections.
- Updated quic-go to v0.43.0
- 对 Brutal 进行了细微调整,提升在高速下的性能
- 当使用本地证书时,服务端会在启动时检查文件是否能被正常访问,避免访问错误在接受客户端连接时才出现。
- quic-go 更新到 v0.43.0
2.4.2
- Small tweaks to Brutal congestion control to improve performance at high speeds
- When using a local certificate, the server now checks if the files can be accessed on startup. This ensures that access problems are detected immediately, rather than when accepting client connections.
- Updated quic-go to v0.43.0
- 对 Brutal 进行了细微调整,提升在高速下的性能
- 当使用本地证书时,服务端会在启动时检查文件是否能被正常访问,避免访问错误在接受客户端连接时才出现。
- quic-go 更新到 v0.43.0
https://github.com/apernet/hysteria/releases/tag/app%2Fv2.4.3
2.4.3
> This release contains important fixes and we strongly encourage everyone to upgrade.
- Fixed a bug introduced in the previous version that caused UDP forwarding to not work properly
> 此版本包含重要修复,强烈建议更新
- 修复上个版本引入的一个导致 UDP 转发无法正常工作的 bug
2.4.3
> This release contains important fixes and we strongly encourage everyone to upgrade.
- Fixed a bug introduced in the previous version that caused UDP forwarding to not work properly
> 此版本包含重要修复,强烈建议更新
- 修复上个版本引入的一个导致 UDP 转发无法正常工作的 bug
https://github.com/apernet/hysteria/releases/tag/app%2Fv2.4.4
2.4.4
> This release contains important fixes and we strongly encourage everyone to upgrade.
- Fixed a memory leak in quic-go between 2.4.2 and 2.4.3
- Added a new GET
- The client now gracefully closes the QUIC connection when exiting
> 此版本包含重要修复,强烈建议更新
- 修复 2.4.2-2.4.3 中 quic-go 存在的一个内存泄漏问题
- 流量统计 API 新增 GET
- 客户端退出时将优雅关闭 QUIC 连接,服务端无需再等待超时
2.4.4
> This release contains important fixes and we strongly encourage everyone to upgrade.
- Fixed a memory leak in quic-go between 2.4.2 and 2.4.3
- Added a new GET
/online
endpoint to the traffic stats API for retrieving current online users and their connection counts- The client now gracefully closes the QUIC connection when exiting
> 此版本包含重要修复,强烈建议更新
- 修复 2.4.2-2.4.3 中 quic-go 存在的一个内存泄漏问题
- 流量统计 API 新增 GET
/online
接口,用于查询当前在线用户与其连接数- 客户端退出时将优雅关闭 QUIC 连接,服务端无需再等待超时
https://github.com/apernet/hysteria/releases/tag/app%2Fv2.4.5
2.4.5
- Fixed some logic issues in BBR, and added
- Fixed compatibility issues of the HTTP proxy with certain programs
- Updated quic-go to v0.44.0
- 修复 BBR 中的一些逻辑问题,并新增
- 修复 HTTP 代理对某些程序的兼容性问题
- quic-go 更新到 v0.44.0
2.4.5
- Fixed some logic issues in BBR, and added
HYSTERIA_BBR_DEBUG
environment variable for printing debug information- Fixed compatibility issues of the HTTP proxy with certain programs
- Updated quic-go to v0.44.0
- 修复 BBR 中的一些逻辑问题,并新增
HYSTERIA_BBR_DEBUG
环境变量用于输出 BBR 调试信息- 修复 HTTP 代理对某些程序的兼容性问题
- quic-go 更新到 v0.44.0
表情包第一弹来袭 - 彩羽ひでり能带你飞越长城,也能为聊天增添可爱
Our official sticker pack just dropped - Ayaha Hideri is not only here to help you bypass firewalls, but also to bring some major cute vibes to your chat
Telegram 中文版:
https://t.me/addstickers/Hideri1CN
Telegram No Text:
https://t.me/addstickers/Hideri1NT
Signal 中文版:
https://signal.art/addstickers/#pack_id=78143270530d3bef35ea1f52869ddc12&pack_key=f1c16e15139224306d19cf1db5c0b2a4867c802984bde12500434b0680db4c6f
Signal No Text:
https://signal.art/addstickers/#pack_id=47002595b4e5b320f52cdb166c18d324&pack_key=4db2065027244eebe81f1e8d437d6c9fa9813c1d6b27ce3a16b5c30c450a7377
Source:
https://github.com/apernet/hysteria-hideri-stickers
Our official sticker pack just dropped - Ayaha Hideri is not only here to help you bypass firewalls, but also to bring some major cute vibes to your chat
Telegram 中文版:
https://t.me/addstickers/Hideri1CN
Telegram No Text:
https://t.me/addstickers/Hideri1NT
Signal 中文版:
https://signal.art/addstickers/#pack_id=78143270530d3bef35ea1f52869ddc12&pack_key=f1c16e15139224306d19cf1db5c0b2a4867c802984bde12500434b0680db4c6f
Signal No Text:
https://signal.art/addstickers/#pack_id=47002595b4e5b320f52cdb166c18d324&pack_key=4db2065027244eebe81f1e8d437d6c9fa9813c1d6b27ce3a16b5c30c450a7377
Source:
https://github.com/apernet/hysteria-hideri-stickers
https://github.com/apernet/hysteria/releases/tag/app%2Fv2.5.0
2.5.0
- Added support for ACME DNS challenge, including several common providers such as Cloudflare, GoDaddy, and Name.com
- Added server-side protocol sniffing, supporting HTTP, TLS (HTTPS), and QUIC (HTTP/3)
- Fixed the issue with inaccurate unit conversion in the speed test command (1024 -> 1000)
- 新增 ACME DNS 验证支持,支持 Cloudflare, GoDaddy, Name.com 等多个常见服务商
- 新增服务端协议嗅探 (Sniff),支持 HTTP, TLS (HTTPS) 和 QUIC (HTTP/3) 协议
- 修复测速命令中速度显示单位转换不准确的问题 (1024 -> 1000)
2.5.0
- Added support for ACME DNS challenge, including several common providers such as Cloudflare, GoDaddy, and Name.com
- Added server-side protocol sniffing, supporting HTTP, TLS (HTTPS), and QUIC (HTTP/3)
- Fixed the issue with inaccurate unit conversion in the speed test command (1024 -> 1000)
- 新增 ACME DNS 验证支持,支持 Cloudflare, GoDaddy, Name.com 等多个常见服务商
- 新增服务端协议嗅探 (Sniff),支持 HTTP, TLS (HTTPS) 和 QUIC (HTTP/3) 协议
- 修复测速命令中速度显示单位转换不准确的问题 (1024 -> 1000)
TCP Brutal v1.0.3 has been released to fix compilation issues with Linux kernel v6.10+.
TCP Brutal v1.0.3 现已发布,修复了在 Linux kernel v6.10 或更新版本上的编译问题。
https://github.com/apernet/tcp-brutal
TCP Brutal v1.0.3 现已发布,修复了在 Linux kernel v6.10 或更新版本上的编译问题。
https://github.com/apernet/tcp-brutal
https://github.com/apernet/hysteria/releases/tag/app%2Fv2.5.1
2.5.1
- Fixed a bug in HTTP sniffing that caused all connections to non-standard ports (non-80) to fail
- Fixed a bug in the client where the authentication password was not escaped when parsing sharing links
- Updated quic-go to v0.46.0
- 修复了 HTTP 嗅探中一个导致所有非标准端口 (非 80) 连接会发生错误的问题
- 修复了客户端解析分享链接时未对认证密码部分进行转义的问题
- quic-go 更新到 v0.46.0
2.5.1
- Fixed a bug in HTTP sniffing that caused all connections to non-standard ports (non-80) to fail
- Fixed a bug in the client where the authentication password was not escaped when parsing sharing links
- Updated quic-go to v0.46.0
- 修复了 HTTP 嗅探中一个导致所有非标准端口 (非 80) 连接会发生错误的问题
- 修复了客户端解析分享链接时未对认证密码部分进行转义的问题
- quic-go 更新到 v0.46.0
https://github.com/apernet/hysteria/releases/tag/app%2Fv2.5.2
2.5.2
- By default, the server now terminates the TLS handshake if the SNI sent by a client does not match the certificate. A new
- Fixed the issue where sniffing could not recognize fragmented QUIC packets
- Updated quic-go to v0.47.0
- 服务端现在默认会在客户端发送的 SNI 与证书不匹配时终止 TLS 握手,并在
- 修复了 sniff 无法嗅探分片后的 QUIC 包的问题
- quic-go 更新到 v0.47.0
2.5.2
- By default, the server now terminates the TLS handshake if the SNI sent by a client does not match the certificate. A new
sniGuard
option has been added to the tls
section to control this behavior- Fixed the issue where sniffing could not recognize fragmented QUIC packets
- Updated quic-go to v0.47.0
- 服务端现在默认会在客户端发送的 SNI 与证书不匹配时终止 TLS 握手,并在
tls
中新增了 sniGuard
选项用于控制此行为- 修复了 sniff 无法嗅探分片后的 QUIC 包的问题
- quic-go 更新到 v0.47.0
https://github.com/apernet/hysteria/releases/tag/app%2Fv2.6.0
2.6.0
- Fixed a bug where the client would freeze on startup if the port hopping range contained 65535
- Added a new
- Updated quic-go to v0.48.1
- The
- Added a new
- The server now validates the
- 修复一个端口跳跃范围包含 65535 时客户端启动会卡死的 bug
- 流量统计 API 新增
- quic-go 更新到 v0.48.1
-
- 客户端新增
- 服务端现在会验证
2.6.0
- Fixed a bug where the client would freeze on startup if the port hopping range contained 65535
- Added a new
/dump/streams
endpoint to the traffic stats API for retrieving information on active QUIC streams- Updated quic-go to v0.48.1
- The
version
subcommand now includes the toolchain & quic-go version information- Added a new
share
subcommand to the client for generating sharing links & QR codes- The server now validates the
masquerade.proxy.url
field to ensure it's a valid HTTP or HTTPS URL- 修复一个端口跳跃范围包含 65535 时客户端启动会卡死的 bug
- 流量统计 API 新增
/dump/streams
接口,用于获取当前所有 QUIC 流的信息- quic-go 更新到 v0.48.1
-
version
子命令新增工具链和 quic-go 版本信息- 客户端新增
share
子命令,用于生成分享链接和二维码- 服务端现在会验证
masquerade.proxy.url
字段是否为有效的 HTTP 或 HTTPS URLhttps://github.com/apernet/hysteria/releases/tag/app%2Fv2.6.1
2.6.1
- The server's direct outbound now supports TCP Fast Open
- Changed
- Added support to disable TLS verification (
- Fixed issues with tun not functioning on Linux when
- Added support for
- Updated quic-go to version 0.49.0
- Made the username in
- 服务端 direct outbound 支持 TCP Fast Open
-
- 伪装代理网站回源支持禁用 TLS 验证 (
- 修复在 Linux 上
- 添加对
- quic-go 更新到 v0.49.0
-
2.6.1
- The server's direct outbound now supports TCP Fast Open
- Changed
LibVersion
to Libraries
in the output of the version
subcommand- Added support to disable TLS verification (
insecure
) for the masquerade proxy website- Fixed issues with tun not functioning on Linux when
ipv6.disable=1
is set- Added support for
LoongArch64
- Updated quic-go to version 0.49.0
- Made the username in
userpass
authentication case-insensitive- 服务端 direct outbound 支持 TCP Fast Open
-
version
子命令的输出中将 LibVersion
改为 Libraries
- 伪装代理网站回源支持禁用 TLS 验证 (
insecure
)- 修复在 Linux 上
ipv6.disable=1
时 tun 无法正常工作的 bug- 添加对
LoongArch64
的支持 (64 位龙芯)- quic-go 更新到 v0.49.0
-
userpass
认证中的用户名不再区分大小写