Skip to content

Commit 687c0f1

Browse files
authored
DOCS-15335 v5.3 (#1333)
* DOCS-15335 5.3.2 RNs * droping 5.2.1 rst file
1 parent 441f7d7 commit 687c0f1

File tree

6 files changed

+108
-119
lines changed

6 files changed

+108
-119
lines changed

source/includes/changelogs/releases/5.1.2.rst

Lines changed: 0 additions & 95 deletions
This file was deleted.
Lines changed: 82 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,82 @@
1+
.. _5.3.2-changelog:
2+
3+
5.3.2 Changelog
4+
---------------
5+
6+
Sharding
7+
~~~~~~~~
8+
9+
- :issue:`SERVER-62690` Shard is shutting down before finishing draining in test
10+
- :issue:`SERVER-64580` Step downs while sharding a collection in mixed binaries shards might crash the old binary
11+
- :issue:`SERVER-65821` Deadlock during setFCV when there are prepared transactions that have not persisted commit/abort decision
12+
- :issue:`SERVER-65924` Modify resharding_histogram_metrics.js to allow either "ops" or "totalCount" as the histogram field name
13+
- :issue:`SERVER-65930` DDL coordinators and rename participant initial checkpoint may incur in DuplicateKey error
14+
- :issue:`SERVER-66041` Chunk cloner must never consider too big a chunk with only one document
15+
16+
Internals
17+
~~~~~~~~~
18+
19+
- :issue:`SERVER-55173` Segmentation fault in WiredTigerSession::releaseCursor
20+
- :issue:`SERVER-56003` ninja + icecream with changing compilers doesn't regen run-icecc.sh
21+
- :issue:`SERVER-60105` Inserts into timeseries collections are not observable from any opcounter
22+
- :issue:`SERVER-60485` Tasks which run on the MigrationUtilExecutor must not wait for shutdown to complete
23+
- :issue:`SERVER-61210` sample_timeseries.js can fail spuriously because of the trail phase
24+
- :issue:`SERVER-61460` Resmoke should merge config_svr options with mongod_options rather than overriding them
25+
- :issue:`SERVER-61853` suitesconfig.get_suite is occasionally unable to find test suite
26+
- :issue:`SERVER-62205` Include sanity check for max chunk size argument of [auto]splitVector
27+
- :issue:`SERVER-62513` RunDBCheckInBackground should retry on Interrupt errors
28+
- :issue:`SERVER-62946` Use failpoints to exercise audit log rotation failure on startup
29+
- :issue:`SERVER-63070` Minor bug in keystore.cpp
30+
- :issue:`SERVER-63254` Add Index usage metrics to serverStatus
31+
- :issue:`SERVER-63522` Reject user DDL operations when user write blocking is enabled
32+
- :issue:`SERVER-63531` commitQuorum incorrectly includes buildIndexes:false nodes and error message incorrectly says that only voting nodes are eligible
33+
- :issue:`SERVER-63850` Add the count command to API version 1
34+
- :issue:`SERVER-63910` Generalize this error message related to the critical section
35+
- :issue:`SERVER-64031` serverStatus should not take PBWM lock
36+
- :issue:`SERVER-64059` Tenant migration recipient can miss updating the config.transactions table for those donor transactions that are committed at a timestamp <= startApplyingDonorOpTime.
37+
- :issue:`SERVER-64065` connection_status test fails under selinux
38+
- :issue:`SERVER-64102` $project field that references time-series meta field can be referenced by second $project field
39+
- :issue:`SERVER-64118` Don't run encrypt-related JS tests on SBE yielding variant
40+
- :issue:`SERVER-64183` Add requires-gcm tag to kmip_activate_rollover_rotate.js
41+
- :issue:`SERVER-64244` RunDBCheckInBackground should be resilient to interrupts
42+
- :issue:`SERVER-64250` add requires_replication tag to geo_array1.js
43+
- :issue:`SERVER-64322` reduce resmoke jobs for external_auth on windows
44+
- :issue:`SERVER-64403` Find queries with SORT_MERGE collation-encode the missing sort attribute
45+
- :issue:`SERVER-64405` Remove FCBIS passthroughs from non-enterprise variants
46+
- :issue:`SERVER-64440` Investigate enabling libunwind for s390x and ppc64le
47+
- :issue:`SERVER-64485` Use _id to determine the update type in extractUpdateType()
48+
- :issue:`SERVER-64509` Fix ShardRegistry threadpool shutdown order
49+
- :issue:`SERVER-64519` Critical section reason for create collection is multiversion incompatible
50+
- :issue:`SERVER-64552` Replace invariant with assertion for non-joinable rename collection participants
51+
- :issue:`SERVER-64617` [5.3] Allow new unique index data formats to exist
52+
- :issue:`SERVER-64664` ninja tool should not consider install files generated source
53+
- :issue:`SERVER-64725` Make ShardRegistry::periodicReloader interruptible
54+
- :issue:`SERVER-64727` Make all DDL coordinator documents parsing not strict
55+
- :issue:`SERVER-64757` Improve error messages when scons fails to generate-ninja on Windows
56+
- :issue:`SERVER-64780` Resharding change stream events are not filtered by namespace
57+
- :issue:`SERVER-64815` Prevent buildindexes_false_commit_quorum.js from running in multiversion tests
58+
- :issue:`SERVER-64949` Disable the CST benchmarks
59+
- :issue:`SERVER-64983` Release Client lock before rolling back WT transaction in TransactionParticipant::_resetTransactionState
60+
- :issue:`SERVER-64999` Disable, rehabilitate, and re-enable sanitizer builds under icecream
61+
- :issue:`SERVER-65000` Delete Python fixtures and hooks used exclusively in the replicator project
62+
- :issue:`SERVER-65024` Multiple documents with the same _id value make reIndex invariant
63+
- :issue:`SERVER-65032` Pin python package BaseResponse for ocsp suite
64+
- :issue:`SERVER-65137` detect namespace changes when refreshing Collection after yielding
65+
- :issue:`SERVER-65180` [5.3] remove v4, cxx20, and macOS arm64 builders
66+
- :issue:`SERVER-65200` Package task not run as part of task group
67+
- :issue:`SERVER-65270` Multi-planned SBE queries involving large documents do not respect the 'sort' option
68+
- :issue:`SERVER-65284` Create collection coordinator should always perform cleanup on subsequent execution
69+
- :issue:`SERVER-65285` Gracefully handle empty group-by key when spilling in HashAgg
70+
- :issue:`SERVER-65429` Balancer defragmentation policy should be cleared on step down
71+
- :issue:`SERVER-65539` jepsen_list-append failures do not upload test files
72+
- :issue:`SERVER-65672` Fix python package pinning difficulties on macOS ARM
73+
- :issue:`SERVER-65718` Fix mypy error
74+
- :issue:`SERVER-65797` Remove invalid index specs in memory before parsing for listIndexes
75+
- :issue:`SERVER-65852` Fix issue in ese suite kmip tests
76+
- :issue:`SERVER-65863` DocumentSourceGroup::optimize() can leave DocumentSourceGroup::_idExpression in an inconsistent state
77+
- :issue:`SERVER-65907` Delete the CST benchmark
78+
- :issue:`SERVER-65989` Backport pin cryptography fixes
79+
- :issue:`SERVER-66054` Internal transactions tests in jstests/multiversion are not running on evergreen
80+
- :issue:`SERVER-66560` Check feature flag before fetching child transaction history
81+
- :issue:`SERVER-66719` dbCheck FCV lock upgrade causes deadlock with setFCV
82+

source/release-notes/5.1-changelog.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,4 @@
1010
:depth: 1
1111
:class: singlecol
1212

13-
.. include:: /includes/changelogs/releases/5.1.2.rst
14-
1513
.. include:: /includes/changelogs/releases/5.1.1.rst

source/release-notes/5.1.txt

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -23,28 +23,6 @@ Release Notes for MongoDB 5.1
2323
Patch Releases
2424
--------------
2525

26-
.. _5.1.2-release-notes:
27-
28-
5.1.2 - Upcoming
29-
~~~~~~~~~~~~~~~~
30-
31-
Issues fixed:
32-
33-
- :issue:`SERVER-61839` $elemMatch w/ positional $ project SBE bug
34-
- :issue:`SERVER-61427` Unique index builds can cause a loss of
35-
availability during commit due to checking many false duplicates
36-
- :issue:`SERVER-61194` Prevent time-series bucket OID reuse with coarse
37-
granularity
38-
- :issue:`SERVER-60310` OCSP response validation should not consider
39-
statuses of irrelevant certificates
40-
- :issue:`SERVER-56227` Add user-facing command to set allowMigrations
41-
to false for a sharded collection
42-
43-
- `All JIRA issues closed in 5.1.2
44-
<https://jira.mongodb.org/issues/?jql=project%20in%20(SERVER%2C%20TOOLS%2C%20WT)%20AND%20resolution%20%3D%20Fixed%20AND%20fixVersion%20%3D%205.1.2>`_
45-
46-
- :ref:`5.1.2-changelog`
47-
4826
.. _5.1.1-release-notes:
4927

5028
5.1.1 - December 9, 2021

source/release-notes/5.3-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.3.2.rst
14+
1315
.. include:: /includes/changelogs/releases/5.3.1.rst
1416

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

source/release-notes/5.3.txt

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,30 @@ Release Notes for MongoDB 5.3
1919
Patch Releases
2020
--------------
2121

22+
5.3.2 - Jun 23, 2022
23+
~~~~~~~~~~~~~~~~~~~~
24+
25+
Issues fixed:
26+
27+
- :issue:`SERVER-65821` Deadlock during setFCV when there are prepared
28+
transactions that have not persisted commit/abort decision
29+
- :issue:`SERVER-65429` Balancer defragmentation policy should be
30+
cleared on step down
31+
- :issue:`SERVER-64403` Find queries with SORT_MERGE collation-encode
32+
the missing sort attribute
33+
- :issue:`SERVER-63531` commitQuorum incorrectly includes
34+
buildIndexes:false nodes and error message incorrectly says that only
35+
voting nodes are eligible
36+
- :issue:`SERVER-65270` Multi-planned SBE queries involving large
37+
documents do not respect the 'sort' option
38+
39+
- `All JIRA issues closed in 5.3.2
40+
<https://jira.mongodb.org/issues/?jql=project%20in%20(SERVER%2C%20TOOLS%2C%20WT)%20AND%20resolution%20%3D%20Fixed%20AND%20fixVersion%20%3D%205.3.2>`_
41+
42+
- :ref:`5.3.2-changelog`
43+
44+
.. _5.3.1-release-notes:
45+
2246
5.3.1 - April 6, 2022
2347
~~~~~~~~~~~~~~~~~~~~~
2448

0 commit comments

Comments
 (0)