Docs Menu

Docs HomeDevelop ApplicationsMongoDB Manual

Release Notes for MongoDB 6.2

On this page

  • Patch Releases
  • Collection Validation
  • Sharding
  • taskExecutorPoolSize Setting on Linux
  • serverStatus Metrics
  • Server Parameters
  • Deprecated Commands
  • Report an Issue

Important

MongoDB 6.2 is a rapid release and is only supported for MongoDB Atlas. MongoDB 6.2 is not supported for use on-premises. For more information, see MongoDB Versioning.

To install the latest MongoDB version supported for on-premises use, MongoDB 6.0, see the MongoDB 6.0 installation instructions.

Issues fixed:

The rest of this page provides the 6.2.0 release notes:

Starting in MongoDB 6.2, the validate command and db.collection.validate() method:

  • Check collections to ensure the BSON documents conform to the BSON specifications.

  • Check time series collections for internal data inconsistencies.

  • Have a new option checkBSONConformance that enables comprehensive BSON checks.

Starting in version 6.2, MongoDB removes the maxSize field from the addShard command. As a result:

  • Running addShard with the maxSize field returns an InvalidOptions error.

  • New documents in the shards collection no longer include the maxSize field.

  • Any pre-existing maxSize field entries are ignored.

When running MongoDB 6.2 or newer on Linux, you cannot modify the taskExecutorPoolSize from the default value of 1. You may modify this parameter when running MongoDB on Windows or macOS.

Starting in MongoDB 6.2, the serverStatus command output includes these new fields:

Starting in MongoDB 6.2, the serverStatus command and the db.serverStatus() method report the opLatencies metric for mongos instances. Latencies reported by mongos include operation latency time and communication time between the mongod and mongos instances.

Starting in MongoDB 6.2, mongod adds these parameters:

Starting in MongoDB 6.2, the following database commands are deprecated:

To report an issue, see https://github.com/mongodb/mongo/wiki/Submit-Bug-Reports for instructions on how to file a JIRA ticket for the MongoDB server or one of the related projects.

←  Release NotesCompatibility Changes in MongoDB 6.2 →