Docs Menu
Docs Home
/
MongoDB Manual
/

Release Notes for MongoDB 8.1

On this page

  • Security
  • General Changes

Warning

MongoDB 8.1 Not Yet Available

MongoDB 8.1 release candidates are not yet available. This version of the manual is for an upcoming release and is currently a work in progress.

Important

MongoDB 8.1 is a rapid release and is only supported for MongoDB Atlas. MongoDB 8.1 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 8.0, see the MongoDB 8.0 installation instructions.

Starting in MongoDB 8.1, you can reference multiple encrypted collections in a $lookup stage.

To learn more, see:

Starting in MongoDB 8.1, query statistics are collected and reported for count and distinct commands. For details, see count Command Query Shape and distinct Command Query Shape.

Starting in MongoDB 8.1 (and 8.0.4 and 7.0.14), the indexStats section of the serverStatus command output tracks indexes in prepareUnique state.

Starting in MongoDB 8.1 (and 8.0.4), you can use setQuerySettings to add comments to query settings. For example, add a comment that indicates why you added query settings.

Back

Release Notes