Skip to content

Commit

Permalink
PSMDB-1370 Release notes 5.0.22-19 (#789)
Browse files Browse the repository at this point in the history
PSMDB-1370 Release notes 5.0.22-19

modified:   .github/workflows/main.yml
	new file:   docs/release_notes/5.0.22-19.md
	modified:   docs/release_notes/index.md
	modified:   mkdocs-base.yml
	modified:   variables.yml

---------

Co-authored-by: Sandra Romanchenko <[email protected]>
  • Loading branch information
nastena1606 and sandraromanchenko authored Nov 9, 2023
1 parent 208dd5b commit f6332ce
Show file tree
Hide file tree
Showing 5 changed files with 34 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- name: Deploy docs
run: |
mike deploy 5.0 -b publish -p
mike retitle 5.0 "5.0.21-18" -b publish -p
mike retitle 5.0 "5.0.22-19" -b publish -p
# - name: Install Node.js 14.x
# uses: percona-platform/setup-node@v2
Expand Down
28 changes: 28 additions & 0 deletions docs/release_notes/5.0.22-19.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# Percona Server for MongoDB 5.0.22-19 (2023-11-09)

[Installation](../install/index.md){.md-button}

Percona Server for MongoDB 5.0.22-19 is an enhanced, source-available, and highly-scalable database that is a
fully-compatible, drop-in replacement for [MongoDB 5.0.22 Community Edition](https://www.mongodb.com/docs/manual/release-notes/5.0/#5.0.22---october-27--2023).

It supports MongoDB 5.0.22 protocols and drivers.

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

The bug fixes, provided by MongoDB and included in Percona Server for MongoDB, are the following:

* [SERVER-68548](https://jira.mongodb.org/browse/SERVER-68548) - Fixed the behavior of the `quiet` global server parameter for logging.
* [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.
* [SERVER-80703](https://jira.mongodb.org/browse/SERVER-80703) - Improved chunk migration logic by avoiding traversing routing table in the migration destination manager.
* [SERVER-81106](https://jira.mongodb.org/browse/SERVER-81106) - Improved the recipient shard behavior during the chunk migration to wait for changes to catalog cache to be persisted before the cloning phase.

Find the full list of changes in the [MongoDB 5.0.22 Community Edition release notes](https://www.mongodb.com/docs/manual/release-notes/5.0/#5.0.22---october-27--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 5.0 Release Notes

* [Percona Server for MongoDB 5.0.22-19 (2023-11-09)](5.0.22-19.md)

* [Percona Server for MongoDB 5.0.21-18 (2023-10-12)](5.0.21-18.md)

* [Percona Server for MongoDB 5.0.20-17 (2023-09-07)](5.0.20-17.md)
Expand Down
3 changes: 2 additions & 1 deletion mkdocs-base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ plugins:
with-pdf: # https://github.com/orzih/mkdocs-with-pdf
output_path: '_pdf/PerconaServerforMongoDB-5.0.pdf'
cover_title: 'Server for MongoDB Documentation 5.0'
cover_subtitle: 5.0.21-18 (October 12, 2023)
cover_subtitle: 5.0.22-19 (November 9, 2023)
author: 'Percona Technical Documentation Team'
cover_logo: docs/_images/Percona_Logo_Color.png
debug_html: false
Expand Down Expand Up @@ -196,6 +196,7 @@ nav:
- install/uninstall.md
- Release notes:
- Release notes index: release_notes/index.md
- release_notes/5.0.22-19.md
- release_notes/5.0.21-18.md
- release_notes/5.0.20-17.md
- release_notes/5.0.19-16.md
Expand Down
2 changes: 1 addition & 1 deletion 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: '5.0.21-18'
release: '5.0.22-19'
version: '5.0'

0 comments on commit f6332ce

Please sign in to comment.