From 78d8095bc82d8042ff6d503b2c7be7f038b40f23 Mon Sep 17 00:00:00 2001 From: Sveta Smirnova Date: Fri, 12 Dec 2025 18:07:53 +0300 Subject: [PATCH] PT-2479 Release notes for Percona Toolkit 3.7.1 - Added missed PR on Amazon Linux 2023 support --- Changelog | 1 + docs/release_notes.rst | 1 + 2 files changed, 2 insertions(+) diff --git a/Changelog b/Changelog index 966190ee..92da07d1 100644 --- a/Changelog +++ b/Changelog @@ -7,6 +7,7 @@ v3.7.1 released 2025-12-16 * Feature PR-996: Add invisible option to pt-duplicate-key-checker (Thanks to Matthew Boehm for the contribution) * Feature PT-2289: Allow pt-stalk do disable ps-lock-transactions data collection via parameter * Feature PKG-1138: Build percona-toolkit on deb13 +* Feature PR-1041: Add support for Amazon Linux 2023 * Improvement PR-951: PMM-12548 Add json tags for PMM purposes. * Improvement PT-1718: Have pt-stalk collect performance_schema.threads along with information_schema.processlist (Thanks to Nilnandan Joshi for the contribution) * Improvement PT-2469: version_cmp is binary file diff --git a/docs/release_notes.rst b/docs/release_notes.rst index 8871acfd..7dda98ce 100644 --- a/docs/release_notes.rst +++ b/docs/release_notes.rst @@ -12,6 +12,7 @@ New Features * `PR-996`: Add invisible option to pt-duplicate-key-checker (Thanks to Matthew Boehm for the contribution) * :jirabug:`PT-2289`: Allow pt-stalk to disable ps-lock-transactions data collection via parameter * :jirabug:`PKG-1138`: Build percona-toolkit on deb13 +* `PR-1041`: Add support for Amazon Linux 2023 Improvements ------------------------------------------------------------