From b2a18af961dd042530a6255427d01e28edef78d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=96=E7=95=8C?= Date: Sun, 1 Oct 2023 13:45:02 +0800 Subject: [PATCH] Bump version --- docs/changelog.md | 13 +++++++++++++ docs/deprecated.md | 4 +++- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/docs/changelog.md b/docs/changelog.md index d82e7b82..7d2f39c0 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,3 +1,16 @@ +#### 1.6.0-alpha.1 + +* Update BBR congestion control for TUIC and Hysteria2 **1** +* Update quic-go to v0.39.0 +* Update gVisor to 20230814.0 +* Remove [Deprecated Features](/deprecated) by agreement +* Fixes and improvements + +**1**: + +None of the existing Golang BBR congestion control implementations have been reviewed or unit tested. +This update is intended to address the multi-send defects of the old implementation and may introduce new issues. + #### 1.5.0 * Fixes and improvements diff --git a/docs/deprecated.md b/docs/deprecated.md index 521a3994..28391e5f 100644 --- a/docs/deprecated.md +++ b/docs/deprecated.md @@ -1,6 +1,8 @@ # Deprecated Feature List -The following features will be marked deprecated in 1.5.0 and removed entirely in 1.6.0. +### 1.6.0 + +The following features were marked deprecated in 1.5.0 and removed entirely in 1.6.0. #### ShadowsocksR