diff --git a/docs/release_notes/6.0.16-13.md b/docs/release_notes/6.0.16-13.md new file mode 100644 index 00000000..9d480cd1 --- /dev/null +++ b/docs/release_notes/6.0.16-13.md @@ -0,0 +1,29 @@ +# Percona Server for MongoDB 6.0.16-13 ({{date.6_0_16}}) + +[Installation](../install/index.md){.md-button} + + +Percona Server for MongoDB 6.0.16-13 is an enhanced, source-available, and highly-scalable database that is a +fully-compatible, drop-in replacement for MongoDB Community Edition 6.0.16. + +It is based on [MongoDB 6.0.16 Community Edition](https://www.mongodb.com/docs/manual/release-notes/6.0/#6.0.16---jun-28--2024) and supports the upstream protocols and drivers. + +## Release Highlights + +* This release of Percona Server for MongoDB includes the enhanced telemetry feature and provides comprehensive information about how telemetry works, its components and metrics as well as updated methods how to disable telemetry. Read more in [Telemetry on Percona Server for MongoDB](../telemetry.md) +* Tarballs are now available for each supported operating system individually and no longer include built-in libraries. This change reduces the tarball download size and increases their security by simplifying updates for required dependencies. + +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 with the aggregation pipeline in MongoDB when using the `$lookup stage` with a time series foreign collection using a correlated predicate +* [SERVER-86474](https://jira.mongodb.org/browse/SERVER-86474) - Fixed the bug with the replaying oplog updates during mongosync by preserving the zero-valued timestamps. +* [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-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. +* [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 new features and improvements in the release notes for [MongoDB 6.0.16 Community Edition](https://www.mongodb.com/docs/manual/release-notes/6.0/#6.0.16---jun-28--2024). + +## Packaging notes + +* Percona Server for MongoDB 6.0.16-13 is available on Ubuntu 24.04 (Noble Numbat) + diff --git a/docs/release_notes/index.md b/docs/release_notes/index.md index 5ee5524a..d516981a 100644 --- a/docs/release_notes/index.md +++ b/docs/release_notes/index.md @@ -1,5 +1,7 @@ # Percona Server for MongoDB 6.0 Release Notes +* [Percona Server for MongoDB 6.0.16-13 ({{date.6_0_16}})](6.0.16-13.md) + * [Percona Server for MongoDB 6.0.15-12 (2024-04-30)](6.0.15-12.md) * [Percona Server for MongoDB 6.0.14-11 (2024-03-26)](6.0.14-11.md) diff --git a/mkdocs-base.yml b/mkdocs-base.yml index ccec3efa..91269223 100644 --- a/mkdocs-base.yml +++ b/mkdocs-base.yml @@ -139,7 +139,7 @@ plugins: with-pdf: # https://github.com/orzih/mkdocs-with-pdf output_path: '_pdf/PerconaServerforMongoDB-6.0.pdf' cover_title: 'Server for MongoDB Documentation 6.0' - cover_subtitle: 6.0.15-12 (April 30, 2024) + cover_subtitle: 6.0.16-13 (July 30, 2024) author: 'Percona Technical Documentation Team' cover_logo: docs/_images/Percona_Logo_Color.png debug_html: false @@ -210,6 +210,7 @@ nav: - install/uninstall.md - Release notes: - "Release notes index": "release_notes/index.md" + - release_notes/6.0.16-13.md - release_notes/6.0.15-12.md - release_notes/6.0.14-11.md - release_notes/6.0.13-10.md diff --git a/variables.yml b/variables.yml index 2fd2412a..0c048dad 100644 --- a/variables.yml +++ b/variables.yml @@ -1,8 +1,11 @@ # PBM Variables set for HTML output # See also mkdocs.yml plugins.with-pdf.cover_subtitle and output_path -release: '6.0.15-12' +release: '6.0.16-13' version: '6.0' -mongosh: '2.1.5' +mongosh: '2.2.10' + +date: + 6_0_16: '2024-07-30'