Skip to content

Releases: percona/proxysql-admin-tool

v2.4.7

14 Feb 17:12
4b7c4b4
Compare
Choose a tag to compare

Release date: February 14th, 2023

ProxySQL package update

Release Notes: https://docs.percona.com/proxysql/2.4.7.html

Bugs fixed

  • PSQLADM-439: Lock file time calculation was corrected
  • Typo in documentation was corrected. Thanks to Michael Coburn for the contribution.

Improvements

  • PSQLADM-458: Earlier, server ping could hang for a long time when the node was not reachable. pxc_scheduler_handler now supports server pingTimeout option to avoid the tool hanging when the node is not reachable.

v2.4.4-1

14 Nov 03:25
Compare
Choose a tag to compare

Release date: November 8th, 2022

ProxySQL package update

Release Notes: https://docs.percona.com/proxysql/2.4.4-1.2.html

Bugs fixed

PSQLADM-433: Fixed CVE-2022-32149 in golang library used by pxc_scheduler_handler.

v2.4.4

04 Oct 13:08
ecb6cf1
Compare
Choose a tag to compare

Release date: October 4th, 2022

v2.4.3

31 Aug 15:15
ab4768f
Compare
Choose a tag to compare

Release date: August 31, 2022

ProxySQL package update

Improvements

PSQLADM-402: The proxysql-status command did not work as intended. The script had a requirement to pass the .cnf file but this requirement is no longer needed.

PSQLADM-419: The CVE-2021-38561 was found in a library used by pxc_scheduler_handler. The appropriate patch was applied.

v2.4.2

15 Aug 05:23
97d358a
Compare
Choose a tag to compare

Release date: August 10, 2022

ProxySQL package update

Improvements

When pxc_scheduler_handler launches, a lock file is created to prevent the running of multiple instances of pxc_scheduler_handler. Previously, the lock file remained in the file system and prevented the handler script from running.

Now, on startup, pxc_scheduler_handler does the following:

  • reads the Process identifier (PID),
  • reads the timestamp from the lock file,
  • checks if PID is running on startup.

If PID is still running, the newly launched pxc_scheduler_handler exits. If the PID is not running, pxc_scheduler_handler checks whether the timeout specified in lockFileTimeout exceeds. If the timeout exceeds, pxc_scheduler_handler removes the lock file and performs the operations.

v2.3.2-1

15 Jun 09:30
31edcea
Compare
Choose a tag to compare

Release date: June 15, 2022

ProxySQL package update

New Features

  • PSQLADM-330: Adds support for the Percona Scheduler Admin tool.

Improvements

The ProxySQL Admin tool adds support for Percona XtraDB Cluster 5.5 and MariaDB Server 10.6.

v2.3.2

09 Dec 10:39
806f7e0
Compare
Choose a tag to compare

Release date: November 3, 2021

ProxySQL package update

Improvements

  • PSQLADM-320 : Performs a SAVE operation for the users table only if the users table has changed

  • PSQLADM-327 : Adds the --server option to skip the check for cluster membership
    This option is specified with either the --syncusers command or the --sync-multi-cluster-users command and allows specific standalone nodes to be synced.

  • PSQLADM-339 : Provides a method when a cluster read-only state has changed to update proxysql-admin without requiring a cluster restart
    The --force option was added to skip the cluster membership check.

  • PR-202 : add support for MariaDB 10.1
    Thanks to shovelwagon for this.

  • PR-203 : add support for MariaDB 10.0, 10.1, and 10.5
    Thanks to Esysteme for this.

v2.2.0

11 Aug 07:42
Compare
Choose a tag to compare

Release date: August 10, 2021

ProxySQL package update

Update of the ProxySQL binaries. No changes were made to proxysql-admin-tools.

Please see
https://github.com/sysown/proxysql/releases/tag/v2.2.0

v2.1.1

11 Aug 07:40
Compare
Choose a tag to compare

Release date: July 9, 2021

ProxySQL package update

Enhancements

  • PSQLADM-314 : Added a tool to help setting up the test workdir
    Added the tests/setup_workdir.sh script to help setup the workdir corectly.

v2.0.18

20 Apr 00:42
Compare
Choose a tag to compare

Release date: April 19, 2021

ProxySQL package update

Update of the ProxySQL binaries. No changes were made to proxysql-admin-tools.

Please see
https://github.com/sysown/proxysql/releases/tag/v2.0.18