Skip to content

1.2.0-beta.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@imlucas imlucas released this 09 May 19:42
· 28 commits to 1.2-releases since this release

The MongoDB Compass team is proud to announce our latest release on the Beta channel, v1.2.0-beta.1.

New Features

Tabbed Navigation

View Indexes

Explain Plans

The Explain Plan view shows an execution summary of the performed query, including the index used for the query (if any), the number of index keys and documents examined, and duration on the server. For expert users, the raw explain output is also available as an expandable JSON document.

Human Readable Error Messages

Compass now translates the most common errors into a much more human-friendly and easier to understand format.

Auto Updates

Performance Improvements

Bug Fixes and Housekeeping