Skip to content

Commit a965309

Browse files
(DOCS-15552): Finalize v5.0.11 changelogs
* (DOCS-15552): Finalize v5.0.11 changelogs (#1688) * update snooty.toml for 5.0.11
1 parent 91b0f4e commit a965309

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

snooty.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ windows-dir-version = "5.0" # wizard
207207
package-name-org = "mongodb-org"
208208
package-name-enterprise = "mongodb-enterprise"
209209
version = "5.0"
210-
release = "5.0.9"
210+
release = "5.0.11"
211211
version-dev = "5.3"
212212
pgp-version = "{+version+}"
213213
rsa-key = "4B7C549A058F8B6B"

source/includes/changelogs/releases/5.0.11.rst

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ Sharding
1313
- :issue:`SERVER-68431` resharding_test_fixture doesn't configure failpoints for all nodes of config server
1414
- :issue:`SERVER-68495` Resharding a collection with a very large number of zones configured may stall on config server primary indefinitely
1515
- :issue:`SERVER-68628` Retrying a failed resharding operation after a primary failover can lead to server crash or lost writes
16+
- :issue:`SERVER-68728` Add addl. activation condition for interruptBeforeProcessingPrePostImageOriginatingOp fail point
1617

1718
Query
1819
~~~~~
@@ -30,6 +31,7 @@ Internals
3031
~~~~~~~~~
3132

3233
- :issue:`SERVER-60607` improve handling of large/NaN values for geo index version
34+
- :issue:`SERVER-60958` Avoid server hang in chunk migration when step-down event occurs
3335
- :issue:`SERVER-61321` Improve handling of large/NaN values for text index version
3436
- :issue:`SERVER-62747` proxy_protocol_connect.js needs to use the loopback address for Docker containers
3537
- :issue:`SERVER-65262` Expand usage of WT numerical timestamp API
@@ -48,15 +50,18 @@ Internals
4850
- :issue:`SERVER-67532` Fail less in OplogServerStatusSection
4951
- :issue:`SERVER-67683` Change some of the modes in fast and opt builds
5052
- :issue:`SERVER-67845` Acquire critical section in rename "check preconditions" phase only if target not sharded
53+
- :issue:`SERVER-67939` run_dbcheck_background.js should be resilient to CappedPositionLost
5154
- :issue:`SERVER-68041` Robustify merge_write_concern.js and add diagnostic log
5255
- :issue:`SERVER-68130` AutoSplitVector could generate response bigger than BSONObjMaxUserSize
5356
- :issue:`SERVER-68158` serverstatus_indexbulkbuilder.js should run listIndexes on primary after creating indexes
5457
- :issue:`SERVER-68184` Use Number instead of NumberLong when indexing in checkWritesOfCommittedTxns
5558
- :issue:`SERVER-68193` Sharding DDL coordinator can lock itself out in distlock retry loop
5659
- :issue:`SERVER-68487` add BSONElement method to check for NaN field values
57-
- :issue:`SERVER-68511` MovePrimary update of config.databases entry must use dotted fields notation
60+
- :issue:`SERVER-68511` movePrimary might introduce sharding metadata inconsistency in MongoDB 5.0+
5861
- :issue:`SERVER-68522` Prevent 5.0 binary from starting in FCV 4.4 with misconfigured TTL index
62+
- :issue:`SERVER-68540` Add docker_incompatible tag for jscore tests
5963
- :issue:`SERVER-68574` Switch to the new logkeeper cluster
64+
- :issue:`SERVER-68737` remove multiversion test from debian11 5.0
6065
- :issue:`WT-8847` Add tombstone to WT_SAVE_UPD to truncate the update list upon page restore
6166
- :issue:`WT-9004` Fix memory leak in update restore eviction
6267
- :issue:`WT-9302` Deprecated object_target_size as a config in api_data.py

source/release-notes/5.0.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ Patch Releases
1919

2020
.. _5.0.11-release-notes:
2121

22-
5.0.11 - Upcoming
23-
~~~~~~~~~~~~~~~~~
22+
5.0.11 - Aug 19, 2022
23+
~~~~~~~~~~~~~~~~~~~~~
2424

2525
Issues fixed:
2626

0 commit comments

Comments
 (0)