Stable Release in branch 6.0
6.0.29
Released 16 Jun 2026
(2 months ago)
SoftwareMongoDB Server
Version6.0
Status
End of life
Initial release6.0.0
05 Jul 2022
(4 years ago)
Latest release6.0.29
16 Jun 2026
(2 months ago)
End of life31 Jul 2025
(Ended 1 year ago)
Release noteshttps://www.mongodb.com/docs/manual/release-notes/6.0/
Documentationhttps://www.mongodb.com/docs/v6.0/
Downloadhttps://www.mongodb.com/try/download/community
MongoDB Server 6.0 ReleasesView full list

What Is New in MongoDB 6.0

MongoDB 6.0 delivers a major leap forward with new capabilities focused on developer productivity, enhanced security, and operational efficiency. This release integrates key features directly into the core database, simplifying architecture and streamlining development workflows.

Category Key Changes
New Features Cluster-to-Cluster Sync, Columnar Encryption, Queryable Encryption, Time Series Enhancements
Improvements Aggregation Pipeline ($unionWith, $dateAdd), Change Streams, Sharded Cluster Balancer, Index Builds
Security Custom Role Impersonation, KMIP Support, TLS Options for mongosh
Deprecations & Removals MMAPv1 Storage Engine, eval Command, group Command, $isolated Operator

How does Cluster-to-Cluster Sync change data migration?

Cluster-to-Cluster Sync provides a continuous, bidirectional synchronization solution between two MongoDB clusters. This is a game-changer for zero-downtime migrations, geographic distribution, and hybrid cloud scenarios.

You configure it directly from the MongoDB Atlas UI or the command line, specifying source and destination clusters. In practice, this eliminates the need for complex custom scripts or third-party tools, making data movement between environments a built-in operation.

What encryption advancements does 6.0 introduce?

MongoDB 6.0 introduces two powerful encryption features: Queryable Encryption and Columnar Encryption. Queryable Encryption allows you to run expressive queries on fully encrypted data, a first for the industry. This means equality matches, prefix matches, and range queries can be performed without ever decrypting the data on the server.

Columnar Encryption applies encryption at the storage layer for the new Columnar Indexes on Time Series collections. This ensures that sensitive time-series data, like financial tickers or IoT sensor readings, is encrypted on disk while still being highly compressible for performance.

Are there new Time Series capabilities for analytics?

Yes, Time Series collections get a significant boost with Columnar Indexes. These indexes are automatically created and store data in a columnar format, which is far more efficient for analytical queries that scan large ranges of data.

This columnar compression drastically reduces storage footprint and improves query performance for typical time-series operations like computing averages or sums over a time window. It makes MongoDB a much stronger contender for real-time analytical workloads right alongside operational ones.

What aggregation pipeline enhancements should I use?

The $unionWith stage is a major addition, allowing you to combine results from multiple collections into a single result set within a pipeline. This is incredibly useful for reporting or combining data from different sources without application-level logic.

New time operators like $dateAdd provide more intuitive date arithmetic directly in the aggregation framework. For developers, this means fewer complex date manipulation workarounds and more powerful, self-contained data processing pipelines.

How is operational resilience improved?

Sharded cluster operations see major reliability improvements. The balancer is now more resilient to network glitches and configuration server failovers, reducing the chance of unbalanced chunks during maintenance.

Index builds on secondaries are now resumable. If an index build is interrupted on a secondary node, it can pick up where it left off instead of starting from scratch. This saves significant time and IOPS during recovery scenarios.

FAQ

Is Queryable Encryption ready for production use?
Yes, Queryable Encryption is production-ready in MongoDB 6.0. It allows for equality queries on encrypted data using deterministic encryption, with support for range queries and more coming in future releases.

Can I use Cluster-to-Cluster Sync with my self-managed deployment?
Cluster-to-Cluster Sync is an Atlas-only feature. It requires coordination and management that is currently provided by the Atlas control plane and is not available for self-managed deployments.

What happens to my existing Time Series collections?
Existing Time Series collections automatically benefit from the new Columnar Indexes and encryption. The migration is handled seamlessly by the database with no required action from the developer.

Is the MMAPv1 storage engine completely gone?
Yes, MongoDB 6.0 removes the deprecated MMAPv1 storage engine entirely. All deployments must use the WiredTiger storage engine, which has been the default since MongoDB 3.2.

How do the new change streams options help?
Change streams now include pre- and post-images for update operations, giving you the full document state before and after a change. This is invaluable for auditing and building reactive systems that need to understand the complete delta.

Releases In Branch 6.0

