Docs Menu
Docs Home
/ /
/ / /

Database Tools 100.2.0 Changelogs

Released 2020-11-13

This release includes a mongorestore performance improvement, a fix for a bug affecting highly parallel mongorestore instances, and an observability improvement to mongodump and mongoexport, in addition to a number of internal build/release changes.

  • TOOLS-2767 Windows 64 dist task fails

  • TOOLS-2744 mongorestore not scaling due to unnecessary incremental sleep time

Released 2020-10-15

This release deprecates the --sslAllowInvalidHostnames and --sslAllowInvalidCertificates flags in favor of a new --tlsInsecure flag. The mongofiles put and mongofiles get commands can now accept a list of file names. There is a new mongofiles get_regex command to retrieve all files matching a regex pattern. The 100.2.0 release also contains fixes for several bugs. It fixes a bug introduced in version 100.1.0 that made it impossible to connect to clusters with an SRV connection string (TOOLS-2711).

  • TOOLS-2587 sslAllowInvalidHostnames bypass ssl/tls server certification validation entirely

  • TOOLS-2688 mongodump does not handle EOF when passing in the password as STDIN

  • TOOLS-2706 tar: implausibly old time stamp error on Amazon Linux/RHEL

  • TOOLS-2708 Atlas recommended connection string for mongostat doesn't work

  • TOOLS-2710 Non-zero index key values are not preserved in ConvertLegacyIndexes

  • TOOLS-2711 Tools fail with "a direct connection cannot be made if multiple hosts are specified" if mongodb+srv URI or a legacy uri containing multiple mongos is specified

  • TOOLS-2716 mongodb-database-tools package should break older versions of mongodb-*-tools

Back

100.3.0

On this page