All Releases
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 |
|---|---|---|
March 2026 | MongoDB Server 8.2 | |
January 2026 | MongoDB Server 8.2 | |
December 2025 | MongoDB Server 8.2 | |
August 2025 | MongoDB Server 8.2 | |
April - June 2025 | MongoDB Server 8.1 | |
February 2025 | MongoDB Server 8.0 | |
July 2024 | MongoDB Server 8.0 | |
June 2024 | MongoDB Server 7.0 | |
August 2023 | MongoDB Server 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 |
Database Tools 100.15.0
100.15.0 Changelog
Released 2026-03-11
We are pleased to announce version 100.15.0 of the MongoDB Database Tools.
This release includes dependency and Golang updates for security fixes and bug fixes.
Bug:
TOOLS-4105 -
mongorestorecrashes when applying acollModoplogevent withforceNonUnique.TOOLS-4068 - QA test fails with MongoDB Server 7.0.28, but passed with 7.0.26.
TOOLS-4070 -
mongorestore--bypassDocumentValidationdoes not bypass document validation during oplog restore.TOOLS-4071 -
mongorestorecrashes when applying acollModoplogevent which does not specifyexpireAfterSecondsorhidden.TOOLS-4075 -
mongorestorecrashes when applying acollModoplogevent that converts an index to a TTL index.
Task:
TOOLS-3968 - Update tools to driver v2.
TOOLS-4073 - Add
mongorestoresupport for restoring dumps from clusters withrecordIdsReplicatedenabled into clusters without this feature enabled.TOOLS-4074 - Add a manual test program to test dump or restore between clusters with and without replicated record IDs.
TOOLS-4091 - Fix unsafe file extraction in the release code.
TOOLS-4118 - Update to Go 1.25.7 to address some CVEs in 1.25.0.