Skip to content

Commit eee064a

Browse files
(DOCS-15588): 5.0.12 initial changelog (#1757)
1 parent 1830575 commit eee064a

File tree

3 files changed

+74
-0
lines changed

3 files changed

+74
-0
lines changed
Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
.. _5.0.12-changelog:
2+
3+
5.0.12 Changelog
4+
----------------
5+
6+
Sharding
7+
~~~~~~~~
8+
9+
- :issue:`SERVER-63732` Add new implicitlyCreateIndex and enforceUniquenessCheck to shardCollection command
10+
- :issue:`SERVER-64142` Add new enforceUniqueness to refineCollectionShardKey command
11+
- :issue:`SERVER-68728` Add addl. activation condition for interruptBeforeProcessingPrePostImageOriginatingOp fail point
12+
- :issue:`SERVER-68869` A retry of _configSvrReshardCollection can succeed causing resharding_coordinator_recovers_abort_decision.js to fail
13+
- :issue:`SERVER-69142` A retry of _shardsvrReshardCollection can cause DuplicateKey error (resharding_nonblocking_coordinator_rebuild.js)
14+
15+
Replication
16+
~~~~~~~~~~~
17+
18+
:issue:`SERVER-62636` setFeatureCompatibilityVersion 4.4 succeeds on 5.0 binVersion that has indexes with conflicting options
19+
20+
Internals
21+
~~~~~~~~~
22+
23+
- :issue:`SERVER-58176` Mongos does not validate readConcern on insert/update/delete commands
24+
- :issue:`SERVER-58966` timeseries_granularity.js and timeseries_timestamp_rounding.js collide on test namespaces in parallel suite
25+
- :issue:`SERVER-59834` $group with allowDiskUse doesn't clean up _tmp files
26+
- :issue:`SERVER-60958` Avoid server hang in chunk migration when step-down event occurs
27+
- :issue:`SERVER-63843` Don't allow recursive doLog in synchronous signal handlers
28+
- :issue:`SERVER-63852` getThreadName() should not crash
29+
- :issue:`SERVER-64573` Make implicitlyCreateIndex and enforceUniquenessCheck fields optional
30+
- :issue:`SERVER-64741` Create mongos appendOplogNote command
31+
- :issue:`SERVER-65006` Write conflict on commitIndexBuild oplog entry insertion can cause multikey to fail to be set
32+
- :issue:`SERVER-65382` AutoSplitVector should not use clientReadable to reorder shard key fields
33+
- :issue:`SERVER-66794` Add an in-memory flag for TS collections having dates outside years 1970-2038
34+
- :issue:`SERVER-67126` Remove LOGV2 call from printStackTrace no-LOGV2 codepath
35+
- :issue:`SERVER-67280` Ensure HealthObserver::periodicCheckImpl() implementations handle exceptions and return an appropriate failing health check status when one occurs
36+
- :issue:`SERVER-67725` Check catalog consistency on shards as precondition for rename
37+
- :issue:`SERVER-67814` Track the number of time-series collections with dates outside 1970-2038 in serverStatus
38+
- :issue:`SERVER-67939` run_dbcheck_background.js should be resilient to CappedPositionLost
39+
- :issue:`SERVER-68039` Old pymongo version 3.10.1 on MongoDB v5.0 causes Invariant failure (message.operation() == dbMsg) after connection reset by peer
40+
- :issue:`SERVER-68399` Fix parsing of safeint version numbers in blackduck_hub.py
41+
- :issue:`SERVER-68482` [5.0] Add TSAN exclusion to getFlowControlStats
42+
- :issue:`SERVER-68538` Typo in dependencies list in RPM config forces to fail installing mongodb enterprise in amazon linux 1
43+
- :issue:`SERVER-68540` Add docker_incompatible tag for jscore tests
44+
- :issue:`SERVER-68694` Investigate the locking around the compact command
45+
- :issue:`SERVER-68737` remove multiversion test from debian11 5.0
46+
- :issue:`SERVER-68766` Add option to re-enable single value MapReduce optimization
47+
- :issue:`SERVER-68925` Reintroduce check table logging settings at startup (revert SERVER-43664)
48+
- :issue:`SERVER-69052` Ensure bucket collection is valid when checking for extended range
49+
- :issue:`SERVER-69141` [6.1] Move forward pinned TSBS version
50+

source/release-notes/5.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/5.0.12.rst
14+
1315
.. include:: /includes/changelogs/releases/5.0.11.rst
1416

1517
.. include:: /includes/changelogs/releases/5.0.10.rst

source/release-notes/5.0.txt

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,28 @@ Release Notes for MongoDB 5.0
1717
Patch Releases
1818
--------------
1919

20+
.. _5.0.12-release-notes:
21+
22+
5.0.12 - Upcoming
23+
~~~~~~~~~~~~~~~~~
24+
25+
Issues fixed:
26+
27+
- :issue:`SERVER-68925` Reintroduce check table logging settings at
28+
startup (revert :issue:`SERVER-43664`)
29+
- :issue:`SERVER-63852` getThreadName() should not crash
30+
- :issue:`SERVER-60958` Avoid server hang in chunk migration when
31+
step-down event occurs
32+
- :issue:`SERVER-65382` AutoSplitVector should not use clientReadable to
33+
reorder shard key fields
34+
- :issue:`SERVER-63843` Don't allow recursive doLog in synchronous
35+
signal handlers
36+
37+
- `All JIRA issues closed in 5.0.12
38+
<https://jira.mongodb.org/issues/?jql=project%20in%20(SERVER%2C%20TOOLS%2C%20WT)%20AND%20resolution%20%3D%20Fixed%20AND%20fixVersion%20%3D%205.0.12>`_
39+
40+
- :ref:`5.0.12-changelog`
41+
2042
.. _5.0.11-release-notes:
2143

2244
5.0.11 - Aug 19, 2022

0 commit comments

Comments
 (0)