File tree Expand file tree Collapse file tree 4 files changed +40
-1
lines changed
includes/changelogs/releases Expand file tree Collapse file tree 4 files changed +40
-1
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ dbtools-short = "Database Tools"
12
12
dbtools-pkg = " mongodb-database-tools"
13
13
package-name-org = " mongodb-org"
14
14
package-name-enterprise = " mongodb-enterprise"
15
- version = " 100.4.0 "
15
+ version = " 100.4.1 "
16
16
release = " {+version+}"
17
17
pgp-version = " {+version+}"
18
18
pgp-fingerprint = " E162F504A20CDF15827F718D4B7C549A058F8B6B"
Original file line number Diff line number Diff line change 28
28
29
29
New Feature
30
30
~~~~~~~~~~~
31
+
31
32
- :issue: `TOOLS-2857 ` Dump timeseries collections
32
33
- :issue: `TOOLS-2858 ` Mongodump can query timeseries collections by metadata
33
34
- :issue: `TOOLS-2859 ` Restore timeseries collections
34
35
- :issue: `TOOLS-2860 ` Include/Exclude/Rename timeseries collections in mongorestore
35
36
36
37
Task
37
38
~~~~
39
+
38
40
- :issue: `TOOLS-2719 ` Add Enterprise RHEL 8 zSeries to Tools
39
41
- :issue: `TOOLS-2721 ` Add RHEL8 ARM to Tools
40
42
- :issue: `TOOLS-2777 ` Generate Full JSON variant should not be running on every commit
Original file line number Diff line number Diff line change
1
+ .. _100.4.1-changelog :
2
+
3
+ 100.4.1 Changelog
4
+ -----------------
5
+
6
+ *Released 2021-07-23 *
7
+
8
+ This patch fixes a bug (:issue: ` TOOLS-2931`) that was introduced in
9
+ version ``100.4.0 `` which causes :binary: `~bin.mongodump ` to skip any
10
+ document that contains an empty field name (e.g. ``{ "": "foo" } ``).
11
+ Documents with empty field names were not skipped by default if the
12
+ ``--query `` or ``--queryFile `` options were specified. No tools other
13
+ than :binary: `~bin.mongodump ` were affected. It is highly recommended to
14
+ upgrade to ``100.4.1 `` if it is possible that your database contains
15
+ documents with empty field names.
16
+
17
+ Build Failure
18
+ ~~~~~~~~~~~~~
19
+
20
+ - :issue: `TOOLS-2927 ` Clean up the platforms list inside platform.go
21
+
22
+ Release
23
+ ~~~~~~~
24
+
25
+ - :issue: `TOOLS-2929 ` Release Database Tools 100.4.1
26
+
27
+ Bug
28
+ ~~~
29
+
30
+ - :issue: `TOOLS-2931 ` mongodump skips documents with empty field names
31
+
32
+ Task
33
+ ~~~~
34
+
35
+ - :issue: `TOOLS-2926 ` Run release on 'test' and 'development' linux repo separately.
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.4.1.rst
14
+
13
15
.. include:: /includes/changelogs/releases/100.4.0.rst
14
16
15
17
.. include:: /includes/changelogs/releases/100.3.1.rst
You can’t perform that action at this time.
0 commit comments