Skip to content

Commit 7e10c32

Browse files
authored
DOCS-16228 Release Notes for 6.3.2 (#3490)
* DOCS-16228 Release Notes for 6.3.2 * Fixes per Britt
1 parent e6e3bb7 commit 7e10c32

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

source/includes/changelogs/releases/6.3.2.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ Internals
3434
range returns wrong results
3535
- :issue:`SERVER-71009` Make sure the select chunks operation doesn't
3636
take too long
37+
- :issue:`SERVER-71985` Automatically retry time series insert on
38+
DuplicateKey error
3739
- :issue:`SERVER-72520` Decommission Microbenchmark performance tests
3840
that are running on CBI instances
3941
- :issue:`SERVER-72686` Add support for $collStats agg stage on
@@ -73,9 +75,11 @@ Internals
7375
- :issue:`SERVER-76274` Move microbenchmarks to their own task distro
7476
- :issue:`SERVER-76321` Buffer overrun while deserializing compound
7577
group key spilled to disk in SBE hash agg implementation
78+
- :issue:`SERVER-76331` Bump mongo-task-generator version to 0.7.5
7679
- :issue:`SERVER-76457` Support storing BuildID to debug symbols mapping
7780
for sanitizer builds
7881
- :issue:`SERVER-76498` Update push task to run on rhel8.7-small
82+
- :issue:`SERVER-76519` MIgrate crypt_push task to Garasign
7983
- :issue:`SERVER-76543` The mongod-dump-sessions gdb pretty printer does
8084
not work
8185
- :issue:`SERVER-76549` Remove symbolization from macos variants
@@ -88,3 +92,11 @@ Internals
8892
- :issue:`SERVER-77018` Deadlock between dbStats and 2 index builds
8993
- :issue:`SERVER-77380` Using --serverless flag disables oplog
9094
truncation
95+
- :issue:`SERVER-77383` ".msi.sha256" files have incorrect shasum
96+
- :issue:`SERVER-77527` mongodbtoolchain/v3 stdlib unsafe against
97+
self-moves
98+
- :issue:`SERVER-78080` Use fully random bytes for 8 low-order bytes of
99+
OID value for time series bucket _id
100+
- :issue:`SERVER-78122` [6.3] Address bucket OID collisions with buckets
101+
pending compression
102+

source/release-notes/6.3.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ Patch Releases
2020

2121
.. _6.3.2-release-notes:
2222

23-
6.3.2 - Upcoming
24-
~~~~~~~~~~~~~~~~
23+
6.3.2 - June 29, 2023
24+
~~~~~~~~~~~~~~~~~~~~~
2525

2626
Issues fixed:
2727

0 commit comments

Comments
 (0)