@@ -12,16 +12,43 @@ Release Notes for MongoDB 5.0
12
12
13
13
.. note::
14
14
15
- MongoDB 5.0 Released Jul 13, 2021
15
+ MongoDB 5.0 Released July 13, 2021
16
16
17
17
Patch Releases
18
18
--------------
19
19
20
+ .. warning:: Past Release Limitations
21
+
22
+ .. include:: /includes/release-notes/critical-warning-text.rst
23
+
24
+ .. list-table::
25
+ :header-rows: 1
26
+
27
+ * - Issue
28
+ - Affected Versions
29
+
30
+ * - :issue:`WT-7984`
31
+ - 5.0.0 - 5.0.2
32
+
33
+ * - :issue:`WT-7995`
34
+ - 5.0.0 - 5.0.2
35
+
36
+ * - :issue:`WT-10461`
37
+ - 5.0.0 - 5.0.14 (ARM64 or POWER system architectures)
38
+
39
+ * - :issue:`SERVER-58936`
40
+ - 5.0.0 - 5.0.1
41
+
42
+ * - :issue:`SERVER-68511`
43
+ - 5.0.0 - 5.0.14
44
+
20
45
.. _5.0.15-release-notes:
21
46
22
47
5.0.15 - Feb 27, 2023
23
48
~~~~~~~~~~~~~~~~~~~~~
24
49
50
+ Issues fixed:
51
+
25
52
- :issue:`SERVER-54900` Blocking networking calls can delay sync-source resolution indefinitely
26
53
- :issue:`SERVER-72416` The find and findAndModify projection code does not honor the collection level collation
27
54
- :issue:`SERVER-71759` dataSize command doesn't yield
@@ -132,13 +159,6 @@ Issues fixed:
132
159
5.0.10 - July 29, 2022
133
160
~~~~~~~~~~~~~~~~~~~~~~
134
161
135
- .. warning::
136
-
137
- MongoDB version 5.0.10 is not recommended for production use in sharded
138
- clusters due to critical issue :issue:`SERVER-68511`, fixed in later
139
- versions. Use the latest available patch release version.
140
-
141
-
142
162
Issues fixed:
143
163
144
164
- :issue:`SERVER-66418` Bad projection created during dependency
@@ -162,12 +182,6 @@ Issues fixed:
162
182
5.0.9 - May 31, 2022
163
183
~~~~~~~~~~~~~~~~~~~~
164
184
165
- .. warning::
166
-
167
- MongoDB version 5.0.9 is not recommended for production use in sharded
168
- clusters due to critical issue :issue:`SERVER-68511`, fixed in later
169
- versions. Use the latest available patch release version.
170
-
171
185
Issues fixed:
172
186
173
187
- :issue:`SERVER-65636` Remove limits on number of LDAP connections
@@ -191,12 +205,6 @@ Issues fixed:
191
205
5.0.8 - April 25, 2022
192
206
~~~~~~~~~~~~~~~~~~~~~~
193
207
194
- .. warning::
195
-
196
- MongoDB version 5.0.8 is not recommended for production use in sharded
197
- clusters due to critical issue :issue:`SERVER-68511`, fixed in later
198
- versions. Use the latest available patch release version.
199
-
200
208
Issues fixed:
201
209
202
210
- :issue:`SERVER-63531` commitQuorum incorrectly includes
@@ -221,12 +229,6 @@ Issues fixed:
221
229
5.0.7 - April 11, 2022
222
230
~~~~~~~~~~~~~~~~~~~~~~
223
231
224
- .. warning::
225
-
226
- MongoDB version 5.0.7 is not recommended for production use in sharded
227
- clusters due to critical issue :issue:`SERVER-68511`, fixed in later
228
- versions. Use the latest available patch release version.
229
-
230
232
Issues fixed:
231
233
232
234
- :issue:`SERVER-64517` RecoverableCriticalSection is not properly
@@ -249,12 +251,6 @@ Issues fixed:
249
251
5.0.6 - January 31, 2022
250
252
~~~~~~~~~~~~~~~~~~~~~~~~
251
253
252
- .. warning::
253
-
254
- MongoDB version 5.0.6 is not recommended for production use in sharded
255
- clusters due to critical issue :issue:`SERVER-68511`, fixed in later
256
- versions. Use the latest available patch release version.
257
-
258
254
Issues fixed:
259
255
260
256
- :issue:`WT-8395` Inconsistent data after upgrade from 4.4.3 and 4.4.4 to 4.4.8+ and 5.0.2+
@@ -273,12 +269,6 @@ Issues fixed:
273
269
5.0.5 - December 6, 2021
274
270
~~~~~~~~~~~~~~~~~~~~~~~~
275
271
276
- .. warning::
277
-
278
- MongoDB version 5.0.5 is not recommended for production use in sharded
279
- clusters due to critical issue :issue:`SERVER-68511`, fixed in later
280
- versions. Use the latest available patch release version.
281
-
282
272
Issues fixed:
283
273
284
274
- :issue:`SERVER-61483` Resharding coordinator fails to recover abort
@@ -303,12 +293,6 @@ Issues fixed:
303
293
5.0.4 - Nov 15, 2021
304
294
~~~~~~~~~~~~~~~~~~~~
305
295
306
- .. warning::
307
-
308
- MongoDB version 5.0.4 is not recommended for production use in sharded
309
- clusters due to critical issue :issue:`SERVER-68511`, fixed in later
310
- versions. Use the latest available patch release version.
311
-
312
296
Issues fixed:
313
297
314
298
- :issue:`SERVER-60326` Windows Server fails to start when X509
@@ -331,12 +315,6 @@ Issues fixed:
331
315
5.0.3 - Sep 21, 2021
332
316
~~~~~~~~~~~~~~~~~~~~
333
317
334
- .. warning::
335
-
336
- MongoDB version 5.0.3 is not recommended for production use in sharded
337
- clusters due to critical issue :issue:`SERVER-68511`, fixed in later
338
- versions. Use the latest available patch release version.
339
-
340
318
Issues fixed:
341
319
342
320
- :issue:`SERVER-57667`: Improve processing speed for resharding's
@@ -360,13 +338,6 @@ Issues fixed:
360
338
5.0.2 - Aug 4, 2021
361
339
~~~~~~~~~~~~~~~~~~~
362
340
363
- .. warning::
364
-
365
- MongoDB version 5.0.2 is not recommended for production use due to
366
- critical issues :issue:`SERVER-68511`, :issue:`WT-7984`, and
367
- :issue:`WT-7995`, fixed in later versions. Use the latest
368
- available patch release version.
369
-
370
341
Issues fixed:
371
342
372
343
@@ -390,13 +361,6 @@ Issues fixed:
390
361
5.0.1 - Jul 22, 2021
391
362
~~~~~~~~~~~~~~~~~~~~
392
363
393
- .. warning::
394
-
395
- MongoDB version 5.0.1 is not recommended for production use due to
396
- critical issues :issue:`SERVER-68511`, :issue:`SERVER-58936`, :issue:`WT-7984`, and
397
- :issue:`WT-7995`, fixed in later versions. Use the latest
398
- available patch release version.
399
-
400
364
Issues fixed:
401
365
402
366
- :issue:`SERVER-58489`: Collection creation stuck in an infinite
@@ -412,13 +376,6 @@ Issues fixed:
412
376
5.0.0 - Jul 13, 2021
413
377
~~~~~~~~~~~~~~~~~~~~
414
378
415
- .. warning::
416
-
417
- MongoDB version 5.0.0 is not recommended for production use due to
418
- critical issues :issue:`SERVER-68511`, :issue:`SERVER-58936`, :issue:`WT-7984`, and
419
- :issue:`WT-7995`, fixed in later versions. Use the latest
420
- available patch release version.
421
-
422
379
The rest of this page provides the 5.0.0 release notes:
423
380
424
381
.. _5.0-rel-notes-agg:
0 commit comments