Skip to content

Commit adee9e2

Browse files
DOCSP-33406: 6.0.11 RC0 changelogs (#4937)
* DOCSP-33406: 6.0.11 RC0 changelogs * DOCSP-33406: Fix some typos * DOCSP-33406: Typo
1 parent a43aaee commit adee9e2

File tree

3 files changed

+137
-0
lines changed

3 files changed

+137
-0
lines changed
Lines changed: 116 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,116 @@
1+
.. _6.0.11-changelog:
2+
3+
6.0.11 Changelog
4+
----------------
5+
6+
Sharding
7+
~~~~~~~~
8+
9+
- :issue:`SERVER-79327` Missing verification in refine collection shard
10+
key
11+
- :issue:`SERVER-79682` ShardsvrReshardCollection Can Hang If Stepdown
12+
Occurs Shortly After Stepping Up
13+
- :issue:`SERVER-80236` Race in migration source registration and
14+
capturing writes for xferMods for deletes
15+
- :issue:`SERVER-80246` Fsync test is not correctly checking for
16+
concurrent ddl operations
17+
18+
Operations
19+
~~~~~~~~~~
20+
21+
:issue:`SERVER-58534` Collect FCV in FTDC
22+
23+
Internals
24+
~~~~~~~~~
25+
26+
- :issue:`SERVER-52149` Create feature flag for Make taking self-managed
27+
backups in 4.4+ as safe as possible
28+
- :issue:`SERVER-52452` Enable feature flag for Make taking self-managed
29+
backups in 4.4+ as safe as possible
30+
- :issue:`SERVER-66018` Expose metrics for readPreference usage
31+
- :issue:`SERVER-68132` Remove Feature Flag for PM-2076
32+
- :issue:`SERVER-68791` Expand the stacktrace API to return a loggable
33+
BSONObj
34+
- :issue:`SERVER-69244` $merge fails when session default read concern
35+
has been set to "majority"
36+
- :issue:`SERVER-71520` Dump all thread stacks on RSTL acquisition
37+
timeout
38+
- :issue:`SERVER-71819` Broadcast collMod command to all shards
39+
- :issue:`SERVER-73470` Log index inconsistencies detected by queries in
40+
the health log
41+
- :issue:`SERVER-73497` Create an interface for the HealthLog
42+
- :issue:`SERVER-76341` Add range deletion throughput statistic
43+
- :issue:`SERVER-76932` Add a way for a thread to know when the
44+
SignalHandler thread is done with printAllThreadStacks
45+
- :issue:`SERVER-77638` Add logging on completion of resharding
46+
- :issue:`SERVER-78149` Implement the mongos fsync (lock : true) command
47+
- :issue:`SERVER-78150` Implement the mongos fsyncUnlock command
48+
- :issue:`SERVER-78151` Add fsyncLock status to the mongos currentOp
49+
command
50+
- :issue:`SERVER-78153` Unlock the config server primary via the mongos
51+
fsyncUnlock command
52+
- :issue:`SERVER-78154` Detect on-going DDL operations in fsync with
53+
lock command
54+
- :issue:`SERVER-78156` Test the mongos fsync with lock command with
55+
distributed transactions
56+
- :issue:`SERVER-78253` Allow folks with hashed shard keys to drop the
57+
hashed index
58+
- :issue:`SERVER-78529` Create feature flag
59+
- :issue:`SERVER-78721` Remove multiversion compatibility for rename
60+
view test
61+
- :issue:`SERVER-78793` Add a timeout to the mongos FSync Lock Command
62+
- :issue:`SERVER-79025` Mongos Fsync with lock command should use mongos
63+
fsyncUnlock command
64+
- :issue:`SERVER-79471` Mirrored reads should include databaseVersion in
65+
addition to shardVersion
66+
- :issue:`SERVER-79552` $group rewrite for timeseries returns incorrect
67+
result if referencing the metaField in an object
68+
- :issue:`SERVER-79585` A valid $match query fails on time-series
69+
collection
70+
- :issue:`SERVER-79632` Stop range deletion when hashed shard key index
71+
does not exist
72+
- :issue:`SERVER-79781` TestGetDestinedRecipientThrowsOnBlockedRefresh
73+
should not run two refreshes without resetting the catalog cache
74+
loader mock return value
75+
- :issue:`SERVER-79803` Enable feature flag in 6.0
76+
- :issue:`SERVER-79926` Investigate OCSP failure possibilities
77+
- :issue:`SERVER-80021` Make $convert round-trip correctly between
78+
double and string
79+
- :issue:`SERVER-80100` Fix typo in excluding
80+
compound_wildcard_index_hiding.js and sparse_index_internal_expr.js
81+
- :issue:`SERVER-80140` Use the $currentOp to verify that
82+
fsyncLockWorker threads are waiting for the lock
83+
- :issue:`SERVER-80203` Normalization of time-series meta field can
84+
break insert targeting
85+
- :issue:`SERVER-80465` Make numCandidates optional on mongod for
86+
$vectorSearch
87+
- :issue:`SERVER-80491` Expose more granular metrics around balancing
88+
round
89+
- :issue:`SERVER-80678` Remove an outdated test case
90+
- :issue:`SERVER-80810` Remove
91+
tenant_migration_donor_resume_on_stepup_and_restart.js on v6.0
92+
- :issue:`SERVER-80912` Enterprise RHEL 7.1 ppc64le failures on 6.0
93+
waterfall
94+
- :issue:`SERVER-81013` Fix resolveCollator to return 'kNo' when query
95+
has collator and collection does not
96+
- :issue:`SERVER-81033` Ignore the collMod response from the DBPrimary
97+
shard if it has no chunks
98+
- :issue:`SERVER-81044` Handle internal oplog update correctly in
99+
transactions
100+
- :issue:`SERVER-81146` Use historic runtime data to set default
101+
timeouts when the data is not full
102+
- :issue:`SERVER-81149` Time-series update bucket compression failed due
103+
to decompression data loss
104+
- :issue:`SERVER-81155` Use move semantic to avoid copying all chunks in
105+
createCollection coordinator
106+
- :issue:`SERVER-81202` Use host environment when signing
107+
- :issue:`SERVER-81393` Make multiversion-config resmoke command output
108+
yaml to file
109+
- :issue:`SERVER-81421` Fix fle2_downgrade.js test in 6.0
110+
- :issue:`SERVER-81426` [5.0] fsync_deadlock.js is not resilient to
111+
StaleConfig errors
112+
- :issue:`SERVER-81431` Add canaries_only task to older mongo branches
113+
- :issue:`SERVER-81532` FIx tag on timeseries_groupby_reorder.js
114+
- :issue:`SERVER-81762` Wait to run test until HMAC keys refresh
115+
finishes in read_preference_metrics.js
116+

source/release-notes/6.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/6.0.11.txt
14+
1315
.. include:: /includes/changelogs/releases/6.0.10.txt
1416

1517
.. include:: /includes/changelogs/releases/6.0.9.txt

source/release-notes/6.0.txt

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,21 @@ see :ref:`release-version-numbers`.
4747
Patch Releases
4848
--------------
4949

50+
.. _6.0.11-release-notes:
51+
52+
6.0.11 - Upcoming
53+
~~~~~~~~~~~~~~~~~
54+
55+
- :issue:`SERVER-58534` Collect FCV in FTDC
56+
- :issue:`SERVER-69244` $merge fails when session default read concern has been
57+
set to "majority"
58+
- :issue:`SERVER-71520` Dump all thread stacks on RSTL acquisition timeout
59+
- :issue:`SERVER-79498` Backport $vectorSearch to 6.0
60+
- :issue:`SERVER-80021` Make $convert round-trip correctly between double and string
61+
- `All Jira issues closed in 6.0.11 <https://jira.mongodb.org/browse/SERVER-81762?jql=project%20in%20(SERVER%2CTOOLS%2CWT)%20AND%20resolution%3D%27Fixed%27%20and%20fixversion%3D6.0.11>`__
62+
- :ref:`6.0.11-changelog`
63+
64+
5065
.. _6.0.10-release-notes:
5166

5267
6.0.10 - Sep 14, 2023
@@ -59,6 +74,10 @@ Patch Releases
5974
results
6075
- :issue:`SERVER-79771` Make resharding operations resilient to
6176
networkInterfaceExceededTimeLimit
77+
`All Jira issues closed in 6.0.10
78+
<https://jira.mongodb.org/browse/SERVER-80810?jql=project%20in%20(SERVER%2CTOOLS%2CWT)%20AND%20resolution%3D%27Fixed%27%20and%20fixversion%3D6.0.10>`__
79+
- :ref:`6.0.10-changelog`
80+
6281

6382
.. _6.0.9-release-notes:
6483

0 commit comments

Comments
 (0)