Skip to content

Commit

Permalink
DISTMONGO-307 Release notes 6.0.16 (#250)
Browse files Browse the repository at this point in the history
* DISTMONGO-307 Release notes 6.0.16

new file:   docs/release-notes-v6.0.16.md
	modified:   docs/release-notes.md
	modified:   mkdocs-base.yml
	modified:   variables.yml
  • Loading branch information
nastena1606 authored Jul 30, 2024
1 parent 7926d5c commit 15458e5
Show file tree
Hide file tree
Showing 4 changed files with 47 additions and 2 deletions.
38 changes: 38 additions & 0 deletions docs/release-notes-v6.0.16.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
# Percona Distribution for MongoDB 6.0.16 ({{date.6_0_16}})

[Upgrade now](minor-upgrade.md){.md-button}


Percona Distribution for MongoDB is a freely available MongoDB database alternative, giving you a single solution that combines enterprise components from the open source community, designed and tested to work together. The aim of Percona Distribution for MongoDB is to enable you to run and operate your
MongoDB efficiently with the data being consistently backed up.


Percona Distribution for MongoDB includes the following components:

* *Percona Server for MongoDB* is a fully compatible source-available, drop-in replacement
for MongoDB.

* *Percona Backup for MongoDB* is a distributed, low-impact solution for achieving
consistent backups of MongoDB sharded clusters and replica sets.

This release of Percona Distribution for MongoDB is based on the production release of [Percona Server for MongoDB 6.0.16-13](https://docs.percona.com/percona-server-for-mongodb/6.0/release_notes/6.0.16-13.html) and [Percona Backup for MongoDB 2.5.0](https://docs.percona.com/percona-backup-mongodb/release-notes/2.5.0.html).


## Release Highlights

Improvements and bug fixes, provided by MongoDB and included in Percona Distribution for MongoDB are the following:

* Fixed the issue with the aggregation pipeline in MongoDB when using the `$lookup stage` with a time series foreign collection using a correlated predicate
* Fixed the bug with the replaying oplog updates during mongosync by preserving the zero-valued timestamps.
* Improved handling of directoryPerDb and wiredTigerDirectoryForIndexes to not insert directories as key when reporting namespaces and UUIDs during a backup
* Fixed the issue with performance regression by skipping in-memory deleted pages as part of the tree walk on each execution.
* 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.

Percona Backup for MongoDB 2.5.0 enhancements include the following:

* The ability to restore the desired subset of [custom databases with users and roles](https://docs.percona.com/percona-backup-mongodb/features/selective-backup.html#restore-a-database-with-users-and-roles) created in them. This is useful for deployments where each user has an individual database and authenticates against it.
* Previous versions of PBM required that `readConcern` and `writeConcern` are set to `majority` in MongoDB. In Percona Backup for MongoDB 2.5.0 you can now explicitly override this behavior, and thus, ensure backups in clusters configured to operate without the majority or lost it for some reason.

## Packaging notes

* Percona Distribution for MongoDB 6.0.16 is available on Ubuntu 24.04 (Noble Numbat)
2 changes: 2 additions & 0 deletions docs/release-notes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Percona Distribution for MongoDB release notes

* [Percona Distribution for MongoDB 6.0.16 ({{date.6_0_16}})](release-notes-v6.0.16.md)

* [Percona Distribution for MongoDB 6.0.15 (2024-04-30)](release-notes-v6.0.15.md)

* [Percona Distribution for MongoDB 6.0.14 (2024-03-26)](release-notes-v6.0.14.md)
Expand Down
3 changes: 2 additions & 1 deletion mkdocs-base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ plugins:
with-pdf: # https://github.com/orzih/mkdocs-with-pdf
output_path: '_pdf/PerconaDistributionforMongoDB-6.0.pdf'
cover_title: 'Distribution for MongoDB Documentation 6.0'
cover_subtitle: 6.0.15 (April 30, 2024)
cover_subtitle: 6.0.16 (July 30, 2024)
author: 'Percona Technical Documentation Team'
cover_logo: docs/_images/Percona_Logo_Color.png
debug_html: false
Expand All @@ -161,6 +161,7 @@ nav:
- minor-upgrade.md
- Release Notes:
- "Release notes index": "release-notes.md"
- release-notes-v6.0.16.md
- release-notes-v6.0.15.md
- release-notes-v6.0.14.md
- release-notes-v6.0.13.md
Expand Down
6 changes: 5 additions & 1 deletion variables.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# PDMDB Variables set for HTML output
# See also mkdocs.yml plugins.with-pdf.cover_subtitle and output_path

release: 'release-notes-v6.0.15'
release: 'release-notes-v6.0.16'
version: '6.0'


date:
6_0_16: '2024-07-30'

0 comments on commit 15458e5

Please sign in to comment.