Skip to content

Commit 66c9160

Browse files
regenerate 6.3.1 changelog (#3064)
* regenerate 6.3.1 changelog (#3063) * update snooty.toml
1 parent 8c76000 commit 66c9160

File tree

2 files changed

+4
-80
lines changed

2 files changed

+4
-80
lines changed

snooty.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -230,10 +230,10 @@ windows-dir-version = "6.0" # wizard
230230
package-name-org = "mongodb-org"
231231
package-name-enterprise = "mongodb-enterprise"
232232
package-name = "mongodb"
233-
version = "6.3"
233+
version = "6.3.1"
234234
latest-lts-version = "6.0"
235235
last-supported-version = "5.0"
236-
release = "6.2.1"
236+
release = "6.3.1"
237237
version-dev = "6.3"
238238
pgp-version = "{+version+}"
239239
rsa-key = "4B7C549A058F8B6B"

source/includes/changelogs/releases/6.3.1.rst

Lines changed: 2 additions & 78 deletions
Original file line numberDiff line numberDiff line change
@@ -6,27 +6,11 @@
66
Sharding
77
~~~~~~~~
88

9-
- :issue:`SERVER-72146` Make chunk migrations metrics more accessible
10-
from Atlas
119
- :issue:`SERVER-73229` Logical sessions cache refresh ignores write
1210
errors from updating session document, leading to cursors being killed
1311
early
1412
- :issue:`SERVER-73877` Wait for shard to have a primary before doing a
1513
migration in prepare_transaction_then_migrate.js
16-
- :issue:`SERVER-74380` Router role retry loop should allow namespaces
17-
different from the one it was created for
18-
- :issue:`SERVER-75481` Consider ideal data size when balancing
19-
- :issue:`SERVER-76004` Remove incorrect sharding tassert in
20-
getOwnershipFilter function
21-
- :issue:`SERVER-76178` Fix moveRange authorization requirements
22-
- :issue:`SERVER-76394` Allow the setAllowMigrations refresh to be sent
23-
to all shards in a backportable way
24-
25-
Query
26-
~~~~~
27-
28-
:issue:`SERVER-72224` Clustered collections with non-"simple" default
29-
collation miss documents when querying on _id using "simple" collation
3014

3115
Write Operations
3216
~~~~~~~~~~~~~~~~
@@ -37,118 +21,58 @@ Internals
3721
~~~~~~~~~
3822

3923
- :issue:`SERVER-66927` Remove reference to silentFail from mongo repo
40-
- :issue:`SERVER-67105` $in queries do not use clustered index
41-
- :issue:`SERVER-68670` Cache imbalanced collections for balancing
42-
- :issue:`SERVER-69952` Filtering on dates outside of the 32 bit epoch
43-
range returns wrong results
44-
- :issue:`SERVER-71009` Make sure the select chunks operation doesn't
45-
take too long
4624
- :issue:`SERVER-71636` Explain executionStats does not work for $lookup
4725
on sharded collection
48-
- :issue:`SERVER-72520` Decommission Microbenchmark performance tests
49-
that are running on CBI instances
50-
- :issue:`SERVER-72686` Add support for $collStats agg stage on
51-
timeseries collection
52-
- :issue:`SERVER-73108` Handle command request/reply
53-
serialization/deserialization
5426
- :issue:`SERVER-73163` shard_split_shutdown_while_blocking_reads should
5527
handle exception in readThread
5628
- :issue:`SERVER-73383` Defragmentation may start over right after
5729
finishing
5830
- :issue:`SERVER-73482` $natural hint overrides sort on clustered
5931
collections
60-
- :issue:`SERVER-73734` Support evergreen nightly project in
61-
burn_in_tests.py
62-
- :issue:`SERVER-73830` Retrieving alternate buckets for inserts not
63-
handling buckets pending direct writes
64-
- :issue:`SERVER-73855` Update recipientForgetMigration error handling
65-
logic to properly handle CallbackCanceled
66-
- :issue:`SERVER-73887` Allow untimestamped writes for the entirety of
67-
initial sync retry
6832
- :issue:`SERVER-73936` Clean up timeseries_direct_update.js and add
6933
logs
7034
- :issue:`SERVER-73973` [test-only bug] Skip orphans checking in
7135
server_status_with_time_out_cursors.js
72-
- :issue:`SERVER-74122` add readtest.c to the asan denylist
7336
- :issue:`SERVER-74131` Multiplanning together with subplanning causes
7437
server crash in mapReduce queries
7538
- :issue:`SERVER-74303` Add a sizeStorer call to the onRollback handler
7639
for dataSize and numRecords changes
77-
- :issue:`SERVER-74368` Reduce log verbosity for virtual collection
78-
queries
79-
- :issue:`SERVER-74469` Make the ShardingCatalogManager set the
80-
'validAfter' field of a chunk when it is migrated
8140
- :issue:`SERVER-74684` Size storer not being flushed periodically
82-
- :issue:`SERVER-74694` cleanupOrphaned command may fail with "Range
83-
deleter service not up error" on step up
8441
- :issue:`SERVER-74720` The default 'shardingStatistics' serverStatus
8542
section takes locks
86-
- :issue:`SERVER-74871` Clean up Jepsen tests
8743
- :issue:`SERVER-74895` Expect command errors in validation when
8844
querying $collStats, and improve the error message
89-
- :issue:`SERVER-74897` Change IDL defined commands to call
90-
NamespaceStringUtil
9145
- :issue:`SERVER-75066` Check for parent directory before writing to
9246
SCons cache
93-
- :issue:`SERVER-75082` Make balancer migrations throttling configurable
9447
- :issue:`SERVER-75090` ftdc_connection_reuse.js -- test fails when
9548
poolConnUsageTimeMillis does not increase
9649
- :issue:`SERVER-75147` Remove FLE2 tests from replset continuous
9750
stepdowns suite
98-
- :issue:`SERVER-75230` Package test fails on Ubuntu 16.04
9951
- :issue:`SERVER-75239` [v6.3] Remove accidentally added tests from
10052
backports_required_for_multiversion_tests.yml
10153
- :issue:`SERVER-75261` "listCollections" command fails with
10254
BSONObjectTooLarge error
103-
- :issue:`SERVER-75269` Re-introduce Classic Engine build variant on the
104-
6.3 branch
10555
- :issue:`SERVER-75277` TTL deleter attributes resource metrics across
10656
multiple databases
10757
- :issue:`SERVER-75299` Reduce severity of BalancerStatsRegistry logs
10858
- :issue:`SERVER-75366` Additional debug log lines in range deleter
10959
service
11060
- :issue:`SERVER-75431` Get rid or fix best effort check for primary db
11161
on rename path in sharded clusters
112-
- :issue:`SERVER-75479` Use system python on macos for ssl tests
11362
- :issue:`SERVER-75501` Don't run Sys-perf FCV variants on stable
11463
branches
11564
- :issue:`SERVER-75519` Split task
11665
sharded_collections_jscore_passthrough due to timeout
11766
- :issue:`SERVER-75561` Report and log more detailed information when
11867
validate encounters multikey inconsistencies
119-
- :issue:`SERVER-75566` Disable powercycle on windws
120-
- :issue:`SERVER-75601` Make serverStatus apiversion field more robust
121-
- :issue:`SERVER-75626` Special handling for macosx venv
12268
- :issue:`SERVER-75639` Remove dedicated executor for
12369
moveChunk/moveRange commands
70+
- :issue:`SERVER-75652` Migrate from notary client to garasign for push
71+
task
12472
- :issue:`SERVER-75745` Only log record and index metadata associated
12573
with missing or extra index keys
12674
- :issue:`SERVER-75795` Update aws_e2e_ec2.js for evergreen changes to
12775
AWS test identity
128-
- :issue:`SERVER-75990` Tenant Migrations are not resilient to recipient
129-
failover
13076
- :issue:`SERVER-76009` Fix stepdown behavior in
13177
read_ticket_exhaustion_with_stepdown test
132-
- :issue:`SERVER-76038` Remove FLE2 tests from
133-
sharded_retryable_writes_downgrade suite
134-
- :issue:`SERVER-76102` handleRIDRangeScan() sets hasCompatibleCollation
135-
wrong in recursive cases
136-
- :issue:`SERVER-76172` Fix BalancerChunkSelection unit test on slow
137-
build variants
138-
- :issue:`SERVER-76274` Move microbenchmarks to their own task distro
139-
- :issue:`SERVER-76321` Buffer overrun while deserializing compound
140-
group key spilled to disk in SBE hash agg implementation
141-
- :issue:`SERVER-76457` Support storing BuildID to debug symbols mapping
142-
for sanitizer builds
143-
- :issue:`SERVER-76498` Update push task to run on rhel8.7-small
144-
- :issue:`SERVER-76543` The mongod-dump-sessions gdb pretty printer does
145-
not work
146-
- :issue:`SERVER-76549` Remove symbolization from macos variants
147-
- :issue:`SERVER-76550` Balancer is unable to drain shards with big
148-
chunks
149-
- :issue:`SERVER-76580` Allow overriding SerializationContext objs
150-
constructed in IDL
151-
- :issue:`SERVER-76584` Ensure $tenant field sets the
152-
nonPrefixedTenantId flag
153-
- :issue:`SERVER-76666` Make buildscripts_test run on v6.3 branch
15478

0 commit comments

Comments
 (0)