Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(DOCSP-18806): Add minor release warnings for 4.4.2-4.4.8, 5.0.0-5.0.2 #5869

Merged
merged 1 commit into from
Sep 22, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
44 changes: 38 additions & 6 deletions source/release-notes/4.4.txt
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,12 @@ Issues fixed:
4.4.8 - Aug 4, 2021
~~~~~~~~~~~~~~~~~~~

.. warning::

MongoDB version 4.4.8 is not recommended for production use due to
critical issues :issue:`WT-7984` and :issue:`WT-7995`, fixed in later
versions. Use the latest available patch release version.

Issues fixed:

- :issue:`SERVER-58936`: Unique index constraints may not be enforced
Expand All @@ -66,9 +72,10 @@ Issues fixed:

.. warning::

MongoDB version 4.4.7 is not recommended for production use due to a
critical issue, :issue:`SERVER-58936`, fixed in later versions.
Use the latest available patch release version.
MongoDB version 4.4.7 is not recommended for production use due to
critical issues :issue:`SERVER-58936`, :issue:`WT-7984`, and
:issue:`WT-7995`, fixed in later versions. Use the latest
available patch release version.

Issues fixed:

Expand All @@ -93,6 +100,12 @@ Issues fixed:
4.4.6 - May 10, 2021
~~~~~~~~~~~~~~~~~~~~

.. warning::

MongoDB version 4.4.6 is not recommended for production use due to
critical issues :issue:`WT-7984` and :issue:`WT-7995`, fixed in later
versions. Use the latest available patch release version.

Issues fixed:

- :issue:`SERVER-53604`: Include original aws iam arn in authenticate
Expand All @@ -117,9 +130,10 @@ Issues fixed:

.. warning::

MongoDB version 4.4.5 is not recommended for production use due to a
critical issue, :issue:`WT-7426`, fixed in later versions.
Use the latest available patch release version.
MongoDB version 4.4.5 is not recommended for production use due to
critical issues :issue:`WT-7426`, :issue:`WT-7984`, and
:issue:`WT-7995`, fixed in later versions. Use the latest available
patch release version.

Issues fixed:

Expand All @@ -142,6 +156,12 @@ Issues fixed:
4.4.4 - Feb 16, 2021
~~~~~~~~~~~~~~~~~~~~

.. warning::

MongoDB version 4.4.4 is not recommended for production use due to
critical issues :issue:`WT-7984` and :issue:`WT-7995`, fixed in later
versions. Use the latest available patch release version.

Issues fixed:

- :issue:`SERVER-48471`: Hashed indexes may be incorrectly marked
Expand All @@ -164,6 +184,12 @@ Issues fixed:
4.4.3 - Jan 4, 2021
~~~~~~~~~~~~~~~~~~~

.. warning::

MongoDB version 4.4.3 is not recommended for production use due to
critical issues :issue:`WT-7984` and :issue:`WT-7995`, fixed in later
versions. Use the latest available patch release version.

Issues fixed:

- :issue:`SERVER-33966`: redundant $sort in aggregation prevents best
Expand All @@ -184,6 +210,12 @@ Issues fixed:
4.4.2 - Nov 18, 2020
~~~~~~~~~~~~~~~~~~~~

.. warning::

MongoDB version 4.4.2 is not recommended for production use due to
critical issues :issue:`WT-7984` and :issue:`WT-7995`, fixed in later
versions. Use the latest available patch release version.

Issues fixed:

- :issue:`SERVER-48067`: Reduce memory consumption for unique index
Expand Down
20 changes: 14 additions & 6 deletions source/release-notes/5.0.txt
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,12 @@ Issues fixed:
5.0.2 - Aug 4, 2021
~~~~~~~~~~~~~~~~~~~

.. warning::

MongoDB version 5.0.2 is not recommended for production use due to
critical issues :issue:`WT-7984` and :issue:`WT-7995`, fixed in later
versions. Use the latest available patch release version.

Issues fixed:


Expand All @@ -70,9 +76,10 @@ Issues fixed:

.. warning::

MongoDB version 5.0.1 is not recommended for production use due to a
critical issue, :issue:`SERVER-58936`, fixed in later versions.
Use the latest available patch release version.
MongoDB version 5.0.1 is not recommended for production use due to
critical issues :issue:`SERVER-58936`, :issue:`WT-7984`, and
:issue:`WT-7995`, fixed in later versions. Use the latest
available patch release version.

Issues fixed:

Expand All @@ -91,9 +98,10 @@ Issues fixed:

.. warning::

MongoDB version 5.0.0 is not recommended for production use due to a
critical issue, :issue:`SERVER-58936`, fixed in later versions.
Use the latest available patch release version.
MongoDB version 5.0.0 is not recommended for production use due to
critical issues :issue:`SERVER-58936`, :issue:`WT-7984`, and
:issue:`WT-7995`, fixed in later versions. Use the latest
available patch release version.

The rest of this page provides the 5.0.0 release notes:

Expand Down