8000 Releases · apernet/hysteria · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: apernet/hysteria

app/v2.6.2

08 Jun 02:59
88890dd
Compare
Choose a tag to compare
  • Updated quic-go to v0.52.0
    • ClientHello is now fragmented during TLS handshake, which can bypass some firewalls' SNI filtering.
  • The --qr option in client mode is deprecated; use the share subcommand to generate links and QR codes instead.

  • quic-go 更新到 v0.52.0
    • 现在 TLS 握手时会对 ClientHello 进行分片,可绕过部分防火墙的 SNI 过滤
  • 客户端模式的 --qr 参数已不推荐使用,可用 share 子命令生成共享链接与二维码

app/v2.6.1

04 Feb 02:18
401ed52
Compare
Choose a tag to compare
  • 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 认证中的用户名不再区分大小写

app/v2.6.0

12 Nov 00:19
15e31d4
Compare
Choose a tag to compare

This release contains important fixes and we strongly encourage everyone to upgrade.

  • 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 URL

app/v2.5.2

06 Oct 04:58
b960bea
Compare
Choose a tag to compare
  • 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

app/v2.5.1

17 Aug 04:24
4c04660
Compare
Choose a tag to compare
  • 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

app/v2.5.0

01 Jul 04:59
0ce3df4
Compare
Choose a tag to compare
  • 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)

app/v2.4.5

05 Jun 02:53
52c8f82
Compare
Choose a tag to compare
  • 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

app/v2.4.4

18 May 02:59
15e5846
Compare
Choose a tag to compare

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 连接,服务端无需再等待超时

app/v2.4.3

29 Apr 03:46
c831b98
Compare
Choose a tag to compare

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

app/v2.4.2

28 Apr 04:22
d280557
Compare
Choose a tag to compare
  • 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
0