Skip to content

Commit 5751b3e

Browse files
committed
v2.7.0
1 parent b4d68a3 commit 5751b3e

File tree

5 files changed

+20
-2
lines changed

5 files changed

+20
-2
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,3 +97,5 @@ $RECYCLE.BIN/
9797

9898
site/
9999
assistant/
100+
101+
.venv/

docs/docs/Changelog.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@ hide:
44
- navigation
55
---
66

7+
## 2.7.0
8+
9+
> This release contains important fixes and we strongly encourage everyone to upgrade.
10+
11+
- Updated quic-go to v0.57.1
12+
- Fixed a long-standing bug in BBR that caused the connection to send faster than the available bandwidth in some cases
13+
- Minor performance improvements
14+
715
## 2.6.5
816

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

docs/docs/Changelog.zh.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@ hide:
44
- navigation
55
---
66

7+
## 2.7.0
8+
9+
> 此版本包含重要修复,强烈建议更新
10+
11+
- quic-go 更新到 v0.57.1
12+
- 修复此前版本 BBR 中一直存在的一个导致连接发送速度超出实际带宽的 bug
13+
- 小幅性能优化
14+
715
## 2.6.5
816

917
> 此版本包含重要修复,强烈建议更新

docs/docs/getting-started/Server-Installation-Script.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ bash <(curl -fsSL https://get.hy2.sh/)
4848
Install or upgrade to a specified version.
4949

5050
```sh
51-
bash <(curl -fsSL https://get.hy2.sh/) --version v2.6.5
51+
bash <(curl -fsSL https://get.hy2.sh/) --version v2.7.0
5252
```
5353

5454
### Uninstall

docs/docs/getting-started/Server-Installation-Script.zh.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ bash <(curl -fsSL https://get.hy2.sh/)
4848
安装或升级为指定版本,不进行版本检查。
4949

5050
```sh
51-
bash <(curl -fsSL https://get.hy2.sh/) --version v2.6.5
51+
bash <(curl -fsSL https://get.hy2.sh/) --version v2.7.0
5252
```
5353

5454
### 卸载

0 commit comments

Comments
 (0)