diff --git a/documentation/sphinx/source/release-notes/release-notes-620.rst b/documentation/sphinx/source/release-notes/release-notes-620.rst index 71bac7d5bb..1d74690caf 100644 --- a/documentation/sphinx/source/release-notes/release-notes-620.rst +++ b/documentation/sphinx/source/release-notes/release-notes-620.rst @@ -4,12 +4,16 @@ Release Notes ############# +6.2.29 +====== +* Fix invalid memory access on data distributor when snapshotting large clusters. `(PR #4076) `_ +* Add human-readable DateTime to trace events `(PR #4087) `_ + 6.2.28 ====== * Log detailed team collection information when median available space ratio of all teams is too low. `(PR #3912) `_ * Bug fix, blob client did not support authentication key sizes over 64 bytes. `(PR #3964) `_ - 6.2.27 ====== * For clusters with a large number of shards, avoid slow tasks in the data distributor by adding yields to the shard map destruction. `(PR #3834) `_