Skip to content

Releases: mongodb-js/compass

1.7.0-beta.0

02 Mar 22:31
Compare
Choose a tag to compare

TODO (imlucas) Auto generate this.

1.6.0

02 Mar 23:34
Compare
Choose a tag to compare

TODO (imlucas) Auto generate this.

1.6.0-beta.0

17 Jan 22:10
Compare
Choose a tag to compare
1.6.0-beta.0 Pre-release
Pre-release

The Compass Team is proud to announce our latest release 1.6.0-beta.0. This release is now generally available from the MongoDB Download Center for macOS and Windows. For the first time, Compass installers are also now available for Linux, Ubuntu and Red Hat 🎉 .

Linux

Customers can now install and use Compass on Linux. Our officially supported Linux platforms are Ubuntu 14.04+ and Red Hat Enterprise Linux 7+.

ubuntu

Installing Compass on Ubuntu 14.04+

wget https://downloads.mongodb.com/compass/beta/mongodb-compass-beta_1.6.0~beta.0_amd64.deb;
sudo dpkg -i mongodb-compass-beta_1.6.0~beta.0_amd64.deb;
DEBUG=* mongodb-compass-beta;

Installing Compass on Red Hat Enterprise Linux 7+

wget https://downloads.mongodb.com/compass/beta/mongodb-compass-beta-1.6.0.x86_64.rpm;
sudo yum install mongodb-compass-beta-1.6.0.x86_64.rpm;
sudo DEBUG=* mongodb-compass-beta;

Show OS notification for unexpected errors

Zoom-In/Zoom-Out

What's New

Other Changes

60 other changes

- Added 100px of bottom padding to give space for the intercom on scroll ([#566](https://github.com//pull/566)) - use a : instead of a . to separate host and port. ([#579](https://github.com//pull/579)) - [COMPASS-213](https://jira.mongodb.org/browse/COMPASS-213): Guard against execution on readonly views - [COMPASS-213](https://jira.mongodb.org/browse/COMPASS-213): Readonly view explain plan - [COMPASS-213](https://jira.mongodb.org/browse/COMPASS-213): Readonly view doc validation - [COMPASS-213](https://jira.mongodb.org/browse/COMPASS-213): Readonly view indexes - [COMPASS-213](https://jira.mongodb.org/browse/COMPASS-213): Disable CRUD actions when not writable - [COMPASS-213](https://jira.mongodb.org/bro...
Read more

1.5.1

21 Dec 18:16
Compare
Choose a tag to compare

1.5.1 is a stability release that includes fixes for the following issues:

1.5.0

29 Nov 14:38
Compare
Choose a tag to compare

The Compass Team is proud to announce our latest release on the Stable channel, 1.5.0.
This release is now generally available from the MongoDB Download Center.

Read more

1.5.0-beta.5

23 Nov 20:03
Compare
Choose a tag to compare

Notable Changes

* COMPASS-315: Fixed auto-casting
* COMPASS-426: Fixed password storage in IndexedDB.

1.4.2

23 Nov 20:02
Compare
Choose a tag to compare

Notable Changes

* COMPASS-315: Fixed auto-casting
* COMPASS-426: Fixed password storage in IndexedDB.

1.5.0-beta.4

22 Nov 22:15
Compare
Choose a tag to compare
1.5.0-beta.4 Pre-release
Pre-release

The Compass Team is proud to announce our latest release on the Beta channel, 1.5.0-beta.4. This release is now generally available from the MongoDB Download Center for macOS and Windows.

1.4.1

22 Nov 17:03
Compare
Choose a tag to compare

The Compass Team is proud to announce our latest release on the Stable channel, 1.4.1. This release is now generally available from the MongoDB Download Center for macOS and Windows.

1.4.1 contains a single bug fix which a customer pointed out to us on Intercom. Editing a false-y value (0|""|false) from the documents tab would inadvertently be cast to null when saved back to the server.

1.5.0-beta.3

15 Nov 15:57
Compare
Choose a tag to compare
1.5.0-beta.3 Pre-release
Pre-release

The Compass Team is proud to announce our latest release on the Beta channel, 1.5.0-beta.3. This release is now generally available from the MongoDB Download Center for macOS and Windows.