Docs Menu
Docs Home
/
MongoDB Manual
/

Release Notes for MongoDB 7.3

On this page

  • Patch Releases
  • General Changes

Important

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

Warning

Past Release Limitations

The Critical Advisories below affect some prior MongoDB versions. If your deployment depends on features impacted by a Critical Advisory, upgrade to the latest available patch release.

Issue
Affected Versions
SERVER-91193
7.1.0 - 7.3.3
7.1.0 - 7.3.3

Important

CSFLE and Queryable Encryption self-lookup may send malformed values in subpipelines

In MongoDB 7.3 prior to 7.3.4, a bug in query analysis of certain complex self-referential $lookup subpipelines may result in literal values in expressions for encrypted fields being sent to the server malformed.

Should this occur, no documents are returned or written. This issue affects the mongocryptd binary and mongo_crypt_v1 shared library in the following MongoDB Server versions:

  • 7.3.0 - 7.3.3

  • 7.0.0 - 7.0.11

  • 6.0.0 - 6.0.16

  • 5.0.0 - 5.0.28

Issues fixed:

Issues fixed:

Issues fixed:

Issues fixed:

Starting in MongoDB 7.3, the compact command includes a new freeSpaceTargetMB option to specify the minimum amount of storage space, in megabytes, that must be recoverable for compaction to proceed.

Starting in MongoDB 7.3, when you use a find command on a view with the singleBatch: true and batchSize: 1 options, a cursor is no longer returned. In previous versions of MongoDB these find queries would return a cursor even when you set the single batch option to true.

Starting in MongoDB 7.3, the serverStatus command output includes the following new metrics:

Back

Release Notes