Skip to content

Commit b4d68a3

Browse files
committed
v2.6.5
1 parent 92efedf commit b4d68a3

File tree

4 files changed

+14
-2
lines changed

4 files changed

+14
-2
lines changed

docs/docs/Changelog.md

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

7+
## 2.6.5
8+
9+
> This release contains important fixes and we strongly encourage everyone to upgrade.
10+
11+
- Fixed a server-side memory leak issue that accumulates with each client connection
12+
713
## 2.6.4
814

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

docs/docs/Changelog.zh.md

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

7+
## 2.6.5
8+
9+
> 此版本包含重要修复,强烈建议更新
10+
11+
- 修复一个会随着每个客户端连接而累积的服务端内存泄漏问题
12+
713
## 2.6.4
814

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

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.4
51+
bash <(curl -fsSL https://get.hy2.sh/) --version v2.6.5
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.4
51+
bash <(curl -fsSL https://get.hy2.sh/) --version v2.6.5
5252
```
5353

5454
### 卸载

0 commit comments

Comments
 (0)