Skip to content

Commit cba09e7

Browse files
authored
DOCS-16180 6.3.2-rc0 changelog (#3283)
* DOCS-16180 6.3.2-rc0 changelog * build errors * build errors * add to changelog
1 parent 977d836 commit cba09e7

File tree

4 files changed

+110
-1
lines changed

4 files changed

+110
-1
lines changed
Lines changed: 90 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,90 @@
1+
.. _6.3.2-changelog:
2+
3+
6.3.2 Changelog
4+
---------------
5+
6+
Sharding
7+
~~~~~~~~
8+
9+
- :issue:`SERVER-72146` Make chunk migrations metrics more accessible
10+
from Atlas
11+
- :issue:`SERVER-74380` Router role retry loop should allow namespaces
12+
different from the one it was created for
13+
- :issue:`SERVER-75481` Consider ideal data size when balancing
14+
- :issue:`SERVER-76004` Remove incorrect sharding tassert in
15+
getOwnershipFilter function
16+
- :issue:`SERVER-76178` Fix moveRange authorization requirements
17+
- :issue:`SERVER-76394` Allow the setAllowMigrations refresh to be sent
18+
to all shards in a backportable way
19+
- :issue:`SERVER-76536` Increase
20+
receiveChunkWaitForRangeDeleterTimeoutMS in concurrency suites
21+
22+
Query
23+
~~~~~
24+
25+
:issue:`SERVER-72224` Clustered collections with non-"simple" default
26+
collation miss documents when querying on _id using "simple" collation
27+
28+
Internals
29+
~~~~~~~~~
30+
31+
- :issue:`SERVER-67105` $in queries do not use clustered index
32+
- :issue:`SERVER-68670` Cache imbalanced collections for balancing
33+
- :issue:`SERVER-69952` Filtering on dates outside of the 32 bit epoch
34+
range returns wrong results
35+
- :issue:`SERVER-71009` Make sure the select chunks operation doesn't
36+
take too long
37+
- :issue:`SERVER-72520` Decommission Microbenchmark performance tests
38+
that are running on CBI instances
39+
- :issue:`SERVER-72686` Add support for $collStats agg stage on
40+
timeseries collection
41+
- :issue:`SERVER-73734` Support evergreen nightly project in
42+
burn_in_tests.py
43+
- :issue:`SERVER-73830` Retrieving alternate buckets for inserts not
44+
handling buckets pending direct writes
45+
- :issue:`SERVER-73855` Update recipientForgetMigration error handling
46+
logic to properly handle CallbackCanceled
47+
- :issue:`SERVER-73887` Allow untimestamped writes for the entirety of
48+
initial sync retry
49+
- :issue:`SERVER-74122` add readtest.c to the asan denylist
50+
- :issue:`SERVER-74368` Reduce log verbosity for virtual collection
51+
queries
52+
- :issue:`SERVER-74469` Make the ShardingCatalogManager set the
53+
'validAfter' field of a chunk when it is migrated
54+
- :issue:`SERVER-74694` cleanupOrphaned command may fail with "Range
55+
deleter service not up error" on step up
56+
- :issue:`SERVER-74871` Clean up Jepsen tests
57+
- :issue:`SERVER-75082` Make balancer migrations throttling configurable
58+
- :issue:`SERVER-75230` Package test fails on Ubuntu 16.04
59+
- :issue:`SERVER-75269` Re-introduce Classic Engine build variant on the
60+
6.3 branch
61+
- :issue:`SERVER-75479` Use system python on macos for ssl tests
62+
- :issue:`SERVER-75566` Disable powercycle on windws
63+
- :issue:`SERVER-75601` Make serverStatus apiversion field more robust
64+
- :issue:`SERVER-75626` Special handling for macosx venv
65+
- :issue:`SERVER-75990` Tenant Migrations are not resilient to recipient
66+
failover
67+
- :issue:`SERVER-76038` Remove FLE2 tests from
68+
sharded_retryable_writes_downgrade suite
69+
- :issue:`SERVER-76102` handleRIDRangeScan() sets hasCompatibleCollation
70+
wrong in recursive cases
71+
- :issue:`SERVER-76172` Fix BalancerChunkSelection unit test on slow
72+
build variants
73+
- :issue:`SERVER-76274` Move microbenchmarks to their own task distro
74+
- :issue:`SERVER-76321` Buffer overrun while deserializing compound
75+
group key spilled to disk in SBE hash agg implementation
76+
- :issue:`SERVER-76457` Support storing BuildID to debug symbols mapping
77+
for sanitizer builds
78+
- :issue:`SERVER-76498` Update push task to run on rhel8.7-small
79+
- :issue:`SERVER-76543` The mongod-dump-sessions gdb pretty printer does
80+
not work
81+
- :issue:`SERVER-76549` Remove symbolization from macos variants
82+
- :issue:`SERVER-76550` Balancer is unable to drain shards with big
83+
chunks
84+
- :issue:`SERVER-76666` [v6.3, v7.0] Make buildscripts_test run on v6.3
85+
branch
86+
- :issue:`SERVER-76690` Special handling for PYTHONPATH when activate
87+
venv
88+
- :issue:`SERVER-77018` Deadlock between dbStats and 2 index builds
89+
- :issue:`SERVER-77380` Using --serverless flag disables oplog
90+
truncation

source/release-notes/6.3-changelog.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,6 @@
1212

1313
.. include:: /includes/fact-patch-releases.rst
1414

15+
.. include:: /includes/changelogs/releases/6.3.2.rst
16+
1517
.. include:: /includes/changelogs/releases/6.3.1.rst

source/release-notes/6.3.txt

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,24 @@ Release Notes for MongoDB 6.3
1818
Patch Releases
1919
--------------
2020

21+
.. _6.3.2-release-notes:
22+
23+
6.3.2 - Upcoming
24+
~~~~~~~~~~~~~~~~
25+
26+
Issues fixed:
27+
28+
- :issue:`SERVER-67105` $in queries do not use clustered index
29+
- :issue:`SERVER-69952` Filtering on dates outside of the 32 bit epoch range returns wrong results
30+
- :issue:`SERVER-74380` Router role retry loop should allow namespaces different from the one it was created for
31+
- :issue:`SERVER-76550` Balancer is unable to drain shards with big chunks
32+
- :issue:`SERVER-77018` Deadlock between dbStats and 2 index builds
33+
34+
- `All JIRA issues closed in 6.3.2
35+
<https://jira.mongodb.org/issues/?jql=project%20in%20(SERVER%2C%20TOOLS%2C%20WT)%20AND%20resolution%20%3D%20Fixed%20AND%20fixVersion%20%3D%206.3.2>`_
36+
37+
- :ref:`6.3.2-changelog`
38+
2139
.. _6.3.1-release-notes:
2240

2341
6.3.1 - May 3, 2023

source/release-notes/7.0-compatibility.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ Compatibility Changes in MongoDB 7.0
1313
:class: singlecol
1414

1515
.. |version| replace:: 7.0
16-
.. include:: /includes/rapid-release.rst
1716

1817
This page describes changes introduced in MongoDB 7.0 that can affect
1918
compatibility with older versions of MongoDB.

0 commit comments

Comments
 (0)