Skip to content

Commit d36b644

Browse files
DISTMYSQL-555 [Doc] Release notes for - PDPS 8.0.44 (#236)
* DISTMYSQL-555 [Doc] Release notes for - PDPS 8.0.44 new file: docs/release-notes-ps-v8.0.44.md modified: docs/release-notes.md modified: docs/templates/pdf_cover_page.tpl modified: mkdocs-base.yml * Update release-notes-ps-v8.0.44.md * Update release-notes-ps-v8.0.44.md * Update release-notes-ps-v8.0.44.md * Update release-notes.md * Update pdf_cover_page.tpl * Update release-notes-ps-v8.0.44.md * Update release-notes-ps-v8.0.44.md * Update release-notes-ps-v8.0.44.md * Update release-notes.md * Update pdf_cover_page.tpl
1 parent 09436bf commit d36b644

File tree

4 files changed

+54
-1
lines changed

4 files changed

+54
-1
lines changed

docs/release-notes-ps-v8.0.44.md

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
# Percona Distribution for MySQL 8.0.44 using Percona Server for MySQL (2025-11-27)
2+
3+
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).
4+
5+
This release is based on [Percona Server for MySQL 8.0.44-35](https://docs.percona.com/percona-server/8.0/release-notes/8.0.44-35.html) that includes all the features and bug fixes available in the [MySQL 8.0.44 Community Edition](https://dev.mysql.com/doc/relnotes/mysql/8.0/en/news-8-0-44.html) and enterprise-grade features developed by Percona.
6+
7+
## Release highlights
8+
9+
### Percona Server for MySQL 8.0.44-35
10+
11+
Announcement – Discontinuation of the Percona PRO Program
12+
13+
Percona has consolidated its build offerings. The Pro builds are no longer required, and all features have been merged into the main open source Community release.
14+
15+
### MySQL 8.0.44
16+
17+
Improvements and bug fixes provided by Oracle for MySQL 8.0.44 and included in Percona Server for MySQL are the following:
18+
19+
* Fixed an issue where parallel scan thread creation could fail, causing assertion failures when falling back to single-thread mode. (Bug #38325137)
20+
21+
* Fixed an issue where virtual index rollback could fail on 32-bit builds of MySQL Server under certain circumstances. (Bug #38167527)
22+
23+
* Fixed an issue where very large buffer pools could require excessive memory chunks per instance, potentially causing allocation failures. The allocation is now validated to ensure proper memory allocation. (Bug #37994397)
24+
25+
* Fixed an issue where assertion failures could occur due to data size and bounds mismatches during DDL file operations. (Bug #37882398)
26+
27+
* Fixed an issue related to modifying the internal Full-Text Search (FTS) configuration. (Bug #37792010)
28+
29+
* Fixed an issue related to virtual indexes. (Bug #37602657)
30+
31+
* Fixed an issue where confusing warning messages could appear when row sizes exceeded maximum allowed limits with `innodb_strict_mode=OFF`, such as during table selection or column dropping operations. Error messages have been improved for clarity. (Bug #37003342, Bug #36768046, Bug #36867372)
32+
33+
Find the complete list of bug fixes and changes in the [MySQL 8.0.44 Release Notes](https://dev.mysql.com/doc/relnotes/mysql/8.0/en/news-8-0-44.html).
34+
35+
## Build & packaging notes
36+
37+
Amazon Linux 2023 is not supported in Percona Distribution for MySQL. We do support Amazon Linux 2023 in Percona Server for MySQL and Percona XtraBackup. Find more information in [Percona Release Lifecycle Overview](https://www.percona.com/services/policies/percona-software-support-lifecycle).
38+
39+
## Supplied components
40+
41+
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:
42+
43+
| Component | Version | Description |
44+
| ------------------- | --------- | -------------------------------------------|
45+
| Orchestrator | [3.2.6-19](https://github.com/percona/orchestrator/releases/tag/v3.2.6-19) | The replication topology manager for Percona Server for MySQL|
46+
| ProxySQL | [2.7.3](https://docs.percona.com/proxysql/2.7.3.html) | A high performance, high-availability, protocol-aware proxy for MySQL|
47+
| Percona XtraBackup | [8.0.35-34](https://docs.percona.com/percona-xtrabackup/8.0/release-notes/8.0/8.0.35-34.0.html)| An open-source hot backup utility for MySQL-based servers|
48+
| Percona Toolkit | [3.7.0-2](https://docs.percona.com/percona-toolkit/release_notes.html#v3-7-0-2-released-2025-05-14) | The set of scripts to simplify and optimize database operation|
49+
| MySQL Shell | [8.0.44](https://dev.mysql.com/doc/relnotes/mysql-shell/8.0/en/news-8-0-44.html) | An advanced client and code editor for MySQL Server|
50+
| MySQL Router | [8.0.44](https://dev.mysql.com/doc/relnotes/mysql-router/8.0/en/news-8-0-44.html) | Lightweight middleware that provides transparent routing between your application and back-end MySQL servers|

docs/release-notes.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## Percona Distribution for MySQL using Percona Server for MySQL
44

5+
* [Percona Distribution for MySQL 8.0.44 using Percona Server for MySQL (2025-11-27)](release-notes-ps-v8.0.44.md)
6+
57
* [Percona Distribution for MySQL 8.0.43 using Percona Server for MySQL (2025-09-22)](release-notes-ps-v8.0.43.md)
68

79
* [Percona Distribution for MySQL 8.0.42 using Percona Server for MySQL (2025-05-21)](release-notes-ps-v8.0.42.md)

docs/templates/pdf_cover_page.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@
77
{% if config.site_description %}
88
<h1>{{ config.site_description }}</h1>
99
{% endif %}
10-
<h2>8.0.43 (September 22, 2025)</h2>
10+
<h2>8.0.44 (November 27, 2025)</h2>
1111
<!--<h3>Percona Technical Documentation Team</h3>-->

mkdocs-base.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,7 @@ nav:
173173
- Release notes:
174174
- Release notes index: release-notes.md
175175
- Percona Distribution for MySQL using Percona Server for MySQL:
176+
- release-notes-ps-v8.0.44.md
176177
- release-notes-ps-v8.0.43.md
177178
- release-notes-ps-v8.0.42.md
178179
- release-notes-ps-v8.0.41.md

0 commit comments

Comments
 (0)