Compare commits

...

1 Commits

Author SHA1 Message Date
Alina Derkach
82191fe309 PT-2479 Release notes for Percona Toolkit 3.7.1
modified:   Changelog
	modified:   Makefile.PL
	modified:   config/sphinx-build/conf.py
	modified:   docs/release_notes.rst
2025-09-12 16:53:51 +02:00
4 changed files with 66 additions and 2 deletions

View File

@@ -1,5 +1,31 @@
Changelog for Percona Toolkit
v3.7.1 released 2025-09-
* Feature PT-2052: Tools should default to unbuffered stdout/stderr
* Feature PT-2289: Allow pt-stalk do disable ps-lock-transactions data collection via parameter
* Improvement PT-2015: pt-config-diff does not sort variable flags
* Improvement PT-2440: Support for MariaDB 10.5
* Improvement PT-2453: Add -skip-pod-summary for pt-k8s-debug-collector
* Improvement PT-2459: Mention "pt" repo for percona-toolkit installation
* Improvement PT-2465: Fix Regex pattern search on version 3.7.0 for mariadb based DBs
* Fixed bug PT-2014: pt-config-diff does not honor case insensitivity flag
* Fixed bug PT-2129: pt-online-schem-change and other tools fail on non-readable version check file
* Fixed bug PT-2305: pt-online-schema-change should error if server is a slave in row based replication
* Fixed bug PT-2322: pt-mysql-summary does not detect jemalloc.
* Fixed bug PT-2346: t/pt-table-sync/specify_column_or_index.t fails with 5.7
* Fixed bug PT-2356: Every next run of pt-online-schema-change will result in an error and create a new table that wont be cleaned up
* Fixed bug PT-2401: pt-online-schema-change 'table does not exist' on macos
* Fixed bug PT-2418: pt-online-schema-change 3.7.0 lost data when exe alter xxx rename column xxx
* Fixed bug PT-2424: Typo in pt-table-checksum error message "--resume and --no-empty-replicate-table are mutually exclusive"
* Fixed bug PT-2425: pt-table-sync performs case sensitive match for mariadb
* Fixed bug PT-2435: t/pt-online-schema-change/pt-1717-resume.t fails after PT-2355 fix
* Fixed bug PT-2451: VersionParser/MariaDB checks are incompatible with mixed-case version_comment mariadb variable
* Fixed bug PT-2467: t/pt-show-grants/basics.t t/pt-table-checksum/basics.t t/pt-table-sync/filters.t t/pt-upgrade/diff_rows.t fail with the latest PT
* Fixed bug PT-2469: version_cmp is binary file
* Fixed bug PT-2470: pt-table-sync supports recursion methods dsn and cluster but documentation does not mention it
* Fixed bug PT-2471: Link to the repository documentation is broken
v3.7.0-2 released 2025-05-14
This release addresses multiple security vulnerabilities reported in Percona Toolkit version 3.7.0, including issues related to the `libxml2` component (CVE-2024-56171, CVE-2025-24928), `openssl` (CVE-2024-12797), and `krb5` (CVE-2022-37967).

View File

@@ -11,7 +11,7 @@ MAKE_GOTOOLS
WriteMakefile(
NAME => 'Percona::Toolkit',
VERSION => '3.7.0-2',
VERSION => '3.7.1',
EXE_FILES => [
map {
(my $name = $_) =~ s/^bin.//;

View File

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

View File

@@ -1,6 +1,44 @@
Release Notes
***************
v3.7.1 released 2025-09-
==============================
New Features
------------------------------------------------------------
* :jirabug:`PT-2052`: Tools should default to unbuffered stdout/stderr
* :jirabug:`PT-2289`: Allow pt-stalk do disable ps-lock-transactions data collection via parameter
Improvements
------------------------------------------------------------
* :jirabug:`PT-2015`: pt-config-diff does not sort variable flags
* :jirabug:`PT-2440`: Support for MariaDB 10.5
* :jirabug:`PT-2453`: Add -skip-pod-summary for pt-k8s-debug-collector
* :jirabug:`PT-2459`: Mention "pt" repo for percona-toolkit installation
* :jirabug:`PT-2465`: Fix Regex pattern search on version 3.7.0 for mariadb based DBs
Bugs Fixed
------------
* :jirabug:`PT-2014`: pt-config-diff does not honor case insensitivity flag
* :jirabug:`PT-2129`: pt-online-schem-change and other tools fail on non-readable version check file
* :jirabug:`PT-2305`: pt-online-schema-change should error if server is a slave in row based replication
* :jirabug:`PT-2322`: pt-mysql-summary does not detect jemalloc.
* :jirabug:`PT-2346`: t/pt-table-sync/specify_column_or_index.t fails with 5.7
* :jirabug:`PT-2356`: Every next run of pt-online-schema-change will result in an error and create a new table that wont be cleaned up
* :jirabug:`PT-2401`: pt-online-schema-change 'table does not exist' on macos
* :jirabug:`PT-2418`: pt-online-schema-change 3.7.0 lost data when exe alter xxx rename column xxx
* :jirabug:`PT-2424`: Typo in pt-table-checksum error message "--resume and --no-empty-replicate-table are mutually exclusive"
* :jirabug:`PT-2425`: pt-table-sync performs case sensitive match for mariadb
* :jirabug:`PT-2435`: t/pt-online-schema-change/pt-1717-resume.t fails after PT-2355 fix
* :jirabug:`PT-2451`: VersionParser/MariaDB checks are incompatible with mixed-case version_comment mariadb variable
* :jirabug:`PT-2467`: t/pt-show-grants/basics.t t/pt-table-checksum/basics.t t/pt-table-sync/filters.t t/pt-upgrade/diff_rows.t fail with the latest PT
* :jirabug:`PT-2469`: version_cmp is binary file
* :jirabug:`PT-2470`: pt-table-sync supports recursion methods dsn and cluster but documentation does not mention it
* :jirabug:`PT-2471`: Link to the repository documentation is broken
v3.7.0-2 released 2025-05-14
==============================