Conversation
There was a problem hiding this comment.
Pull request overview
Adds a new “What’s new” release post for Percona Server for MongoDB 7.0.31-17 and updates the “Featured announcements” landing page to highlight it.
Changes:
- Added a new MongoDB release announcement post (PSMDB 7.0.31-17).
- Updated the featured announcements section to include a MongoDB banner/card for the new release.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 4 comments.
| File | Description |
|---|---|
| docs/new/posts/MongoDB/psmdb-7.0.31-17-release.md | New release post content for PSMDB 7.0.31-17 (LDAP caching improvements, release notes link). |
| docs/new/index.md | Updates the featured announcement card to show the new MongoDB release at the top. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 2 out of 2 changed files in this pull request and generated 3 comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| **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. | ||
|
|
||
| **ldapShouldRefreshUserCacheEntries:** The ldapShouldRefreshUserCacheEntries parameter is a toggle that determines the cache renewal strategy. For more detailed information, refer to MongoDB server parameters. | ||
|
|
||
| - If set to true: The server will use the ldapUserCacheRefreshInterval to proactively update entries. | ||
|
|
||
| - 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. |
There was a problem hiding this comment.
Parameter names are formatted inconsistently: they’re bolded and repeated as plain text here, but later referenced using inline code (backticks). To improve readability and avoid ambiguity, format parameter names consistently as inline code (e.g., ldapUserCacheRefreshInterval, ldapShouldRefreshUserCacheEntries) and consider replacing the vague “refer to MongoDB server parameters” text with a direct link to the relevant upstream parameter documentation (or the PSMDB docs if available).
| **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. | |
| **ldapShouldRefreshUserCacheEntries:** The ldapShouldRefreshUserCacheEntries parameter is a toggle that determines the cache renewal strategy. For more detailed information, refer to MongoDB server parameters. | |
| - If set to true: The server will use the ldapUserCacheRefreshInterval to proactively update entries. | |
| - 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. | |
| `ldapUserCacheRefreshInterval`: This 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, see the [MongoDB server parameters documentation](https://www.mongodb.com/docs/manual/reference/parameters/). | |
| `ldapShouldRefreshUserCacheEntries`: This parameter is a toggle that determines the cache renewal strategy. For more detailed information, see the [MongoDB server parameters documentation](https://www.mongodb.com/docs/manual/reference/parameters/). | |
| - If set to `true`: The server will use the `ldapUserCacheRefreshInterval` to proactively update entries. | |
| - 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. |
|
|
||
| [Percona Server for MongoDB](https://docs.percona.com/percona-server-for-mongodb/7.0/index.html){:target="_blank"} 7.0.31-17 has been released on March 30, 2026. | ||
|
|
||
| Try it out using the [Quickstart guide](https://docs.percona.com/percona-server-for-mongodb/7.0/install/index.html){:target="_blank"}. |
There was a problem hiding this comment.
There’s trailing whitespace at the end of this line after the period, which can cause noisy diffs in the future. Please remove the extra space.
| Try it out using the [Quickstart guide](https://docs.percona.com/percona-server-for-mongodb/7.0/install/index.html){:target="_blank"}. | |
| Try it out using the [Quickstart guide](https://docs.percona.com/percona-server-for-mongodb/7.0/install/index.html){:target="_blank"}. |
| - 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. | ||
|
|
||
|
|
||
| - **Implement LDAP user cache refresh options** |
There was a problem hiding this comment.
This improvement header uses the imperative “Implement …” while the surrounding release notes describe shipped improvements. For consistency and clarity, rephrase it as a noun phrase or past tense (e.g., “LDAP user cache refresh options” / “LDAP user cache refresh options implemented”).
| - **Implement LDAP user cache refresh options** | |
| - **LDAP user cache refresh options** |
No description provided.