Skip to content

Commit 1e69b16

Browse files
committed
PSMDB-1684 Release notes 7.0.21-12
modified: docs/_templates/pdf_cover_page.tpl new file: docs/release_notes/7.0.21-12.md modified: docs/release_notes/index.md modified: mkdocs-base.yml modified: variables.yml
1 parent 40349aa commit 1e69b16

File tree

5 files changed

+50
-2
lines changed

5 files changed

+50
-2
lines changed

docs/_templates/pdf_cover_page.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77
{% if config.site_description %}
88
<h1>{{ config.site_description }}</h1>
99
{% endif %}
10-
<h2>7.0.18-11 (April 25, 2025)</h2>
10+
<h2>7.0.21-12 (June , 2025)</h2>
1111
<br>
1212
<br>

docs/release_notes/7.0.21-12.md

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
# Percona Server for MongoDB 7.0.21-12 ({{date.7_0_21}})
2+
3+
[Installation](../install/index.md){.md-button}
4+
[Upgrade from MongoDB Community](../install/upgrade-from-mongodb.md){.md-button}
5+
6+
Percona Server for MongoDB 7.0.21-12 is an enhanced, source-available, and highly-scalable database that is a
7+
fully-compatible, drop-in replacement for MongoDB Community Edition.
8+
9+
Percona Server for MongoDB 7.0.21-12 includes the improvements and bug fixes of [MongoDB 7.0.19 Community Edition](https://www.mongodb.com/docs/manual/release-notes/7.0/#7.0.19---apr-14--2025) through [MongoDB 7.0.21 Community Edition](https://www.mongodb.com/docs/manual/release-notes/7.0/#7.0.21---upcoming). It supports protocols and drivers of MongoDB versions 7.0.19 - 7.0.21.
10+
11+
## Release highlights
12+
13+
This release provides the following features and improvements:
14+
15+
### Boost performance during cluster restore and scaling with file copy based initial sync
16+
17+
You can now select how a newly added or a restored replica set member receives the data from other members - via logical or file copy based sync. File copy based sync is the copying of physical files rather than actual data clone. This makes this sync method is faster than the logical one and it reduces your maintenance time on scaling.
18+
19+
This functionality is available in [Percona Server for MongoDB Pro](../psmdb-pro.md) out of the box. Become a Percona Customer to enjoy all Pro features with little to no effort from your side.
20+
21+
22+
23+
### Upstream Improvements
24+
25+
The bug fixes, provided by MongoDB Community and included in Percona Server for MongoDB, are the following:
26+
27+
* [SERVER-93120](https://jira.mongodb.org/browse/SERVER-93120) - Fixed the issue with blocking Full Time Diagnostic Data Capture (FTDC) collection when checking the state of the bacupCursor by using atomic mode instead of a lock
28+
* [SERVER-92806](https://jira.mongodb.org/browse/SERVER-92806) - Tracked nested paths through MatchExpression trees while encoding indexability for plan cache entries
29+
* [SERVER-95672](https://jira.mongodb.org/browse/SERVER-95672) - Fixed the issue with missing documents when indexes on array fields contain subarrays by ensuring proper bounds when having nested arrays as predicates
30+
* [SERVER-97044](https://jira.mongodb.org/browse/SERVER-97044) - Fixed an issue where change streams might incorrectly output a "drop" event during resharding or unsharding of a collection that is or was using zone sharding
31+
* [WT-12012](https://jira.mongodb.org/browse/WT-12012) - Fixed the issue when a generation drain process in WiredTiger, which manages eviction of older data, encounters an issue and then resolves itself when the verbosity levels for eviction and checkpoint operations increase. The issue is fixed by restoring original verbosity levels for these operations.
32+
33+
Find the full list of changes in the release notes of [MongoDB 7.0.19 Community Edition](https://www.mongodb.com/docs/manual/release-notes/7.0/#7.0.19---apr-14--2025) through [MongoDB 7.0.21 Community Edition release notes](https://www.mongodb.com/docs/manual/release-notes/7.0/#7.0.21---upcoming).
34+
35+
### Packaging changes
36+
37+
Percona Server for MongoDB 7.0.21-12 is no longer supported on Ubuntu 20.04 (Focal Fossa) as this operating system has reached end of life.
38+
39+
## Changelog
40+
41+
### New Features
42+
43+
* [PSMDB-1284](https://perconadev.atlassian.net/browse/PSMDB-1284) - Add the ability to perform file copy-based initial sync
44+

docs/release_notes/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11

22
# Percona Server for MongoDB 7.0 release notes
33

4+
* [Percona Server for MongoDB 7.0.21-12 ({{date.7_0_21}})](7.0.21-12.md)
5+
46
* [Percona Server for MongoDB 7.0.18-11 ({{date.7_0_18}})](7.0.18-11.md)
57

68
* [Percona Server for MongoDB 7.0.16-10 ({{date.7_0_16}})](7.0.16-10.md)

mkdocs-base.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -221,6 +221,7 @@ nav:
221221
- install/uninstall.md
222222
- Release notes:
223223
- "Release notes index": "release_notes/index.md"
224+
- release_notes/7.0.21-12.md
224225
- release_notes/7.0.18-11.md
225226
- release_notes/7.0.16-10.md
226227
- release_notes/7.0.15-9.md

variables.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,15 @@
22
# See also mkdocs.yml plugins.with-pdf.cover_subtitle and output_path
33

44

5-
release: '7.0.18-11'
5+
release: '7.0.21-12'
66
version: '7.0'
77
mongosh: '2.5.0'
88

99
product:
1010
psmdb_full_name: Percona Server for MongoDB
1111

1212
date:
13+
7_0_21: '2025-06-'
1314
7_0_18: '2025-04-24'
1415
7_0_16: '2025-02-19'
1516
7_0_15: '2024-11-27'

0 commit comments

Comments
 (0)