VersionRelease date
6.0.2916 Jun 2026
(2 months ago)
6.0.2814 May 2026
(3 months ago)
6.0.2722 Dec 2025
(8 months ago)
6.0.26-rc008 Aug 2025
(1 year ago)
6.0.2608 Aug 2025
(1 year ago)
6.0.25-rc002 Jul 2025
(1 year ago)
6.0.2502 Jul 2025
(1 year ago)
6.0.24-rc020 May 2025
(1 year ago)
6.0.2420 May 2025
(1 year ago)
6.0.2313 May 2025
(1 year ago)
6.0.24-alpha025 Apr 2025
(1 year ago)
6.0.2223 Apr 2025
(1 year ago)
6.0.2109 Apr 2025
(1 year ago)
6.0.20-rc311 Dec 2024
(1 year ago)
6.0.2011 Dec 2024
(1 year ago)
6.0.20-rc210 Dec 2024
(1 year ago)
6.0.20-rc109 Dec 2024
(1 year ago)
6.0.20-rc006 Dec 2024
(1 year ago)
6.0.1919 Nov 2024
(1 year ago)
6.0.18-rc030 Aug 2024
(2 years ago)
6.0.1830 Aug 2024
(2 years ago)
6.0.17-rc007 Aug 2024
(2 years ago)
6.0.1707 Aug 2024
(2 years ago)
6.0.16-rc005 Jun 2024
(2 years ago)
6.0.1605 Jun 2024
(2 years ago)
6.0.15-rc009 Apr 2024
(2 years ago)
6.0.1509 Apr 2024
(2 years ago)
6.0.14-rc109 Feb 2024
(2 years ago)
6.0.1409 Feb 2024
(2 years ago)
6.0.14-rc008 Feb 2024
(2 years ago)
6.0.13-rc004 Jan 2024
(2 years ago)
6.0.1304 Jan 2024
(2 years ago)
6.0.12-rc113 Nov 2023
(2 years ago)
6.0.1213 Nov 2023
(2 years ago)
6.0.12-rc009 Nov 2023
(2 years ago)
6.0.11-rc028 Sep 2023
(2 years ago)
6.0.1128 Sep 2023
(2 years ago)
6.0.10-rc001 Sep 2023
(3 years ago)
6.0.1001 Sep 2023
(3 years ago)
6.0.9-rc103 Aug 2023
(3 years ago)
6.0.903 Aug 2023
(3 years ago)
6.0.9-rc027 Jul 2023
(3 years ago)
6.0.8-rc029 Jun 2023
(3 years ago)
6.0.829 Jun 2023
(3 years ago)
6.0.7-rc016 Jun 2023
(3 years ago)
6.0.716 Jun 2023
(3 years ago)
6.0.6-rc128 Apr 2023
(3 years ago)
6.0.628 Apr 2023
(3 years ago)
6.0.6-rc020 Apr 2023
(3 years ago)
6.0.5-rc102 Mar 2023
(3 years ago)
6.0.502 Mar 2023
(3 years ago)
6.0.4-rc116 Feb 2023
(3 years ago)
6.0.5-rc016 Feb 2023
(3 years ago)
6.0.4-rc011 Jan 2023
(3 years ago)
6.0.411 Jan 2023
(3 years ago)
6.0.3-rc108 Nov 2022
(3 years ago)
6.0.3-rc208 Nov 2022
(3 years ago)
6.0.308 Nov 2022
(3 years ago)
6.0.3-rc001 Nov 2022
(3 years ago)
6.0.2-rc120 Sep 2022
(3 years ago)
6.0.220 Sep 2022
(3 years ago)
6.0.2-rc026 Aug 2022
(4 years ago)
6.0.1-rc005 Aug 2022
(4 years ago)
6.0.105 Aug 2022
(4 years ago)
6.0.005 Jul 2022
(4 years ago)
6.0.0-rc1329 Jun 2022
(4 years ago)
6.0.0-rc1224 Jun 2022
(4 years ago)
6.0.0-rc1123 Jun 2022
(4 years ago)
6.0.0-rc1013 Jun 2022
(4 years ago)
6.0.0-rc907 Jun 2022
(4 years ago)
6.0.0-rc831 May 2022
(4 years ago)
6.0.0-rc723 May 2022
(4 years ago)
6.0.0-rc617 May 2022
(4 years ago)
6.0.0-rc509 May 2022
(4 years ago)
6.0.0-rc403 May 2022
(4 years ago)
6.0.0-rc327 Apr 2022
(4 years ago)
6.0.0-rc226 Apr 2022
(4 years ago)
6.0.0-rc119 Apr 2022
(4 years ago)
6.0.0-rc013 Apr 2022
(4 years ago)
6.0.0-alpha112 Apr 2022
(4 years ago)
6.0.0-alpha011 Apr 2022
(4 years ago)
6.0.0-alpha15 Feb 2022
(4 years ago)