Skip to content

Commit 830ad54

Browse files
committed
ProxySQL 3.0.1 release announcment
1 parent 0f4a662 commit 830ad54

File tree

1 file changed

+37
-0
lines changed

1 file changed

+37
-0
lines changed
Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
---
2+
date: 2025-09-10
3+
description: >
4+
ProxySQL 3.0.1 has been released on Wednesday, September 10, 2025.
5+
authors: [patrickbirch]
6+
categories:
7+
- MySQL
8+
tags:
9+
- ProxySQL
10+
---
11+
12+
# ProxySQL 3.0.1 has been released
13+
14+
<!-- more -->
15+
16+
[ProxySQL](https://docs.percona.com/proxysql/){:target="_blank"} 3.0.1 has been released on Wednesday, September 10, 2025.
17+
18+
Try it out using the [Installation guide](https://docs.percona.com/proxysql/install-v3.html){:target="_blank"}.
19+
20+
This version updates ProxySQL to version 3.0.1.
21+
22+
ProxySQL now uses a dynamically linked version of the system's OpenSSL library instead of a statically linked one. This change allows ProxySQL to more easily use the most up-to-date and secure versions of OpenSSL already present on the host system. Additionally, ProxySQL now logs a warning message if it detects a problematic or outdated OpenSSL version, alerting administrators to potential security risks.
23+
24+
A bug has been fixed where the `syncusers` command would delete and recreate users when a password hash difference was detected, which incorrectly removed the `default_schema` property. This operation now correctly preserves the property. We thank George Mess for reporting this issue and contributing a patch.
25+
26+
ProxySQL 3 has removed support for several distributions ([#4749](https://github.com/sysown/proxysql/pull/4749)) due to them being officially past their end-of-life or lacking native support for OpenSSL 3.0, a library required for modern security features.
27+
28+
| Distribution | Reason for Removal | EOL Date / Notes |
29+
| :--- | :--- | :--- |
30+
| CentOS 8 | Past official EOL | December 31, 2021 |
31+
| Debian 10 (Buster) | Does not ship with OpenSSL 3.0 | LTS ended June 30, 2024 |
32+
| Debian 11 (Bullseye) | Does not include OpenSSL 3.0 | Currently in LTS until Aug 2026 |
33+
| Ubuntu 18.04 (Bionic Beaver) | EOL and does not support OpenSSL 3.0 | EOL May 2023 |
34+
| Ubuntu 20.04 (Focal Fossa) | Does not ship with OpenSSL 3.0 | EOL April 2025 |
35+
36+
Learn more in ProxySQL 3.0.1 [release notes](https://docs.percona.com/proxysql/3.0.1.html){:target="_blank"}.
37+

0 commit comments

Comments
 (0)