Docs Menu

Docs HomeLaunch & Manage MongoDBMongoDB Database Tools

Database Tools 1.9 Changelogs

On this page

  • All Releases
  • Database Tools 1.9
  • 100.9.4 Changelog
  • 100.9.3 Changelog
  • 100.9.2 Changelog
  • 100.9.1 Changelog
  • 100.9.0 Changelog

Changelogs for older versions are available on these pages. Database Tools are compatible with the listed MongoDB Server version and prior MongoDB Server releases.

Versions
Release Dates
MongoDB Server Support
Database Tools 1.8.0
August 2023
MongoDB Server (Linux) 7.0
March - August 2023
MongoDB Server 6.3
August - November 2022
August 2021 - July 2022
MongoDB Server 6.0
July 2021
MongoDB Server 5.0
February - March 2021
October - November 2020
July 2020
MongoDB Server 4.4
July 2020

Released 2023-12-07

This version updates the Go version used to build the tools to 1.20.12 .

  • TOOLS-3438 Release Database Tools 100.9.4 and update go version to 1.20.12

Released 2023-11-17

Released 2023-11-16

Released 2023-11-09

This version updates external dependencies and fixes an issue where mongodump could change the ordering of fields in a view definition (TOOLS-3411). View pipelines and schema validation are the only collection options sensitive to field ordering. Depending on the contents of the view or validator options, the following can change:

  • The set of results returned by a view, or

  • The criteria that determines which documents are accepted by a validator.

Not all view pipelines or schema validations are affected by key reordering.

  • TOOLS-3367 Building fails: failed to detect local platform from kernel name

  • TOOLS-3388 mongodb/mongo-tools master :go.mod - Denial of Service DoS in golang.org/x/net

  • TOOLS-3411 MongoDump does not maintain field-order for sort and match in Views.

Released 2023-10-20

← Database Tools Logs