Skip to content

Commit

Permalink
Merge pull request #104 from percona/psqladm-497
Browse files Browse the repository at this point in the history
PSQLADM-497 2.5.5 Release notes and release note tasks
  • Loading branch information
patrickbirch authored Aug 23, 2023
2 parents 98da9c7 + 728d62d commit 0c9e89e
Show file tree
Hide file tree
Showing 4 changed files with 45 additions and 4 deletions.
38 changes: 38 additions & 0 deletions docs/2.5.5.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
# ProxySQL 2.5.5 and ProxySQL admin tools (2023-08-23)

[ProxySQL](https://proxysql.com/) is a high-performance proxy for MySQL and MySQL-compatible database servers such as Percona Server for MySQL and MariaDB. It acts as an intermediary for client requests seeking resources from the database. ProxySQL was created for the database administrator as a solution for complex replication topology issues.

You can [download the original ProxySQL from GitHub](https://github.com/sysown/proxysql/releases). The [ProxySQL documentation](https://proxysql.com/documentation/) provides information on installing and running ProxySQL.

The [ProxySQL Admin (proxysql-admin)](proxysql-admin-tool-v2-config.md) tool simplifies the configuration of Percona XtraDB Cluster nodes with ProxySQL. [ProxySQL Admin 1](proxysql-v1.md) requires custom `Bash` scripts to track the status of a Percona XtraDB Cluster. [ProxySQL Admin 2](proxysql-admin-tool-functions.md) supports Percona XtraDB Cluster without custom scripts.

The [ProxySQL 2 and pxc_scheduler_handler](psh-overview.md) tool can automatically perform a failover due to node failures, service degradation, or maintenance. The pxc_scheduler_handler tool has different features and capabilities than ProxySQL admin. Do not use the options from one tool in the other tool. Mixing the options may cause unintended results.

## Release highlights

Compared to the previous ProxySQL 2.5.4 release, this release includes all improvements and bug fixes available in ProxySQL 2.5.5.

The improvements and bug fixes introduced by ProxySQL 2.5.5 and included in this release are:

* Using a CA certificate to create backend connections with SSL enabled caused a file descriptors leak.

* Terminating a frontend connection using SSL during a handshake could cause an infinite loop.

For more information on these items and other improvements and bug fixes, see the [ProxySQL 2.5.5 release notes](https://github.com/sysown/proxysql/releases/tag/v2.5.5).


## Bug fixes

ProxySQL Admin and pxc_scheduler_handler have not changed since the previous release.

## Useful links

* Install [ProxySQL and proxysql-admin](https://docs.percona.com/proxysql/install-v2.html)

* The [ProxySQL and ProxySQL admin tools GitHub location](https://github.com/percona/proxysql-admin-tool)

* [Contribute to the documentation](https://github.com/percona/proxysql-admin-tool-doc/blob/main/contributing.md)

* Download the product binaries, packages, and tarballs at [Download ProxySQL](https://www.percona.com/download-proxysql)

* For [training](https://www.percona.com/training), contact [Percona Training - Start learning now](https://learn.percona.com/contact-me)
4 changes: 3 additions & 1 deletion docs/release-notes.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# ProxySQL, ProxySQL-admin, and percona-scheduler-admin release notes index

## Version 2.x release notes
## Version 2 release notes

[ProxySQL 2.5.5 and ProxySQL admin tools (2023-08-23)](2.5.5.md)

[ProxySQL 2.5.4 and ProxySQL admin tools (2023-07-24)](2.5.4.md)

Expand Down
1 change: 1 addition & 0 deletions mkdocs-base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ nav:
- Home: index.md
- Release notes:
- Release notes index: release-notes.md
- 2.5.5.md
- 2.5.4.md
- 2.5.3.md
- 2.5.2.md
Expand Down
6 changes: 3 additions & 3 deletions variables.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# variables for HTML output

release: '2.5.4'
release: '2.5.5'
version: '2.x.x'
release_date: 'July 24, 2023'
title_date: '2023-07-24'
release_date: 'August 23, 2023'
title_date: '2023-08-23'

0 comments on commit 0c9e89e

Please sign in to comment.