From ed024d7bfa2d025fa006e8f87328139149d7249c Mon Sep 17 00:00:00 2001 From: Santo <31849787+sleto-it@users.noreply.github.com> Date: Wed, 17 Aug 2022 12:15:46 +0200 Subject: [PATCH] v3.4.0 release notes --- docs/release_notes.rst | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) diff --git a/docs/release_notes.rst b/docs/release_notes.rst index 0b239729..8ba882a3 100644 --- a/docs/release_notes.rst +++ b/docs/release_notes.rst @@ -1,6 +1,44 @@ Percona Toolkit *************** +v3.4.0 released 2022-07-11 +========================== + +New Features +------------ + +* :jirabug:`PT-1978`: Add reporting on unused/redundant indexes for MongoDB by pt-mongodb-summary + +Improvements +------------ + +* :jirabug:`PT-1417`: Inconsistent creation of toolkit tables +* :jirabug:`PT-1800`: The environment variable PTDEBUG=1 exposes the passwords +* :jirabug:`PT-1940`: ptsoc dropswap method that was rejected for Mysql 8 has been fixed with Mysql 8.0.14 +* :jirabug:`PT-1979`: Add gathering of admin parameters for MongoDB by pt-mongodb-summary +* :jirabug:`PT-2037`: Add option --skip-mysql or --system-only for pt-stalk + +Bugs Fixed +---------- + +* :jirabug:`PT-1218`: pt-stalk ominous open_tables function +* :jirabug:`PT-1336`: pt-stalk removes user's files from the destination directory +* :jirabug:`PT-1398`: pt-stalk gets the incorrect mysqld pid when the host installed a multi MySQL instance +* :jirabug:`PT-1627`: pt-mysql-summary doesn't verify which version of jemalloc is in use +* :jirabug:`PT-1747`: pt-online-schema-change: metadata lock can break database for rebuild_constraints +* :jirabug:`PT-1887`: pt-diskstat is not working for new kernels +* :jirabug:`PT-1900`: At times, pt-query-digest does not hide the parameters properly when parameter=binary +* :jirabug:`PT-1953`: pt-summary typo: Memory mamagement. +* :jirabug:`PT-1959`: go part of the toolkit still has the version 3.3.0 +* :jirabug:`PT-1965`: pt-stalk --mysql-only doesn't collect mysqladmin output (Thanks Sergey Kuzmichev) +* :jirabug:`PT-1966`: Test no_drop_no_swap for the pt-online-schema-change is broken (Thanks Tsubasa Tanaka) +* :jirabug:`PT-1974`: Support fingerprinting for --print in pt-kill +* :jirabug:`PT-1983`: pt-summary missing one DIMM +* :jirabug:`PT-2016`: pt-table-checksum fails to build replace query when table lacks primary key +* :jirabug:`PT-2023`: pt-upgrade Error: Wide character in print + + + v3.3.1 released 2021-04-28 ==========================