Database Tools 100.4.1 Released

We are pleased to announce version 100.4.1 of the MongoDB Database Tools.

This patch fixes a bug (TOOLS-2931) that was introduced in version 100.4.0 which causes mongodump to skip any document that contains an empty field name (e.g. { "": "foo" } ). Documents with empty field names were not skipped by default if the --query or --queryFile options were specified. No tools other than mongodump were affected. It is highly recommended to upgrade to 100.4.1 if it is possible that your database contains documents with empty field names.

The Database Tools are available on the MongoDB Download Center. Installation instructions and documentation can be found on docs.mongodb.com/database-tools. Questions and inquiries can be asked on the MongoDB Developer Community Forum. Please make sure to tag forum posts with database-tools . Bugs and feature requests can be reported in the Database Tools Jira where a list of current issues can be found.

Build Failure

  • [TOOLS-2927] - Clean up the platforms list inside platform.go

Release

Bug

  • [TOOLS-2931] - mongodump skips documents with empty field names

Task

  • [TOOLS-2926] - Run release on ‘test’ and ‘development’ linux repo separately.
1 Like