Skip to content

Commit

Permalink
v2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tobyxdd committed Nov 12, 2024
1 parent 3f45af0 commit 2d605c8
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 2 deletions.
11 changes: 11 additions & 0 deletions docs/docs/Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,17 @@ hide:
- navigation
---

## 2.6.0

> 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

## 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
Expand Down
11 changes: 11 additions & 0 deletions docs/docs/Changelog.zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,17 @@ hide:
- navigation
---

## 2.6.0

> 此版本包含重要修复,强烈建议更新
- 修复一个端口跳跃范围包含 65535 时客户端启动会卡死的 bug
- 流量统计 API 新增 `/dump/streams` 接口,用于获取当前所有 QUIC 流的信息
- quic-go 更新到 v0.48.1
- `version` 子命令新增工具链和 quic-go 版本信息
- 客户端新增 `share` 子命令,用于生成分享链接和二维码
- 服务端现在会验证 `masquerade.proxy.url` 字段是否为有效的 HTTP 或 HTTPS URL

## 2.5.2

- 服务端现在默认会在客户端发送的 SNI 与证书不匹配时终止 TLS 握手,并在 `tls` 中新增了 `sniGuard` 选项用于控制此行为
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/getting-started/Server-Installation-Script.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ bash <(curl -fsSL https://get.hy2.sh/)
Install or upgrade to a specified version.

```sh
bash <(curl -fsSL https://get.hy2.sh/) --version v2.5.2
bash <(curl -fsSL https://get.hy2.sh/) --version v2.6.0
```

### Uninstall
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/getting-started/Server-Installation-Script.zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ bash <(curl -fsSL https://get.hy2.sh/)
安装或升级为指定版本,不进行版本检查。

```sh
bash <(curl -fsSL https://get.hy2.sh/) --version v2.5.2
bash <(curl -fsSL https://get.hy2.sh/) --version v2.6.0
```

### 卸载
Expand Down

0 comments on commit 2d605c8

Please sign in to comment.