Skip to content

Commit

Permalink
PSMDB-1493 Release notes 6.0.16-13 (#888)
Browse files Browse the repository at this point in the history
* PSMDB-1493 Release notes 6.0.16-13

new file:   docs/release_notes/6.0.16-13.md
	modified:   docs/release_notes/index.md
	modified:   mkdocs-base.yml
	modified:   variables.yml
  • Loading branch information
nastena1606 authored Jul 30, 2024
1 parent b58710e commit 8ca5751
Show file tree
Hide file tree
Showing 4 changed files with 38 additions and 3 deletions.
29 changes: 29 additions & 0 deletions docs/release_notes/6.0.16-13.md
Original file line number Diff line number Diff line change
@@ -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)

2 changes: 2 additions & 0 deletions docs/release_notes/index.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
3 changes: 2 additions & 1 deletion mkdocs-base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
7 changes: 5 additions & 2 deletions variables.yml
Original file line number Diff line number Diff line change
@@ -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'


0 comments on commit 8ca5751

Please sign in to comment.