Skip to content

Commit fea74c7

Browse files
authored
* DOCS-15334 * DOCSP-22483 5.0.9 release notes v5.0
1 parent 920fab9 commit fea74c7

File tree

4 files changed

+87
-1
lines changed

4 files changed

+87
-1
lines changed

snooty.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ windows-dir-version = "5.0" # wizard
206206
package-name-org = "mongodb-org"
207207
package-name-enterprise = "mongodb-enterprise"
208208
version = "5.0"
209-
release = "5.0.8"
209+
release = "5.0.9"
210210
version-dev = "5.3"
211211
pgp-version = "{+version+}"
212212
rsa-key = "4B7C549A058F8B6B"
Lines changed: 61 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,61 @@
1+
.. _5.0.9-changelog:
2+
3+
5.0.9 Changelog
4+
---------------
5+
6+
Sharding
7+
~~~~~~~~
8+
9+
- :issue:`SERVER-62175` Mongos fails to attach RetryableWrite Error Label For Command Interrupted In _parseCommand
10+
- :issue:`SERVER-62432` Ensure safe access to ShardingDDLCoordinator instance state documents
11+
- :issue:`SERVER-64822` Sharding an empty collection releases the critical section too early
12+
- :issue:`SERVER-66041` Chunk cloner must never consider too big a chunk with only one document
13+
14+
Query
15+
~~~~~
16+
17+
:issue:`SERVER-63642` Add serverStatus metrics to measure multi-planning performance
18+
19+
Build and Packaging
20+
~~~~~~~~~~~~~~~~~~~
21+
22+
- :issue:`SERVER-42470` Generate additional configuration for libunwind
23+
- :issue:`SERVER-64332` Notarize MongoDB builds for macos
24+
- :issue:`SERVER-66386` Update AMI images for package tests
25+
26+
Internals
27+
~~~~~~~~~
28+
29+
- :issue:`SERVER-57546` Increase test-specific timeouts for roles lock acquisition
30+
- :issue:`SERVER-58337` Log deprecation warning and bump serverStatus counter upon receipt of OP_QUERY command
31+
- :issue:`SERVER-60758` Prevent dbVersion refreshes from failing transactions in txn_recover_decision_using_recovery_router.js
32+
- :issue:`SERVER-61018` Create a generic histogram type
33+
- :issue:`SERVER-61110` Fix locking in AuthorizationContract::contains
34+
- :issue:`SERVER-61460` Resmoke should merge config_svr options with mongod_options rather than overriding them
35+
- :issue:`SERVER-62941` Update FTDCServerStatusCommandCollector to include oplog metrics from serverStatus command
36+
- :issue:`SERVER-62992` Remove need for resmoke.ini
37+
- :issue:`SERVER-63254` Add Index usage metrics to serverStatus
38+
- :issue:`SERVER-63796` Enable Feature flag for PM-2750
39+
- :issue:`SERVER-63850` Add the count command to API version 1
40+
- :issue:`SERVER-64664` ninja tool should not consider install files generated source
41+
- :issue:`SERVER-64815` Prevent buildindexes_false_commit_quorum.js from running in multiversion tests
42+
- :issue:`SERVER-65137` detect namespace changes when refreshing Collection after yielding
43+
- :issue:`SERVER-65166` Use compareOptimes in abort_in_progress_transactions_on_step_up.js
44+
- :issue:`SERVER-65184` Avoid concurrent election and stepdown in downgrade_default_write_concern_majority.js
45+
- :issue:`SERVER-65271` serverStatus should allow fine-grained metrics exclusion
46+
- :issue:`SERVER-65636` Remove limits on number of LDAP connections per host
47+
- :issue:`SERVER-65861` Remove enterprise-rhel-83-s390x from mh_variants on 5.0
48+
- :issue:`SERVER-65995` Reduce Evergreen cron frequency on older branches
49+
- :issue:`SERVER-66089` Initial sync should do transaction table read with a later afterClusterTime
50+
- :issue:`SERVER-66117` Disable qualify_shortname in mock libkrb5 configuration
51+
- :issue:`WT-8250` Increase the maximum expected space available after compaction in test_wt7989_compact_checkpoint
52+
- :issue:`WT-8450` Report stats in hs_cleanup_stress, don't validate them
53+
- :issue:`WT-8481` Split cppsuite search near tests and update their logging levels
54+
- :issue:`WT-8622` Read in last_ckpt_base_write_gen at start of recovery
55+
- :issue:`WT-8860` Save the mongod logs as a test artifact in many-collection-test
56+
- :issue:`WT-9019` Disable cyclomatic-complexity test on 5.0
57+
- :issue:`WT-9029` Remove object_target_size option from WT_SESSION::create
58+
- :issue:`WT-9044` Disable code coverage measurement on mongodb-5.0
59+
- :issue:`WT-9054` Correctly configure split stress options in format.sh
60+
- :issue:`WT-9096` Fix search near returning wrong key/value sometimes when key doesn't exist
61+

source/release-notes/5.0-changelog.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010
:depth: 1
1111
:class: singlecol
1212

13+
.. include:: /includes/changelogs/releases/5.0.9.rst
14+
1315
.. include:: /includes/changelogs/releases/5.0.8.rst
1416

1517
.. include:: /includes/changelogs/releases/5.0.7.rst

source/release-notes/5.0.txt

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,29 @@ Release Notes for MongoDB 5.0
1717
Patch Releases
1818
--------------
1919

20+
.. _5.0.9-release-notes:
21+
22+
5.0.9 - May 31, 2022
23+
~~~~~~~~~~~~~~~~~~~~
24+
25+
Issues fixed:
26+
27+
- :issue:`SERVER-65636` Remove limits on number of LDAP connections
28+
per host
29+
- :issue:`SERVER-65137` Detect namespace changes when refreshing
30+
Collection after yielding
31+
- :issue:`SERVER-64822` Sharding an empty collection releases the
32+
critical section too early
33+
- :issue:`SERVER-62175` Mongos fails to attach RetryableWrite Error
34+
Label For Command Interrupted In _parseCommand
35+
- :issue:`WT-9096` Fix search near returning wrong key/value sometimes
36+
when key doesn't exist
37+
38+
- `All JIRA issues closed in 5.0.9
39+
<https://jira.mongodb.org/issues/?jql=project%20in%20(SERVER%2C%20TOOLS%2C%20WT)%20AND%20resolution%20%3D%20Fixed%20AND%20fixVersion%20%3D%205.0.9>`_
40+
41+
- :ref:`5.0.9-changelog`
42+
2043
.. _5.0.8-release-notes:
2144

2245
5.0.8 - April 25, 2022

0 commit comments

Comments
 (0)