diff --git a/docs/release-notes/8.0.38.md b/docs/release-notes/8.0.38.md new file mode 100644 index 00000000..7ebef633 --- /dev/null +++ b/docs/release-notes/8.0.38.md @@ -0,0 +1,3 @@ +# Percona XtraDB Cluster 8.0.38 + +Due to a critical fix, MySQL Community Server 8.0.39 was released shortly (22 days later) after MySQL Community Server 8.0.38. Percona has skipped the release of Percona Server for MySQL 8.0.38 and Percona XtraDB Cluster 8.0.38. Percona XtraDB Cluster 8.0.39-30 is based on Percona Server for MySQL 8.0.39-30, which contains all bug fixes and contents from MySQL Community Server 8.0.38 and MySQL Community Server 8.0.39. \ No newline at end of file diff --git a/docs/release-notes/8.0.39-30.md b/docs/release-notes/8.0.39-30.md new file mode 100644 index 00000000..b22f6192 --- /dev/null +++ b/docs/release-notes/8.0.39-30.md @@ -0,0 +1,48 @@ +# Percona XtraDB Cluster 8.0.39-30 (2024-12-02) + +[Get started with Quickstart Guide for Percona XtraDB Cluster.](../quickstart-overview.md) + +Percona XtraDB Cluster 8.0.39-30 includes all the features and bug fixes available in Percona Server for MySQL 8.0.39-29. [Percona Server for MySQL 8.0.38](https://docs.percona.com/percona-server/8.0/release-notes/8.0.38.html) was skipped. + +## Release highlights + +Percona XtraDB Cluster is based on Percona Server for MySQL. Find a complete list of improvements and bug fixes in the [Percona Server for MySQL 8.0.39-30 (2024-10-08) release notes](https://docs.percona.com/percona-server/8.0/release-notes/8.0.39-30.html). + +The release also installs Percona Telemetry. Find more information in the [Telemetry on Percona XtraDB Cluster](../telemetry.md) document. + +Improvements and bug fixes provided by Oracle for MySQL 8.0.38 and MySQL 8.0.39 and included in Percona Server for MySQL are the following: + +* The server could not restart successfully after creating a large number of tables (8001 or more). This issue, Bug #36808732, is a regression of Bug #33398681. + +* Enhanced performance of tablespace file scanning during startup. (Bug #110402, Bug #35200385) + +* InnoDB file system operations now consistently perform an fsync on the parent directory when carrying out directory-altering tasks. (Bug #36174938) + +* Worker jobs now include details about the relay log file that initiated the transaction, rather than relying on the default specified by `relay_log`. + +Find the complete list of bug fixes and changes in the [MySQL 8.0.38 Release Notes](https://dev.mysql.com/doc/relnotes/mysql/8.0/en/news-8-0-38.html) and [MySQL 8.0.39 Release Notes](https://dev.mysql.com/doc/relnotes/mysql/8.0/en/news-8-0-39.html). + +## Bug fixes + +* [PXC-4452](https://perconadev.atlassian.net/browse/PXC-4452): The `slow_query_log_file` has a default value if applied in conjunction with `max_slowlog_size`. + +* [PXC-4495](https://perconadev.atlassian.net/browse/PXC-4495): A Percona XtraDB Cluster node suddenly began accumulating on-demand cache files. The cache pool grows until the disk is full. + +* [PXC-4500](https://perconadev.atlassian.net/browse/PXC-4500): A Percona XtraDB Cluster enters a broken state after a failed node restart. + +* [PXC-4521](https://perconadev.atlassian.net/browse/PXC-4521): Percona Telemetry creates a dedicated, internal user limited to only collecting metrics. The user is created automatically when Percona Telemetry is enabled. If Percona Telemetry is disabled, the user is dropped during server startup. + +## Additional resources + +Download product binaries, packages, and tarballs at [Percona Product Downloads](https://www.percona.com/downloads) + +[Install Percona XtraDB Cluster](../install-index.md) + +The [Percona XtraDB Cluster GitHub repository](https://github.com/percona/percona-xtradb-cluster) + +[Contribute to the documentation](https://github.com/percona/pxc-docs/blob/8.0/contributing.md) + +For [training](https://www.percona.com/training), contact [Percona Training - Start learning now](https://learn.percona.com/contact-me). + + + diff --git a/docs/release-notes/release-notes_index.md b/docs/release-notes/release-notes_index.md index ed0b0a75..3a46bd08 100644 --- a/docs/release-notes/release-notes_index.md +++ b/docs/release-notes/release-notes_index.md @@ -1,5 +1,9 @@ # Percona XtraDB Cluster 8.0 release notes index +* [Percona XtraDB Cluster 8.0.39-30 (2024-12-02)](8.0.39-30.md) + +* [Percona XtraDB Cluster 8.0.38](8.0.38.md) + * [Percona XtraDB Cluster 8.0.37-29 (2024-09-18)](8.0.37-29.md) * [Percona XtraDB Cluster 8.0.36-28 (2024-04-03)](8.0.36-28.md) diff --git a/mkdocs-base.yml b/mkdocs-base.yml index a6beaa1a..adebe52b 100644 --- a/mkdocs-base.yml +++ b/mkdocs-base.yml @@ -126,7 +126,7 @@ plugins: with-pdf: # https://github.com/orzih/mkdocs-with-pdf output_path: '_pdf/PerconaXtradbCluster-8.0.pdf' cover_title: 'Percona XtraDB Cluster Documentation' - cover_subtitle: 8.0.37-29 (2024-09-18) + cover_subtitle: 8.0.39-30 (2024-12-02) author: 'Percona Technical Documentation Team' cover_logo: docs/_static/Percona_Logo_Color.png debug_html: false @@ -146,6 +146,8 @@ nav: - Home: index.md - Release notes: - Release notes index: release-notes/release-notes_index.md + - release-notes/8.0.39-30.md + - release-notes/8.0.38.md - release-notes/8.0.37-29.md - release-notes/8.0.36-28.md - release-notes/8.0.35-27.md diff --git a/variables.yml b/variables.yml index a2ac6436..927d0cda 100644 --- a/variables.yml +++ b/variables.yml @@ -1,6 +1,6 @@ # variables for HTML output -release: '8.0.37-29' +release: '8.0.39-30' version: '8.0' -release_date: '2024-09-18' -title_date: '2024-09-18' +release_date: '2024-12-02' +title_date: '2024-11-28'