소스 검색

add release notes

fatedier 2 년 전
부모
커밋
34ab6b0e74
1개의 변경된 파일2개의 추가작업 그리고 7개의 파일을 삭제
  1. 2 7
      Release.md

+ 2 - 7
Release.md

@@ -1,8 +1,3 @@
-### New
+### Improve
 
-* Use auto generated certificates if `plugin_key_path` and `plugin_crt_path` are empty for plugin `https2https` and `https2http`.
-* Server dashboard supports TLS configs.
-
-### Fix
-
-* xtcp error with IPv6 address.
+* Adjust http group load balancing to forward requests to each frpc proxy round robin. Previous behavior is always forwarding requests to single proxy in the case of single concurrency.