Skip to content

Commit def96ba

Browse files
Merge pull request #1114 from percona/PSMDB-2017-Release-Notes-7.0.31-17
PSMDB-2017 Release Notes 7.0.31-17
2 parents 657bf2a + 73252f4 commit def96ba

5 files changed

Lines changed: 51 additions & 3 deletions

File tree

docs/_templates/pdf_cover_page.tpl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
<p>
44
<img src="_images/Percona_Logo_Color.png" />
55
</p>
6-
<h1>Server for MongoDB 7.0.30-16</h1>
6+
<h1>Server for MongoDB 7.0.31-17</h1>
77
{% if config.site_description %}
88
<h1>{{ config.site_description }}</h1>
99
{% endif %}
10-
<h2>7.0.30-16 (February 18, 2026)</h2>
10+
<h2>7.0.31-17 (March 30, 2026)</h2>
1111
<br>
1212
<br>

docs/release_notes/7.0.31-17.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.31-17 ({{date.7_0_31}})
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.31-17 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.31-17** includes the improvements and bug fixes of:
10+
11+
- [MongoDB 7.0.31 Community Edition :octicons-link-external-16:](https://www.mongodb.com/docs/manual/release-notes/7.0/#7.0.31---mar-17--2026){:target="_blank"}
12+
13+
14+
15+
It supports protocols and drivers of MongoDB Community **7.0.31**.
16+
17+
18+
## Release highlights
19+
20+
### Enhanced LDAP authentication caching
21+
22+
To provide better parity with MongoDB Enterprise and improve performance in high-scale environments, we have introduced two new configuration parameters for LDAP user caching. These options allow administrators to fine-tune how and when cached user information is refreshed, reducing unnecessary overhead on LDAP servers while ensuring security data remains current.
23+
24+
**New parameters**
25+
26+
**ldapUserCacheRefreshInterval:** The `ldapUserCacheRefreshInterval` parameter sets the frequency (in seconds) at which the server proactively refreshes cached user information from the LDAP server. This allows the system to update permissions and group memberships in the background before the cache entry expires. For more detailed information, refer to [MongoDB server parameters](https://www.mongodb.com/docs/manual/reference/parameters/#mongodb-parameter-param.ldapUserCacheRefreshInterval).
27+
28+
**ldapShouldRefreshUserCacheEntries:** The `ldapShouldRefreshUserCacheEntries` parameter is a toggle that determines the cache renewal strategy. For more detailed information, refer to [MongoDB server parameters](https://www.mongodb.com/docs/manual/reference/parameters/#mongodb-parameter-param.ldapShouldRefreshUserCacheEntries).
29+
30+
31+
- If set to true: The server will use the `ldapUserCacheRefreshInterval` to proactively update entries.
32+
33+
- If set to false: The server will wait for the `ldapUserCacheInvalidationInterval` (already supported in PSMDB) to pass before clearing and refetching the entry on the next login attempt.
34+
35+
36+
## Changelog
37+
38+
### Improvements
39+
40+
[PSMDB-1947](https://perconadev.atlassian.net/browse/PSMDB-1947): To provide better parity with MongoDB Enterprise and improve performance in high-scale environments, we have introduced two new configuration parameters for LDAP user caching. These options allow administrators to fine-tune how and when cached user information is refreshed, reducing unnecessary overhead on LDAP servers while ensuring security data remains current.
41+
42+
### Bugs
43+
44+
[PSMDB-1998](https://perconadev.atlassian.net/browse/PSMDB-1998): Resolved an issue where user authentication was stuck indefinitely when the LDAP server was unreachable. Timeouts are now applied to LDAP connections to avoid blocking and ensure more reliable authentication.

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.31-17 ({{date.7_0_31}})](7.0.31-17.md)
5+
46
* [Percona Server for MongoDB 7.0.30-16 ({{date.7_0_30}})](7.0.30-16.md)
57

68
* [Percona Server for MongoDB 7.0.28-15 ({{date.7_0_28}})](7.0.28-15.md)

mkdocs-base.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -239,6 +239,7 @@ nav:
239239
- install/uninstall.md
240240
- Release notes:
241241
- "Release notes index": "release_notes/index.md"
242+
- release_notes/7.0.31-17.md
242243
- release_notes/7.0.30-16.md
243244
- release_notes/7.0.28-15.md
244245
- release_notes/7.0.26-14.md

variables.yml

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

44

5-
release: '7.0.30-16'
5+
release: '7.0.31-17'
66
version: '7.0'
77
mongosh: '2.6.0'
88

@@ -12,6 +12,7 @@ product:
1212
psmdb_full_name: Percona Server for MongoDB
1313

1414
date:
15+
7_0_31: '2026-03-30'
1516
7_0_30: '2026-02-18'
1617
7_0_28: '2026-01-06'
1718
7_0_26: '2025-11-25'

0 commit comments

Comments
 (0)