Skip to content

Commit 0432e4e

Browse files
finalize v5.0.10 changelog (#1538)
1 parent 2bffb89 commit 0432e4e

File tree

2 files changed

+4
-10
lines changed

2 files changed

+4
-10
lines changed

source/includes/changelogs/releases/5.0.10.rst

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,9 @@
66
Sharding
77
~~~~~~~~
88

9-
- :issue:`SERVER-56185` Investigate possible improvements with session migration and a chunk migration's critical section
109
- :issue:`SERVER-57519` Make ARS use causally consistent ShardRegistry::getShard() function
11-
- :issue:`SERVER-61985` resharding_coordinator_recovers_abort_decision.js may report resharding operation as succeeding due to primary shard retrying _configsvrReshardCollection and running a second resharding operation
1210
- :issue:`SERVER-62272` Adding schema validation to a collection can prevent chunk migrations of failing documents
11+
- :issue:`SERVER-62432` Ensure safe access to ShardingDDLCoordinator instance state documents
1312
- :issue:`SERVER-62656` Decouple mongos-to-config-server connection pool sizing from mongos-to-shard-server connection pool sizing
1413
- :issue:`SERVER-63243` Range deleter must not clean up orphan ranges in a round-robin fashion
1514
- :issue:`SERVER-64433` A new topology time could be gossiped without being majority committed
@@ -30,9 +29,7 @@ JavaScript
3029
Build and Packaging
3130
~~~~~~~~~~~~~~~~~~~
3231

33-
- :issue:`SERVER-61894` Support the 'showRawUpdateDescription' option in change stream specs
34-
- :issue:`SERVER-63159` Implement the $_internalApplyOplogUpdate aggregation stage
35-
- :issue:`SERVER-66627` Backport the install-devcore target
32+
:issue:`SERVER-66627` Backport the install-devcore target
3633

3734
Internals
3835
~~~~~~~~~
@@ -62,7 +59,6 @@ Internals
6259
- :issue:`SERVER-65723` Add tunable parameter to improve batching on secondaries
6360
- :issue:`SERVER-65777` "revokePrivilegesFromRole" param.ns missing user object in audit log
6461
- :issue:`SERVER-65797` Remove invalid index specs in memory before parsing for listIndexes
65-
- :issue:`SERVER-65884` $lookup from time-series can place $sequentialCache after correlated $match
6662
- :issue:`SERVER-66087` Call curl_global_init before threading enabled
6763
- :issue:`SERVER-66111` Curl implementation of HTTPClient should respect default timeouts
6864
- :issue:`SERVER-66319` dbcheck_no_history_on_secondary.js disables dbCheck failpoint too early
@@ -72,7 +68,6 @@ Internals
7268
- :issue:`SERVER-66433` Backport deadline waiting for overlapping range deletion to finish to pre-v5.1 versions
7369
- :issue:`SERVER-66461` Run notarization earlier in the build process
7470
- :issue:`SERVER-66520` add index build UUID to BackgroundOperationInProgress error messages
75-
- :issue:`SERVER-66548` $lookup sequential cache can incorrectly treat a $facet as non-correlated
7671
- :issue:`SERVER-66556` Prevent potential race when releasing cursors during shutdown
7772
- :issue:`SERVER-66559` Expand the internalQueryMaxAddToSetBytes param from 32 to 64 bits
7873
- :issue:`SERVER-66658` Shard registry might be accessed before initialization
@@ -89,7 +84,6 @@ Internals
8984
- :issue:`SERVER-67220` [5.0] set_fcv_prepared_transaction.js is not resilient to StaleConfig errors
9085
- :issue:`SERVER-67405` Handle empty string for is_patch evergreen expansion
9186
- :issue:`SERVER-67513` Disable or_to_in for jsCore_compatibility for v5.0
92-
- :issue:`SERVER-68193` Sharding DDL coordinator can lock itself out in distlock retry loop
9387
- :issue:`WT-8425` Push updates with the same commit timestamps in the out_of_order_ts_updates vector in hs_rec.c.
9488
- :issue:`WT-8669` Assert that the timestamps are not OOO in __hs_insert_record
9589
- :issue:`WT-9249` Compare and fix the start durable timestamp if it is greater than ooo timestamp

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.10-release-notes:
2121

22-
5.0.10 - Upcoming
23-
~~~~~~~~~~~~~~~~~
22+
5.0.10 - July 29, 2022
23+
~~~~~~~~~~~~~~~~~~~~~~
2424

2525
Issues fixed:
2626

0 commit comments

Comments
 (0)