Skip to content

Commit

Permalink
PSMDB-1404 Release notes 5.0.24-21 (#810)
Browse files Browse the repository at this point in the history
* PSMDB-1404 Release notes 5.0.24-21

modified:   .github/workflows/main.yml
	new file:   docs/release_notes/5.0.24-21.md
	modified:   docs/release_notes/index.md
	modified:   mkdocs-base.yml
	modified:   mkdocs-pdf.yml
	modified:   variables.yml



Co-authored-by: Sandra Romanchenko <[email protected]>
  • Loading branch information
nastena1606 and sandraromanchenko authored Feb 1, 2024
1 parent cad3def commit e9c5894
Show file tree
Hide file tree
Showing 6 changed files with 54 additions and 27 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.23-20" -b publish -p
mike retitle 5.0 "5.0.24-21" -b publish -p
# - name: Install Node.js 14.x
# uses: percona-platform/setup-node@v2
Expand Down
21 changes: 21 additions & 0 deletions docs/release_notes/5.0.24-21.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Percona Server for MongoDB 5.0.24-21 (2024-02-01)

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

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

It supports MongoDB 5.0.24 protocols and drivers.

## Release Highlights

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

* [SERVER-50792](https://jira.mongodb.org/browse/SERVER-50792) - Improved shard key index error messages by adding detailed information about an invalid index.
* [SERVER-77506](https://jira.mongodb.org/browse/SERVER-77506) - Fixed the issue with data and ShardVersion mismatch on sharded multi-document transactions by exposing the maxValidAfter timestamp alongside the shardVersion
* [SERVER-83091](https://jira.mongodb.org/browse/SERVER-83091) - Fixed the issue with infinite loop during plan enumeration triggered by the `$or` queries

Find the full list of changes in the [MongoDB 5.0.24 Community Edition release notes](https://www.mongodb.com/docs/manual/release-notes/5.0/#5.0.24---jan-18--2024).



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.24-21 (2024-02-01)](5.0.24-21.md)

* [Percona Server for MongoDB 5.0.23-20 (2023-12-21)](5.0.23-20.md)

* [Percona Server for MongoDB 5.0.22-19 (2023-11-09)](5.0.22-19.md)
Expand Down
52 changes: 28 additions & 24 deletions mkdocs-base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ site_name: Percona Server for MongoDB 5.0
site_description: Documentation
site_author: Percona LLC
copyright: >
<a href="https://www.percona.com/about">Percona LLC</a> and/or its affiliates © 2023 — <a href="#__consent">Cookie Consent</a>
<a href="https://www.percona.com/about">Percona LLC</a> and/or its affiliates © 2024 — <a href="#__consent">Cookie Consent</a>
repo_name: percona/psmdb-docs
repo_url: https://github.com/percona/psmdb-docs
Expand Down Expand Up @@ -95,8 +95,8 @@ markdown_extensions:
auto_append:
- services-banner.md
pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
options:
custom_icons:
- _resource/overrides/.icons
Expand Down 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.23-20 (December 21, 2023)
cover_subtitle: 5.0.24-21 (February 1, 2024)
author: 'Percona Technical Documentation Team'
cover_logo: docs/_images/Percona_Logo_Color.png
debug_html: false
Expand Down Expand Up @@ -196,26 +196,30 @@ nav:
- install/uninstall.md
- Release notes:
- Release notes index: release_notes/index.md
- release_notes/5.0.23-20.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
- release_notes/5.0.18-15.md
- release_notes/5.0.17-14.md
- release_notes/5.0.15-13.md
- release_notes/5.0.14-12.md
- release_notes/5.0.13-11.md
- release_notes/5.0.11-10.md
- release_notes/5.0.10-9.md
- release_notes/5.0.9-8.md
- release_notes/5.0.8-7.md
- release_notes/5.0.7-6.md
- release_notes/5.0.6-5.md
- release_notes/5.0.5-4.md
- release_notes/5.0.4-3.md
- release_notes/5.0.3-2.md
- release_notes/5.0.2-1.md
- release_notes/5.0.24-21.md
- 2023 (versions 5.0.15-13 through 5.0.23-20):
- release_notes/5.0.23-20.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
- release_notes/5.0.18-15.md
- release_notes/5.0.17-14.md
- release_notes/5.0.15-13.md
- 2022 (versions 5.0.6-5 through 5.0.15-13):
- release_notes/5.0.14-12.md
- release_notes/5.0.13-11.md
- release_notes/5.0.11-10.md
- release_notes/5.0.10-9.md
- release_notes/5.0.9-8.md
- release_notes/5.0.8-7.md
- release_notes/5.0.7-6.md
- release_notes/5.0.6-5.md
- 2021 (versions 5.0.2-1 through 5.0.5-4):
- release_notes/5.0.5-4.md
- release_notes/5.0.4-3.md
- release_notes/5.0.3-2.md
- release_notes/5.0.2-1.md
- glossary.md
- "Telemetry": telemetry.md
- copyright.md
Expand Down
2 changes: 1 addition & 1 deletion mkdocs-pdf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

INHERIT: mkdocs-base.yml

copyright: Percona LLC, &#169; 2023
copyright: Percona LLC, &#169; 2024

markdown_extensions:
pymdownx.tabbed: {}
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.23-20'
release: '5.0.24-21'
version: '5.0'

0 comments on commit e9c5894

Please sign in to comment.