Skip to content

Commit

Permalink
PSMDB-1467 Release notes 7.0.11-6 (#872)
Browse files Browse the repository at this point in the history
PSMDB-1467 Release notes 7.0.11-6

new file:   docs/release_notes/7.0.11-6.md
	modified:   docs/release_notes/index.md
	modified:   mkdocs-base.yml
	modified:   variables.yml



Co-authored-by: Sandra Romanchenko <[email protected]>
  • Loading branch information
nastena1606 and sandraromanchenko authored Jun 3, 2024
1 parent 63c0459 commit 6fb9f5a
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 4 deletions.
26 changes: 26 additions & 0 deletions docs/release_notes/7.0.11-6.md
Original file line number Diff line number Diff line change
@@ -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).

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

0 comments on commit 6fb9f5a

Please sign in to comment.