From a48d6ddb7c83d605ef0d7f8ebe51515438a85a3a Mon Sep 17 00:00:00 2001 From: tobyxdd Date: Tue, 7 Feb 2023 22:11:37 -0800 Subject: [PATCH] docs: 1.3.3 changelog --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 97ec2a3731..9ad68e2651 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## 1.3.3 + +- Fix a bug that made UDP unusable when using `socks5_outbound` +- Set the default value of `retry_interval` to 1 to prevent the client from retrying too often when errors occur +- Prompt error if both acme and local cert file are specified in client config +- Updated quic-go to v0.32.0, performance improvements + ## 1.3.2 - Fix a bug where some malformed UDP packets would cause the server to crash