diff --git a/docs/release_notes/7.0.11-6.md b/docs/release_notes/7.0.11-6.md new file mode 100644 index 00000000..eca666d3 --- /dev/null +++ b/docs/release_notes/7.0.11-6.md @@ -0,0 +1,26 @@ +# Percona Server for MongoDB 7.0.11-6 (2024-06-03) + +[Installation](../install/index.md){.md-button} + +Percona Server for MongoDB 7.0.11-6 is an enhanced, source-available, and highly-scalable database that is a +fully-compatible, drop-in replacement for MongoDB Community Edition 7.0.11. + +Percona Server for MongoDB 7.0.11-6 includes the improvements and bug fixes of [MongoDB 7.0.9 Community Edition](https://www.mongodb.com/docs/manual/release-notes/7.0/#7.0.9---apr-26--2024) and [MongoDB 7.0.11 Community Edition](https://www.mongodb.com/docs/manual/release-notes/7.0/#7.0.11---may-23--2024). + +It supports protocols and drivers of both MongoDB 7.0.9 and MongoDB 7.0.11. + +## Release Highlights + +Improvements and bug fixes, provided by MongoDB and included in Percona Server for MongoDB are the following: + +* [SERVER-79637](https://jira.mongodb.org/browse/SERVER-79637) - Fixed the issue issue with the aggregation pipeline in MongoDB when using the `$lookup stage` with a time series foreign collection using a correlated predicate +* [SERVER-82349](https://jira.mongodb.org/browse/SERVER-82349) - Improve the behavior of `applyOps: dropIndexes` command on MongoDB 7.x when no UUID is specified by completing it without dropping indexes +* [SERVER-86407](https://jira.mongodb.org/browse/SERVER-86407) - Ensure that the index entry inconsistencies validation produces complete results and respects memory limits +* [WT-10807](https://jira.mongodb.org/browse/WT-10807) - Fixed the issue with performance regression by skipping in-memory deleted pages as part of the tree walk on each execution. +* [SERVER-85279](https://jira.mongodb.org/browse/SERVER-85279) - Fixed the issue with excessive logging on arbiter nodes by preventing running of FTDC (Full-Time Diagnostic Data Capture) stats on these nodes +* [SERVER-89495](https://jira.mongodb.org/browse/SERVER-89495) - Improve the `disableTestParameters` behavior to not be dependent on when the `setParameters` is set. +* [SERVER-89625](https://jira.mongodb.org/browse/SERVER-89625) - Improve handling of directoryPerDb and wiredTigerDirectoryForIndexes to not insert directories as key when reporting namespaces and UUIDs during a backup +* [WT-12609](https://jira.mongodb.org/browse/WT-12609) - Improved checkpoint cleanup and page eviction logic to prevent their unnecessary slowdown by evicting the internal pages read by the checkpoint like a regular page. + +Find the full list of changes in the [MongoDB 7.0.9 Community Edition release notes](https://www.mongodb.com/docs/manual/release-notes/7.0/#7.0.9---apr-26--2024) and [MongoDB 7.0.11 Community Edition release notes](https://www.mongodb.com/docs/manual/release-notes/7.0/#7.0.11---may-23--2024). + diff --git a/docs/release_notes/index.md b/docs/release_notes/index.md index be4e23b3..f0a5a6da 100644 --- a/docs/release_notes/index.md +++ b/docs/release_notes/index.md @@ -1,6 +1,8 @@ # Percona Server for MongoDB 7.0 release notes +* [Percona Server for MongoDB 7.0.11-6 (2024-06-03)](7.0.11-6.md) + * [Percona Server for MongoDB 7.0.8-5 (2024-04-24)](7.0.8-5.md) * [Percona Server for MongoDB 7.0.7-4 (2024-04-04)](7.0.7-4.md) diff --git a/mkdocs-base.yml b/mkdocs-base.yml index 51c68cc7..a926f4b4 100644 --- a/mkdocs-base.yml +++ b/mkdocs-base.yml @@ -61,7 +61,6 @@ theme: extra_css: - https://unicons.iconscout.com/release/v3.0.3/css/line.css - https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.4.0/css/font-awesome.min.css - - css/percona.css - css/nocopy.css - css/extra.css - css/design.css @@ -139,7 +138,7 @@ plugins: with-pdf: # https://github.com/orzih/mkdocs-with-pdf output_path: '_pdf/PerconaServerforMongoDB-7.0.pdf' cover_title: 'Server for MongoDB Documentation 7.0' - cover_subtitle: 7.0.8-5 (April 24, 2024) + cover_subtitle: 7.0.11-6 (June 3, 2024) author: 'Percona Technical Documentation Team' cover_logo: docs/_images/Percona_Logo_Color.png debug_html: false @@ -163,7 +162,7 @@ nav: - Get started: - Quickstart guides: 'install/index.md' - 1. Installation: - - 'System requirements': 'install/system-requirements.md' + - 'System requirements': 'system-requirements.md' - "On Debian and Ubuntu": install/apt.md - "On RHEL and derivatives": install/yum.md - "From tarballs": install/tarball.md @@ -210,6 +209,7 @@ nav: - install/uninstall.md - Release notes: - "Release notes index": "release_notes/index.md" + - release_notes/7.0.11-6.md - release_notes/7.0.8-5.md - release_notes/7.0.7-4.md - release_notes/7.0.5-3.md diff --git a/variables.yml b/variables.yml index e78c1289..2b81888c 100644 --- a/variables.yml +++ b/variables.yml @@ -2,7 +2,7 @@ # See also mkdocs.yml plugins.with-pdf.cover_subtitle and output_path -release: '7.0.8-5' +release: '7.0.11-6' version: '7.0' mongosh: '2.1.5'