From 2d500ecbe1b1cb29e4f6948f1c2f2a89db7e2273 Mon Sep 17 00:00:00 2001 From: Alina Derkach Date: Tue, 8 Oct 2024 19:12:50 +0300 Subject: [PATCH] DISTMYSQL-447 Release notes for Percona Distribution for MySQL (PDPS) 8.0.39-30 (#173) * DISTMYSQL-447 Release notes for Percona Distribution for MySQL (PDPS) 8.0.39-30 new file: docs/release-notes-ps-v8.0.38.md new file: docs/release-notes-ps-v8.0.39.md modified: docs/release-notes.md modified: mkdocs-base.yml * Update release-notes-ps-v8.0.39.md --- docs/release-notes-ps-v8.0.38.md | 3 +++ docs/release-notes-ps-v8.0.39.md | 32 ++++++++++++++++++++++++++++++++ docs/release-notes.md | 4 ++++ mkdocs-base.yml | 4 +++- 4 files changed, 42 insertions(+), 1 deletion(-) create mode 100644 docs/release-notes-ps-v8.0.38.md create mode 100644 docs/release-notes-ps-v8.0.39.md diff --git a/docs/release-notes-ps-v8.0.38.md b/docs/release-notes-ps-v8.0.38.md new file mode 100644 index 0000000..8757f62 --- /dev/null +++ b/docs/release-notes-ps-v8.0.38.md @@ -0,0 +1,3 @@ +# Percona Distribution for MySQL 8.0.38 using Percona Server for MySQL + +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. Percona Server for MySQL 8.0.39 contains all bug fixes and contents from MySQL Community Server 8.0.38 and MySQL Community Server 8.0.39. diff --git a/docs/release-notes-ps-v8.0.39.md b/docs/release-notes-ps-v8.0.39.md new file mode 100644 index 0000000..9ec94bf --- /dev/null +++ b/docs/release-notes-ps-v8.0.39.md @@ -0,0 +1,32 @@ +# Percona Distribution for MySQL 8.0.39 using Percona Server for MySQL (2024-10-08) + +Percona Distribution for MySQL is the most stable, scalable, and secure open source MySQL distribution, with two download options: one based on Percona Server for MySQL and one based on Percona XtraDB Cluster. [Install Percona Distribution for MySQL](installing.md). + +This release is based on [Percona Server for MySQL 8.0.39-30](https://www.percona.com/doc/percona-server/8.0/release-notes/8.0.39-30.html) that includes all the features and bug fixes available in the [MySQL 8.0.38 Community Edition](https://dev.mysql.com/doc/relnotes/mysql/8.0/en/news-8-0-38.html) and [MySQL 8.0.39 Community Edition](https://dev.mysql.com/doc/relnotes/mysql/8.0/en/news-8-0-39.html) and enterprise-grade features developed by Percona. + +## Release highlights + +Improvements and bug fixes provided by Oracle for MySQL 8.0.38, 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). + +## Supplied components + +Review each component’s release notes for What’s new, improvements, or bug fixes. The following is a list of the components supplied with the Percona Server for MySQL-based variation of the Percona Distribution for MySQL: + +| Component | Version | Description | +| ------------------- | --------- | -------------------------------------------| +| Orchestrator | [3.2.6-14](https://github.com/percona/orchestrator/releases/tag/v3.2.6-14) | The replication topology manager for Percona Server for MySQL| +| ProxySQL | [2.6.5](https://docs.percona.com/proxysql/2.6.5.html) | A high performance, high-availability, protocol-aware proxy for MySQL| +| Percona XtraBackup | [8.0.35-30](https://docs.percona.com/percona-xtrabackup/8.0/release-notes/8.0/8.0.35-30.0.html)| An open-source hot backup utility for MySQL-based servers| +| Percona Toolkit | [3.6.0](https://docs.percona.com/percona-toolkit/release_notes.html#v3-6-0-released-2024-06-12) | The set of scripts to simplify and optimize database operation| +| MySQL Shell | [8.0.38](https://dev.mysql.com/doc/relnotes/mysql-shell/8.0/en/news-8-0-38.html) | An advanced client and code editor for MySQL Server| +| MySQL Router | [8.0.39](https://dev.mysql.com/doc/relnotes/mysql-router/8.0/en/news-8-0-39.html) | Lightweight middleware that provides transparent routing between your application and back-end MySQL servers| diff --git a/docs/release-notes.md b/docs/release-notes.md index b6c9dee..55f546f 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -2,6 +2,10 @@ ## Percona Distribution for MySQL using Percona Server for MySQL +* [Percona Distribution for MySQL 8.0.39 using Percona Server for MySQL (2024-10-08)](release-notes-ps-v8.0.39.md) + +* [Percona Distribution for MySQL 8.0.38 using Percona Server for MySQL](release-notes-ps-v8.0.38.md) + * [Percona Distribution for MySQL 8.0.37 using Percona Server for MySQL (2024-08-06)](release-notes-ps-v8.0.37.md) * [Percona Distribution for MySQL 8.0.36 using Percona Server for MySQL (2024-03-04)](release-notes-ps-v8.0.36.md) diff --git a/mkdocs-base.yml b/mkdocs-base.yml index bfa62cb..96bbe12 100644 --- a/mkdocs-base.yml +++ b/mkdocs-base.yml @@ -125,7 +125,7 @@ plugins: with-pdf: # https://github.com/orzih/mkdocs-with-pdf output_path: '_pdf/PerconaDistributionforMySQL.pdf' cover_title: 'Percona Distribution for MySQL Documentation' - cover_subtitle: 8.0.37 (2024-09-18) + cover_subtitle: 8.0.39 (2024-10-08) author: 'Percona Technical Documentation Team' cover_logo: docs/_images/pdf-logo.png debug_html: false @@ -149,6 +149,8 @@ nav: - Release notes: - Release notes index: release-notes.md - Percona Distribution for MySQL using Percona Server for MySQL: + - release-notes-ps-v8.0.39.md + - release-notes-ps-v8.0.38.md - release-notes-ps-v8.0.37.md - release-notes-ps-v8.0.36.md - release-notes-ps-v8.0.35.md