From 3d54cb43afab6bb700a35ef77b5436af5587470a Mon Sep 17 00:00:00 2001 From: Toby Date: Sun, 23 Oct 2022 16:54:45 -0700 Subject: [PATCH] chore: update CHANGELOG for 1.2.2 --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 666201d..aa3f7df 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## 1.2.2 + +- Fix a bug where the client would crash for IPv6 UDP requests in TProxy mode. +- Fix a bug where the client did not release old UDP sockets when reconnecting. +- Fix a bug where using DoT (DNS over TLS) as resolver would cause the client/server to crash. +- Add `quit_on_disconnect`, `handshake_timeout`, `idle_timeout` options to client config. +- Drop server's legacy protocol (v2) support. +- Updated quic-go to v0.30.0, small performance improvements. + ## 1.2.1 - Fix a bug that caused DNS failure when using domain names in the "resolver" option