Pārlūkot izejas kodu

update release notes (#4772)

fatedier 1 mēnesi atpakaļ
vecāks
revīzija
5eb961d251
2 mainītis faili ar 3 papildinājumiem un 8 dzēšanām
  1. 2 7
      Release.md
  2. 1 1
      pkg/util/version/version.go

+ 2 - 7
Release.md

@@ -1,8 +1,3 @@
-### Notes
+### Bug Fixes
 
-*   **Feature Gates Introduced:** This version introduces a new experimental mechanism called Feature Gates. This allows users to enable or disable specific experimental features before they become generally available. Feature gates can be configured in the `featureGates` map within the configuration file.
-*   **VirtualNet Feature Gate:** The first available feature gate is `VirtualNet`, which enables the experimental Virtual Network functionality (currently in Alpha stage).
-
-### Features
-
-*   **Virtual Network (VirtualNet):** Introduce experimental virtual network capabilities (Alpha). This allows creating a TUN device managed by frp, enabling Layer 3 connectivity between different clients within the frp network. Requires root/admin privileges and is currently supported on Linux and macOS. Configuration is done via the `virtualNet` section and the `virtual_net` plugin. Enable with feature gate `VirtualNet`. **Note: As an Alpha feature, configuration details may change in future releases.**
+*   **VirtualNet:** Resolved various issues related to connection handling, TUN device management, and stability in the virtual network feature.

+ 1 - 1
pkg/util/version/version.go

@@ -14,7 +14,7 @@
 
 package version
 
-var version = "0.62.0"
+var version = "0.62.1"
 
 func Full() string {
 	return version