Skip to content

Commit e526731

Browse files
committed
PSQLADM-566 - Release notes for ProxySQL - PSQLADM 3.0.1
new file: docs/3.0.1.md modified: docs/release-notes.md modified: mkdocs-base.yml modified: variables.yml
1 parent 636772e commit e526731

File tree

5 files changed

+41
-5
lines changed

5 files changed

+41
-5
lines changed

docs/3.0.1.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
# Percona build of ProxySQL 3.0.1 and ProxySQL admin tools (2025-06-12)
2+
3+
--8<--- "rn-block-top.md"
4+
5+
## Release highlights
6+
7+
This release introduces the Percona build of ProxySQL 3.0.1, incorporating the latest upstream features and improvements. This version includes all enhancements and bug fixes from upstream [ProxySQL 3.0.1].
8+
9+
* Dual-password support: Enables use of two passwords for seamless rotation.
10+
11+
* Enhanced logging (from v2.7.2): Real-time query/event logging using a circular buffer and SQLite. View logs in `stats_mysql_query_events`, `history_mysql_query_events`, and Prometheus.
12+
13+
* Prepared statement logging (#4895, #4922): Logs actual parameter values. Supports binary and JSON. Controlled by `mysql-eventslog_stmt_parameters` (disabled by default).
14+
15+
* New event: `PROXYSQL_METADATA` (#4922): Logged when a new binary log file is created. Includes version metadata.
16+
17+
* DNS cache improvements (#4745): Spreads out resolution attempts to avoid bursts and queue congestion.
18+
19+
## No changes
20+
21+
The [ProxySQL Admin](proxysql-admin-tool-v2-config.md) tool and the [pxc_scheduler_handler](psh-overview.md) tool within Percona's Build of ProxySQL 3.0.1 have not been updated and are the same as in the previous Percona release.
22+
23+
## Known issues
24+
25+
--8<--- "note-8.4.md"
26+
27+
## Additional resources
28+
--8<--- "rn-ar.md"
29+
30+
31+
32+
[ProxySQL 3.0.1]: https://github.com/sysown/proxysql/releases/tag/v3.0.1

docs/release-notes.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# ProxySQL, ProxySQL-admin, and percona-scheduler-admin release notes index
22

3+
[ProxySQL 3.0.1 and ProxySQL admin tools (2025-06-12)](3.0.1.md)
4+
35
[ProxySQL 2.7.3 and ProxySQL admin tools (2025-04-21)](2.7.3.md)
46

57
[ProxySQL 2.7.1-1 and ProxySQL admin tools (2024-11-20)](2.7.1-1.md)

mkdocs-base.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,8 @@ nav:
147147
- get-help.md
148148
- Release notes:
149149
- Release notes index: release-notes.md
150+
151+
- 3.0.1.md
150152
- 2.7.3.md
151153
- 2.7.1-1.md
152154
- 2.7.1.md

snippets/rn-block-top.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66

77
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.
88

9-
The [ProxySQL Admin (proxysql-admin)](proxysql-admin-tool-v2-config.md) tool simplifies the configuration of Percona XtraDB Cluster nodes with ProxySQL. [ProxySQL Admin 2](proxysql-admin-tool-functions.md) supports Percona XtraDB Cluster without custom scripts.
9+
The [ProxySQL Admin (proxysql-admin)](proxysql-admin-tool-v2-config.md) tool simplifies the configuration of Percona XtraDB Cluster nodes with ProxySQL. [ProxySQL Admin](proxysql-admin-tool-functions.md) supports Percona XtraDB Cluster without custom scripts.
1010

1111
The [pxc_scheduler_handler](psh-overview.md) tool can automatically perform a failover due to node failures, service degradation, or maintenance. This tool has features and capabilities that differ from the ProxySQL admin tool, so you should not use options from one tool in the other, as that may cause unintended results.

variables.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# variables for HTML output
22

3-
release: "2.7.3"
4-
version: "2.x.x"
5-
release_date: "April , 2025"
6-
title_date: "2025-04-"
3+
release: "3.0.1"
4+
version: "3.x"
5+
release_date: "June 12, 2025"
6+
title_date: "2025-06-"

0 commit comments

Comments
 (0)