Releases: cloudfoundry/pxc-release
Releases · cloudfoundry/pxc-release
v1.0.39
Release Notes
Dependency bumps
- Percona XtraDB Cluster 5.7 support has been bumped to v5.7.44-31.65-5
- pxc-release components now build with Go v1.24.2
- Updates packages and dependencies
v1.0.38
Release Notes
New Features
- The pxc-mysql pre-start check to verify whether a deployment is using a persistent disk may now be disabled by setting disable_persistent_storage_safety_check to true
Dependency bumps
- Percona XtraDB Cluster has been bumped to v8.0.41-32
- pxc-release components now build with Go v1.24.1
- Updates packages and dependencies
v1.0.37
Release Notes
Dependency bumps
- Bump Go to v1.23.6
- Updates packages and dependencies
v1.0.36
Release Notes
New Features
- Added support for deploying pxc-release on ubuntu-noble stemcells
v1.0.35
Dependency bumps
- Bump Go to v1.23.5
- Bumps Percona XtraDB Cluster to v8.0.40-31
v1.0.34
Dependency bumps
- Bump to golang.org/x/[email protected] to address CVE-2024-45338 / GHSA-w32m-9786-jp63
- Bump to golang.org/x/[email protected] to address CVE-2024-45337 / GHSA-v778-237x-gjrc
v1.0.33
v1.0.32
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
v0.63.0
Final release 0.63.0
v1.0.31
Release Notes
New Features
- Enable users to set
engine_config.binlog.sync=0
- Enable users to set
kernel.vm.swappiness=1
- Enable users to set
engine_config.innodb_flush_method=O_DIRECT
- Enable users to set
engine_config.additional_raw_entries
Dependency bumps
- Updates packages and dependencies