diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 961c0c0c..2d2f9f6c 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -45,5 +45,5 @@ jobs: run: | mike deploy 6.0 -b publish -p mike set-default 6.0 -b publish -p - mike retitle 6.0 "6.0.9-7 (LATEST)" -b publish -p + mike retitle 6.0 "6.0.11-8 (LATEST)" -b publish -p diff --git a/docs/release_notes/6.0.11-8.md b/docs/release_notes/6.0.11-8.md new file mode 100644 index 00000000..89912f6c --- /dev/null +++ b/docs/release_notes/6.0.11-8.md @@ -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 + + + diff --git a/docs/release_notes/index.md b/docs/release_notes/index.md index ab7baf0d..4fb30b82 100644 --- a/docs/release_notes/index.md +++ b/docs/release_notes/index.md @@ -1,5 +1,7 @@ # Percona Server for MongoDB 6.0 Release Notes +* [Percona Server for MongoDB 6.0.11-8 (2023-10-19)](6.0.11-8.md) + * [Percona Server for MongoDB 6.0.9-7 (2023-09-14)](6.0.9-7.md) * [Percona Server for MongoDB 6.0.8-6 (2023-08-08)](6.0.8-6.md) diff --git a/mkdocs-base.yml b/mkdocs-base.yml index f797666a..22096032 100644 --- a/mkdocs-base.yml +++ b/mkdocs-base.yml @@ -117,7 +117,7 @@ plugins: with-pdf: # https://github.com/orzih/mkdocs-with-pdf output_path: '_pdf/PerconaServerforMongoDB-6.0.pdf' cover_title: 'Server for MongoDB Documentation 6.0' - cover_subtitle: 6.0.9-7 (September 14, 2023) + cover_subtitle: 6.0.11-8 (October 19, 2023) author: 'Percona Technical Documentation Team' cover_logo: docs/_images/Percona_Logo_Color.png debug_html: false @@ -185,6 +185,7 @@ nav: - install/uninstall.md - Release notes: - "Release notes index": "release_notes/index.md" + - release_notes/6.0.11-8.md - release_notes/6.0.9-7.md - release_notes/6.0.8-6.md - release_notes/6.0.6-5.md diff --git a/variables.yml b/variables.yml index 59f6c36d..ac5a3b83 100644 --- a/variables.yml +++ b/variables.yml @@ -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