Skip to content

PSMDB-7.0.31-17#250

Open
rasika-chivate wants to merge 8 commits intomainfrom
PSMDB-7.0.31-17
Open

PSMDB-7.0.31-17#250
rasika-chivate wants to merge 8 commits intomainfrom
PSMDB-7.0.31-17

Conversation

@rasika-chivate
Copy link
Copy Markdown
Collaborator

No description provided.

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Comment thread docs/new/index.md Outdated
Comment thread docs/new/posts/MongoDB/psmdb-7.0.31-17-release.md Outdated
Comment thread docs/new/posts/MongoDB/psmdb-7.0.31-17-release.md Outdated
Comment thread docs/new/posts/MongoDB/psmdb-7.0.31-17-release.md Outdated
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
@alina-derkach-oaza alina-derkach-oaza temporarily deployed to PSMDB-7.0.31-17 - Homepage PR #250 March 31, 2026 06:42 — with Render Destroyed
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
@alina-derkach-oaza alina-derkach-oaza temporarily deployed to PSMDB-7.0.31-17 - Homepage PR #250 March 31, 2026 06:42 — with Render Destroyed
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Comment on lines +28 to +34
**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.
Copy link

Copilot AI Mar 31, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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).

Suggested change
**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.

Copilot uses AI. Check for mistakes.

[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"}.
Copy link

Copilot AI Mar 31, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Suggested change
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"}.

Copilot uses AI. Check for mistakes.
- 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**
Copy link

Copilot AI Mar 31, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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”).

Suggested change
- **Implement LDAP user cache refresh options**
- **LDAP user cache refresh options**

Copilot uses AI. Check for mistakes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants