-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
PSMDB-1354 Release notes 6.0.11-8 (#782)
PSMDB-1354 Release notes 6.0.11-8 modified: .github/workflows/main.yml new file: docs/release_notes/6.0.11-8.md modified: docs/release_notes/index.md modified: variables.yml --------- Co-authored-by: Sandra Romanchenko <[email protected]>
- Loading branch information
1 parent
523239a
commit 5de9a75
Showing
5 changed files
with
41 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
# Percona Server for MongoDB 6.0.11-8 (2023-10-19) | ||
|
||
[Installation](../install/index.md){.md-button} | ||
|
||
|
||
Percona Server for MongoDB 6.0.11-8 is an enhanced, source-available, and highly-scalable database that is a | ||
fully-compatible, drop-in replacement for [MongoDB 6.0.10 Community Edition](https://www.mongodb.com/docs/manual/release-notes/6.0/#6.0.10---sep-14--2023) and [MongoDB 6.0.11 Community Edition](https://www.mongodb.com/docs/manual/release-notes/6.0/#6.0.11---oct-11--2023). | ||
|
||
It supports protocols and drivers of both MongoDB 6.0.10 and MongoDB 6.0.11 | ||
|
||
|
||
## Release Highlights | ||
|
||
* You can now configure the retry behavior for Percona Server for MongoDB to connect to the KMIP server when using [data-at-rest encryption](kmip.md). | ||
|
||
Improvements and bug fixes, provided by MongoDB and included in Percona Server for MongoDB are the following: | ||
|
||
* [SERVER-71627](https://jira.mongodb.org/browse/SERVER-71627) - Improved performance of updating the routing table and prevented blocking client requests during refresh for clusters with 1 million of chunks. | ||
* [SERVER-73394](https://jira.mongodb.org/browse/SERVER-73394) - Removed the `operationBlockedByRefresh` metric from the `serverStatus` command output. | ||
* [SERVER-77183](https://jira.mongodb.org/browse/SERVER-77183) - Fixed incorrect results when `$project` is followed by `$group` and the group doesn’t require full document | ||
* [SERVER-79771](https://jira.mongodb.org/browse/SERVER-79771) - Made Resharding Operation Resilient to NetworkInterfaceExceededTimeLimit | ||
* [SERVER-58534](https://jira.mongodb.org/browse/SERVER-58534) - Collect the Feature Compatibility Version (FCV) in Full Time Diagnostic Data Capture (FTDC) to simplify diagnostics. | ||
* [SERVER-69244](https://jira.mongodb.org/browse/SERVER-69244) - Fixed the issue with the `$merge` operation failing when used in sharding clusters with the read concern set to "majority". | ||
* [SERVER-79498](https://jira.mongodb.org/browse/SERVER-79498) - Introduced `vectorSearch` aggregation stage | ||
* [SERVER-80021](https://jira.mongodb.org/browse/SERVER-80021) - Fixed the conversion form string to doubleValue to not lose precision and be able to rountrip and retrieve the same value back. | ||
|
||
Find the full list of new features and improvements in the release notes for [MongoDB 6.0.10 Community Edition](https://www.mongodb.com/docs/manual/release-notes/6.0/#6.0.10---sep-14--2023) and [https://www.mongodb.com/docs/manual/release-notes/6.0/#6.0.11---oct-11--2023). | ||
|
||
## New Features | ||
|
||
* [PSMDB-1241](https://jira.percona.com/browse/PSMDB-1241) - Implement the `connectRetries` and the `connectTimeoutMS` configuration file options | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# PBM Variables set for HTML output | ||
# See also mkdocs.yml plugins.with-pdf.cover_subtitle and output_path | ||
|
||
release: '6.0.9-7' | ||
release: '6.0.11-8' | ||
version: '6.0' | ||
release_date: 2023-09-14 | ||
release_date: 2023-10-19 |