From 9844a7969dc2bb81004a0e8532c30f72f7a8590b Mon Sep 17 00:00:00 2001 From: Alina Derkach Date: Mon, 1 Jun 2026 17:24:41 +0200 Subject: [PATCH] PXB-3729 [Doc] Release notes for - PXB 8.0.35-36 modified: docs/release-notes.md new file: docs/release-notes/8.0/8.0.35-36.0.md modified: docs/templates/pdf_cover_page.tpl modified: mkdocs-base.yml modified: variables.yml --- docs/release-notes.md | 2 ++ docs/release-notes/8.0/8.0.35-36.0.md | 43 +++++++++++++++++++++++++++ docs/templates/pdf_cover_page.tpl | 2 +- mkdocs-base.yml | 1 + variables.yml | 10 +++---- 5 files changed, 52 insertions(+), 6 deletions(-) create mode 100644 docs/release-notes/8.0/8.0.35-36.0.md diff --git a/docs/release-notes.md b/docs/release-notes.md index b0e47375..2a49c43f 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -1,5 +1,7 @@ # Percona XtraBackup 8.0 release notes index +* [Percona XtraBackup 8.0.35-36 (2026-06-04)](release-notes/8.0/8.0.35-36.0.md) + * [Percona XtraBackup 8.0.35-35 (2026-01-26)](release-notes/8.0/8.0.35-35.0.md) * [Percona XtraBackup 8.0.35-34 (2025-08-11)](release-notes/8.0/8.0.35-34.0.md) diff --git a/docs/release-notes/8.0/8.0.35-36.0.md b/docs/release-notes/8.0/8.0.35-36.0.md new file mode 100644 index 00000000..c3f3036f --- /dev/null +++ b/docs/release-notes/8.0/8.0.35-36.0.md @@ -0,0 +1,43 @@ +# Percona XtraBackup 8.0.35-36 (2026-06-04) + +Get started with [Quickstart Guide for Percona XtraBackup](..//..//quickstart-overview.md). + +## Supported versions + +Starting with Percona XtraBackup 8.0.34, you can take backups of Percona Server for MySQL and MySQL version 8.0.34 or later within the 8.0.x series. + +Check the latest list of all [Supported versions](..//..//supported-versions.md). + +## Release highlights + +Percona XtraBackup 8.0.35-36 release includes improvements and bug fixes. + +* Percona XtraBackup adds support for Azure Storage accounts with [Hierarchical Namespace (HNS)](https://learn.microsoft.com/en-us/azure/storage/blobs/data-lake-storage-namespace) enabled in `xbcloud delete`. Percona XtraBackup now correctly removes backups from Azure Data Lake Storage Gen2 environments where deletion previously failed due to unsupported HNS behavior. + +* Percona XtraBackup improves sparse file handling efficiency by removing redundant `fallocate(PUNCH_HOLE)` calls from `local_write_sparse`. + +We recommend that you download the Percona XtraBackup for the same architecture as the MySQL-compatible server. For example, if your server is on an ARM64 platform, you should download and use the Percona XtraBackup for ARM64 for that operating system. + +## Improvements + +* [PXB-3643](https://perconadev.atlassian.net/browse/PXB-3643): Adds support for Azure Storage accounts with [Hierarchical Namespace (HNS)](https://learn.microsoft.com/en-us/azure/storage/blobs/data-lake-storage-namespace) enabled in `xbcloud delete`. Percona XtraBackup now correctly removes backups from Azure Data Lake Storage Gen2 environments where deletion previously failed due to unsupported HNS behavior. + +* [PXB-3658](https://perconadev.atlassian.net/browse/PXB-3658): Improves sparse file handling efficiency by removing redundant `fallocate(PUNCH_HOLE)` calls from `local_write_sparse`. + +## Bug fixes + +* [PXB-3568](https://perconadev.atlassian.net/browse/PXB-3568): Fixed an issue where `xtrabackup` terminated unexpectedly on RHEL 9 when using `--compress=lz4`. + +* [PXB-3759](https://perconadev.atlassian.net/browse/PXB-3759): Fixed an issue where `xtrabackup` terminated unexpectedly when redo log encryption was enabled and `innodb_log_buffer_size` exceeded 16 MB. + +## Packaging notes + +* Percona XtraBackup 8.0 adds support for Ubuntu 26.04. + +## Useful links + +Install [Percona XtraBackup 8.0](..//..//installation.md) + +The [Percona XtraBackup GitHub repository](https://github.com/percona/percona-xtrabackup) + +Download product binaries, packages, and tarballs at [Percona Product Downloads](https://www.percona.com/downloads) diff --git a/docs/templates/pdf_cover_page.tpl b/docs/templates/pdf_cover_page.tpl index 13c4d15d..267f3678 100644 --- a/docs/templates/pdf_cover_page.tpl +++ b/docs/templates/pdf_cover_page.tpl @@ -7,5 +7,5 @@ {% if config.site_description %}

{{ config.site_description }}

{% endif %} -

8.0.35-35 (January 26, 2026)

+

8.0.35-36 (June 04, 2026)

diff --git a/mkdocs-base.yml b/mkdocs-base.yml index c494da57..dfc19bf4 100644 --- a/mkdocs-base.yml +++ b/mkdocs-base.yml @@ -171,6 +171,7 @@ nav: - get-help.md - Release notes: - Release notes index: release-notes.md + - release-notes/8.0/8.0.35-36.0.md - release-notes/8.0/8.0.35-35.0.md - release-notes/8.0/8.0.35-34.0.md - release-notes/8.0/8.0.35-33.0.md diff --git a/variables.yml b/variables.yml index 891d843e..eb5edf00 100644 --- a/variables.yml +++ b/variables.yml @@ -1,9 +1,9 @@ # variables for HTML output -release: '8.0.35-35' -update: '8.0.35-35' +release: '8.0.35-36' +update: '8.0.35-36' version: '8.0' pkg: 'pxb-80' -release-date: '2026-01-26' # if a version is updated, change this date -title_date: '2026-01-26' # if a version is updated, change this date -amzn: '8.0.35-35.0.amzn2023.x86_64' +release-date: '2026-06-04' # if a version is updated, change this date +title_date: '2026-06-04' # if a version is updated, change this date +amzn: '8.0.35-36.0.amzn2023.x86_64'