Skip to content

Commit

Permalink
PSMDB-1354 Release notes 6.0.11-8 (#782)
Browse files Browse the repository at this point in the history
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
nastena1606 and sandraromanchenko authored Oct 19, 2023
1 parent 523239a commit 5de9a75
Show file tree
Hide file tree
Showing 5 changed files with 41 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
34 changes: 34 additions & 0 deletions docs/release_notes/6.0.11-8.md
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



2 changes: 2 additions & 0 deletions docs/release_notes/index.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
3 changes: 2 additions & 1 deletion mkdocs-base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions variables.yml
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

0 comments on commit 5de9a75

Please sign in to comment.