Compare commits

...

3 Commits

Author SHA1 Message Date
Sveta Smirnova
47d0e6eb2d Updated version in the second place 2023-06-28 22:56:48 +03:00
Alina Derkach
3c2bcdaded PT-2232 Release Notes 3.5.4 (#633)
modified:   Changelog
	modified:   Makefile.PL
	modified:   config/sphinx-build/conf.py
	modified:   docs/release_notes.rst
2023-06-26 18:26:26 +03:00
Sveta Smirnova
acde5dd2d6 Version updated 2023-06-26 15:21:47 +03:00
38 changed files with 81 additions and 55 deletions

View File

@@ -1,5 +1,15 @@
Changelog for Percona Toolkit
v3.5.4 released 2023-06-30
* Improvement PT-2151: Fix tests for pt-query-digest
* Improvement PR-614: Support for environments that do not have SQL mode, such as OceanBase (Thanks to hanzhongzi for the contribution)
* Improvement PR-617: Remove $has_child_tables var (Thanks to Ricardo for the contribution)
* Fixed bug PT-2101: pt-mongodb-query-digest doesn't work on standalone server
* Fixed bug PT-813: LP #1371774: pt-query-digest inconsistent rank order
* Fixed bug PT-981: LP #1008240: t/pt-query-digest/processlist.t occasionally fails
* Fixed bug PT-2229: CVE reported in Percona Toolkit version 3.5.3 related to Logrus (Thanks to Kushal Haldar for reporting this issue and testing the fix)
v3.5.3 release 2023-06-05
* Fixed bug PT-1583: Skipping chunks when using pt-online-schema-change (Thanks to monty solomon for reporting this issue)

View File

@@ -2,7 +2,7 @@ use ExtUtils::MakeMaker;
WriteMakefile(
NAME => 'Percona::Toolkit',
VERSION => '3.5.3',
VERSION => '3.5.4',
EXE_FILES => [ <bin/*> ],
MAN1PODS => {
'docs/percona-toolkit.pod' => 'blib/man1/percona-toolkit.1p',

View File

@@ -1364,6 +1364,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-align 3.5.3
pt-align 3.5.4
=cut

View File

@@ -45,7 +45,7 @@ BEGIN {
{
package Percona::Toolkit;
our $VERSION = '3.5.2';
our $VERSION = '3.5.4';
use strict;
use warnings FATAL => 'all';
@@ -8778,6 +8778,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-archiver 3.5.3
pt-archiver 3.5.4
=cut

View File

@@ -43,7 +43,7 @@ BEGIN {
{
package Percona::Toolkit;
our $VERSION = '3.5.2';
our $VERSION = '3.5.4';
use strict;
use warnings FATAL => 'all';
@@ -6011,6 +6011,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-config-diff 3.5.3
pt-config-diff 3.5.4
=cut

View File

@@ -42,7 +42,7 @@ BEGIN {
{
package Percona::Toolkit;
our $VERSION = '3.5.2';
our $VERSION = '3.5.4';
use strict;
use warnings FATAL => 'all';
@@ -5788,6 +5788,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-deadlock-logger 3.5.3
pt-deadlock-logger 3.5.4
=cut

View File

@@ -38,7 +38,7 @@ BEGIN {
{
package Percona::Toolkit;
our $VERSION = '3.5.2';
our $VERSION = '3.5.4';
use strict;
use warnings FATAL => 'all';
@@ -5692,6 +5692,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-diskstats 3.5.3
pt-diskstats 3.5.4
=cut

View File

@@ -39,7 +39,7 @@ BEGIN {
{
package Percona::Toolkit;
our $VERSION = '3.5.2';
our $VERSION = '3.5.4';
use strict;
use warnings FATAL => 'all';
@@ -5786,6 +5786,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-duplicate-key-checker 3.5.3
pt-duplicate-key-checker 3.5.4
=cut

View File

@@ -1708,6 +1708,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-fifo-split 3.5.3
pt-fifo-split 3.5.4
=cut

View File

@@ -35,7 +35,7 @@ BEGIN {
{
package Percona::Toolkit;
our $VERSION = '3.5.2';
our $VERSION = '3.5.4';
use strict;
use warnings FATAL => 'all';
@@ -5201,6 +5201,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-find 3.5.3
pt-find 3.5.4
=cut

View File

@@ -2271,6 +2271,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-fingerprint 3.5.3
pt-fingerprint 3.5.4
=cut

View File

@@ -37,7 +37,7 @@ BEGIN {
{
package Percona::Toolkit;
our $VERSION = '3.5.2';
our $VERSION = '3.5.4';
use strict;
use warnings FATAL => 'all';
@@ -4775,6 +4775,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-fk-error-logger 3.5.3
pt-fk-error-logger 3.5.4
=cut

View File

@@ -44,7 +44,7 @@ BEGIN {
{
package Percona::Toolkit;
our $VERSION = '3.5.2';
our $VERSION = '3.5.4';
use strict;
use warnings FATAL => 'all';
@@ -7473,6 +7473,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-heartbeat 3.5.3
pt-heartbeat 3.5.4
=cut

View File

@@ -45,7 +45,7 @@ BEGIN {
{
package Percona::Toolkit;
our $VERSION = '3.5.2';
our $VERSION = '3.5.4';
use strict;
use warnings FATAL => 'all';
@@ -7731,6 +7731,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-index-usage 3.5.3
pt-index-usage 3.5.4
=cut

View File

@@ -1132,7 +1132,7 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-ioprofile 3.5.3
pt-ioprofile 3.5.4
=cut

View File

@@ -47,7 +47,7 @@ BEGIN {
{
package Percona::Toolkit;
our $VERSION = '3.5.2';
our $VERSION = '3.5.4';
use strict;
use warnings FATAL => 'all';
@@ -8759,6 +8759,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-kill 3.5.3
pt-kill 3.5.4
=cut

View File

@@ -808,7 +808,7 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-mext 3.5.3
pt-mext 3.5.4
=cut

View File

@@ -3325,7 +3325,7 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-mysql-summary 3.5.3
pt-mysql-summary 3.5.4
=cut

View File

@@ -56,7 +56,7 @@ BEGIN {
{
package Percona::Toolkit;
our $VERSION = '3.5.2';
our $VERSION = '3.5.4';
use strict;
use warnings FATAL => 'all';
@@ -13473,6 +13473,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-online-schema-change 3.5.3
pt-online-schema-change 3.5.4
=cut

View File

@@ -901,7 +901,7 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-pmp 3.5.3
pt-pmp 3.5.4
=cut

View File

@@ -64,7 +64,7 @@ BEGIN {
{
package Percona::Toolkit;
our $VERSION = '3.5.2';
our $VERSION = '3.5.4';
use strict;
use warnings FATAL => 'all';
@@ -16993,6 +16993,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-query-digest 3.5.3
pt-query-digest 3.5.4
=cut

View File

@@ -2673,6 +2673,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-show-grants 3.5.3
pt-show-grants 3.5.4
=cut

View File

@@ -1249,7 +1249,7 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-sift 3.5.3
pt-sift 3.5.4
=cut

View File

@@ -40,7 +40,7 @@ BEGIN {
{
package Percona::Toolkit;
our $VERSION = '3.5.2';
our $VERSION = '3.5.4';
use strict;
use warnings FATAL => 'all';
@@ -5061,6 +5061,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-slave-delay 3.5.3
pt-slave-delay 3.5.4
=cut

View File

@@ -4595,6 +4595,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-slave-find 3.5.3
pt-slave-find 3.5.4
=cut

View File

@@ -41,7 +41,7 @@ BEGIN {
{
package Percona::Toolkit;
our $VERSION = '3.5.2';
our $VERSION = '3.5.4';
use strict;
use warnings FATAL => 'all';
@@ -6246,6 +6246,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-slave-restart 3.5.3
pt-slave-restart 3.5.4
=cut

View File

@@ -2564,7 +2564,7 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-stalk 3.5.3
pt-stalk 3.5.4
=cut

View File

@@ -2769,7 +2769,7 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-summary 3.5.3
pt-summary 3.5.4
=cut

View File

@@ -58,7 +58,7 @@ BEGIN {
{
package Percona::Toolkit;
our $VERSION = '3.5.2';
our $VERSION = '3.5.4';
use strict;
use warnings FATAL => 'all';
@@ -14155,6 +14155,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-table-checksum 3.5.3
pt-table-checksum 3.5.4
=cut

View File

@@ -55,7 +55,7 @@ BEGIN {
{
package Percona::Toolkit;
our $VERSION = '3.5.2';
our $VERSION = '3.5.4';
use strict;
use warnings FATAL => 'all';
@@ -13178,6 +13178,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-table-sync 3.5.3
pt-table-sync 3.5.4
=cut

View File

@@ -8519,6 +8519,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-table-usage 3.5.3
pt-table-usage 3.5.4
=cut

View File

@@ -61,7 +61,7 @@ BEGIN {
{
package Percona::Toolkit;
our $VERSION = '3.5.2';
our $VERSION = '3.5.4';
use strict;
use warnings FATAL => 'all';
@@ -11528,6 +11528,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-upgrade 3.5.3
pt-upgrade 3.5.4
=cut

View File

@@ -44,7 +44,7 @@ BEGIN {
{
package Percona::Toolkit;
our $VERSION = '3.5.2';
our $VERSION = '3.5.4';
use strict;
use warnings FATAL => 'all';
@@ -6326,6 +6326,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-variable-advisor 3.5.3
pt-variable-advisor 3.5.4
=cut

View File

@@ -3308,6 +3308,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-visual-explain 3.5.3
pt-visual-explain 3.5.4
=cut

View File

@@ -50,7 +50,7 @@ copyright = u'2023, Percona LLC and/or its affiliates'
# The short X.Y version.
version = '3.5'
# The full version, including alpha/beta/rc tags.
release = '3.5.3'
release = '3.5.4'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.

View File

@@ -575,6 +575,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
Percona Toolkit v3.5.3 released 2023-05-29
Percona Toolkit v3.5.4 released 2023-06-28
=cut

View File

@@ -1,6 +1,22 @@
Percona Toolkit
***************
v3.5.4 released 2023-06-30
==============================
Improvements
------------------------------------------------------------
* :jirabug:`PT-2151`: Fix tests for pt-query-digest
Bugs Fixed
------------
* :jirabug:`PT-2101`: pt-mongodb-query-digest doesn't work on standalone server
* :jirabug:`PT-813`: LP #1371774: pt-query-digest inconsistent rank order
* :jirabug:`PT-981`: LP #1008240: t/pt-query-digest/processlist.t occasionally fails
* :jirabug:`PT-2229`: CVE reported in Percona Toolkit version 3.5.3 related to Logrus (Thanks to Kushal Haldar for reporting this issue and testing the fix)
v3.5.3 released 2023-06-05
==============================
@@ -12,7 +28,7 @@ Bugs Fixed
* :jirabug:`PT-2169`: pt-k8s-debug-collector integration of pg_gather requires croping first line of the output file
* :jirabug:`PT-2203`: CVEs reported in Percona Toolkit version 5.3.2 related to GO (Thanks to Kushal Haldar for reporting this issue)
* :jirabug:`PT-2196`: Bug in pt-secure-collect --output-file (Thanks to Michael Patrick for reporting and fixing this issue)
*
v3.5.2 released 2023-03-28
==============================

View File

@@ -18,7 +18,7 @@
# ###########################################################################
package Percona::Toolkit;
our $VERSION = '3.5.2';
our $VERSION = '3.5.4';
use strict;
use warnings FATAL => 'all';