Skip to content

Commit 7d122b9

Browse files
committed
DOCS-14678 release DBTools changelog 100.4.1
1 parent 791ae13 commit 7d122b9

File tree

4 files changed

+40
-1
lines changed

4 files changed

+40
-1
lines changed

snooty.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ dbtools-short = "Database Tools"
1212
dbtools-pkg = "mongodb-database-tools"
1313
package-name-org = "mongodb-org"
1414
package-name-enterprise = "mongodb-enterprise"
15-
version = "100.4.0"
15+
version = "100.4.1"
1616
release = "{+version+}"
1717
pgp-version = "{+version+}"
1818
pgp-fingerprint = "E162F504A20CDF15827F718D4B7C549A058F8B6B"

source/includes/changelogs/releases/100.4.0.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,15 @@ Bug
2828

2929
New Feature
3030
~~~~~~~~~~~
31+
3132
- :issue:`TOOLS-2857` Dump timeseries collections
3233
- :issue:`TOOLS-2858` Mongodump can query timeseries collections by metadata
3334
- :issue:`TOOLS-2859` Restore timeseries collections
3435
- :issue:`TOOLS-2860` Include/Exclude/Rename timeseries collections in mongorestore
3536

3637
Task
3738
~~~~
39+
3840
- :issue:`TOOLS-2719` Add Enterprise RHEL 8 zSeries to Tools
3941
- :issue:`TOOLS-2721` Add RHEL8 ARM to Tools
4042
- :issue:`TOOLS-2777` Generate Full JSON variant should not be running on every commit
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
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.

source/release-notes/database-tools-changelog.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ Database Tools Changelog
1010
:depth: 1
1111
:class: twocols
1212

13+
.. include:: /includes/changelogs/releases/100.4.1.rst
14+
1315
.. include:: /includes/changelogs/releases/100.4.0.rst
1416

1517
.. include:: /includes/changelogs/releases/100.3.1.rst

0 commit comments

Comments
 (0)