v1.0.32
pcf-core-services-writer
released this
19 Nov 14:44
·
15 commits
to main
since this release
Release Notes
Bugs Fixed
-
Fix a memory leak bug in the Percona audit log plugin when
engine_config.audit_logs.enabled
is configuredPreviously, when the audit log feature was enabled and long-lived connections that heavily used prepared statement were used, memory could grow linearly over time and lead to the Linux OOM killer terminating MySQL.
This backports a fix from PS-9369 to address a memory leak for workloads that heavily use long-lived connections and prepared statements with audit logs enabled.
Dependency bumps
- Bump Go to v1.23.3
- Updates packages and dependencies