From 41655defd87e3b991f0afa7db834a81e81568a8f Mon Sep 17 00:00:00 2001 From: tanyawen01770 Date: Sun, 29 Jan 2023 11:46:55 +0800 Subject: [PATCH] feature:add history --- HISTORY | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/HISTORY b/HISTORY index 1d26881..b1a12b7 100644 --- a/HISTORY +++ b/HISTORY @@ -1,3 +1,8 @@ +Version 1.30 2023-01-29 + * support tracker server fail over + If the tracker server is not specified, when the tracker server fails to + get the connection, it will try to get the connection from other tracker servers. + The maximum number of attempts is the number of tracker servers minus 1 Version 1.29 2020-01-03 * support active test for connection pool.