File tree Expand file tree Collapse file tree 2 files changed +27
-0
lines changed
includes/changelogs/releases Expand file tree Collapse file tree 2 files changed +27
-0
lines changed Original file line number Diff line number Diff line change
1
+ .. _100.5.2-changelog :
2
+
3
+ 100.5.2 Changelog
4
+ -----------------
5
+
6
+ *Released 2022-02-03 *
7
+
8
+ This release fixes an issue where inserting large documents with
9
+ :ref: `mongorestore ` or :ref: `mongoimport ` could cause extremely high
10
+ memory usage (:issue: `TOOLS-2875 `). It also fixes a few minor bugs.
11
+
12
+ Bug
13
+ ~~~
14
+
15
+ - :issue: `TOOLS-2745 ` Tools don't support setting ``retryWrites=false ``
16
+ in URI parameter
17
+
18
+ - :issue: `TOOLS-2983 ` Some error messages for conflicting URI/CLI
19
+ arguments are misleading
20
+
21
+ Task
22
+ ~~~~
23
+
24
+ - :issue: `TOOLS-2875 ` Limit the ``BufferedBulkInserter `` batch size by
25
+ bytes
Original file line number Diff line number Diff line change @@ -10,6 +10,8 @@ Database Tools Changelog
10
10
:depth: 1
11
11
:class: twocols
12
12
13
+ .. include:: /includes/changelogs/releases/100.5.2.rst
14
+
13
15
.. include:: /includes/changelogs/releases/100.5.1.rst
14
16
15
17
.. include:: /includes/changelogs/releases/100.5.0.rst
You can’t perform that action at this time.
0 commit comments