Skip to content

Commit 03b2d22

Browse files
DOCS-16231 Release Notes for MongoDB 6.0.8 (#3496) (#3543)
* DOCS-16231 Release Notes for MongoDB 6.0.8 * Fixes per Ashley * Fixes per Britt --------- Co-authored-by: Ashley Brown <[email protected]>
1 parent 0b2b0d9 commit 03b2d22

File tree

3 files changed

+86
-0
lines changed

3 files changed

+86
-0
lines changed
Lines changed: 70 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,70 @@
1+
.. _6.0.8-changelog:
2+
3+
6.0.8 Changelog
4+
---------------
5+
6+
Sharding
7+
~~~~~~~~
8+
9+
- :issue:`SERVER-61127` Multi-writes may exhaust the number of retry
10+
attempts in the presence of ongoing chunk migrations
11+
- :issue:`SERVER-76546` _migrateClone can deadlock with prepared
12+
transactions on secondaries
13+
- :issue:`SERVER-78414` Recipient shard in chunk migration can skip
14+
fetching changes to the migrated range, leading to lost writes
15+
16+
Query
17+
~~~~~
18+
19+
:issue:`SERVER-46446` Log time spent waiting for remote operations
20+
21+
Internals
22+
~~~~~~~~~
23+
24+
- :issue:`SERVER-45255` Capture Pressure Stall Information in FTDC for
25+
Linux hosts
26+
- :issue:`SERVER-62939` Starting up ESE with no KMIP server available
27+
leaves a backtrace
28+
- :issue:`SERVER-66945` Re-enable ESE on MacOS
29+
- :issue:`SERVER-67196` Ensure hb stats get updated before sync source
30+
selection in initial_sync_chooses_correct_sync_source.js
31+
- :issue:`SERVER-71825` Implement and test document split algorithm
32+
- :issue:`SERVER-74143` A slow query report should not require the rstl
33+
lock to return storage statistics
34+
- :issue:`SERVER-76910` Make PyKMIP test harness return errors on
35+
version mismatch
36+
- :issue:`SERVER-77005` Leave LDAP users logged-in during LDAP downtime
37+
- :issue:`SERVER-77168` mongod crashes when restoring time series
38+
collection with auth enabled
39+
- :issue:`SERVER-77266` createCollection command in
40+
rename_capped_collection_droptarget.js should ignore "cannot find ns"
41+
errors
42+
- :issue:`SERVER-77298` Prevent fassert after killing opCtx as part of
43+
reconstructing prepared transactions after initial sync
44+
- :issue:`SERVER-77386` Make '$_resumeAfter' parameter work with
45+
clustered collections
46+
- :issue:`SERVER-77459` Verify /proc/pressure/cpu is readable in
47+
procparser_test
48+
- :issue:`SERVER-77527` mongodbtoolchain/v3 stdlib unsafe against
49+
self-moves
50+
- :issue:`SERVER-77710` Fix data race in AuditManager
51+
- :issue:`SERVER-77769` SysPerf yml's compile-skip comment is
52+
incorrectly spaced
53+
- :issue:`SERVER-77833` Mock meta cursors in sharded tests for
54+
batchSize/limit pushdown
55+
- :issue:`SERVER-77998` Allow 'full' when reading from
56+
/proc/pressure/cpu
57+
- :issue:`SERVER-78126` For specific kinds of input, mongo::Value()
58+
always hashes to the same result on big-endian platforms
59+
- :issue:`SERVER-78136` Add "updateSearchIndex" Permission to the
60+
"readWrite" built-in-role
61+
- :issue:`SERVER-78174` [v6.0] Blocklist large_events_failed_metric.js
62+
test in older versions where tracking of large change stream events is
63+
not backported
64+
- :issue:`SERVER-78292` Issue with Object.entries in mongotmock
65+
assertEmpty
66+
- :issue:`SERVER-78314` Create documentSourceWriterBatchBuffer server
67+
parameter
68+
- :issue:`SERVER-78492` Resharding fuzzer tests are being generated but
69+
not run in Evergreen
70+

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.8.txt
14+
1315
.. include:: /includes/changelogs/releases/6.0.7.txt
1416

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

source/release-notes/6.0.txt

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,20 @@ Patch Releases
4343
--------------
4444

4545

46+
.. _6.0.8-release-notes:
47+
48+
6.0.8 - Upcoming
49+
~~~~~~~~~~~~~~~~
50+
51+
- :issue:`SERVER-61127` Multi-writes may exhaust the number of retry attempts
52+
in the presence of ongoing chunk migrations
53+
- :issue:`SERVER-77005` Leave LDAP users logged-in during LDAP downtime
54+
- :issue:`SERVER-78126` For specific kinds of input, mongo::Value() always hashes to the same result on big-endian platforms
55+
- `All Jira issues closed in 6.0.8
56+
<https://jira.mongodb.org/issues/?jql=project%20in%20(SERVER%2CTOOLS%2CWT)%20AND%20resolution%3D%27Fixed%27%20and%20fixversion%3D%276.0.8%27>`__
57+
- :ref:`6.0.8-changelog`
58+
59+
4660
.. _6.0.7-release-notes:
4761

4862
6.0.7 - Jun 28, 2023

0 commit comments

Comments
 (0)