github mongodb-js/compass v1.6.0-beta.0
1.6.0-beta.0

latest releases: v1.42.6-beta.4, v1.42.6-beta.3, v1.42.6-beta.2...
pre-release7 years ago

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/browse/COMPASS-213): Bump collection model - [COMPASS-213](https://jira.mongodb.org/browse/COMPASS-213): Bump dependencies - [COMPASS-137](https://jira.mongodb.org/browse/COMPASS-137): Reaonly view support in coll stats: - [COMPASS-137](https://jira.mongodb.org/browse/COMPASS-137): Fix eslint errors - Fix functional test suite and run on travis ([#585](https://github.com//pull/585)) - Fixing collection store init errors in stats ([#586](https://github.com//pull/586)) - Fix usage column error on 3.0 and lower servers ([#587](https://github.com//pull/587)) - Remove unnecessary constructor overrides ([#588](https://github.com//pull/588)) - This change adds an option to mount all views initially. ([#600](https://github.com//pull/600)) - Run functional tests on travis ([#611](https://github.com//pull/611)) - compass-sidebar-content height is 100% minus the top portion (home, filter) to make overflow-y scroll work ([#613](https://github.com//pull/613)) - Bump hadron-build to 2.0.2 to fix github issue ([#620](https://github.com//pull/620)) - Changed eye icon in sidebar to lock, changed padding of alert message to be aligned with collection title ([#619](https://github.com//pull/619)) - Fix for developers: "Module version mismatch. Expected 50, got 48." ([#621](https://github.com//pull/621)) - ⬆️ mongodb-data-service@2.1.7 ([#630](https://github.com//pull/630)) - Added overflow hidden to querybar container to fix scrolling issue ([#642](https://github.com//pull/642)) - Require uuid, not node-uuid ([#647](https://github.com//pull/647)) - Hide webkit scrollbar ([#645](https://github.com//pull/645)) - Fix insert document dialog ([#648](https://github.com//pull/648)) - React/Enzyme test warnings ([#652](https://github.com//pull/652)) - Refactoring the functional test suite: ([#636](https://github.com//pull/636)) - Updating functional test readme ([#653](https://github.com//pull/653)) - Remove timeouts on modal button clicks. ([#654](https://github.com//pull/654)) - Feature tour is always first time in test env ([#659](https://github.com//pull/659)) - Refactor of CRUD elements. ([#662](https://github.com//pull/662)) - Small style fixes ([#665](https://github.com//pull/665)) - Update hadron build to latest. ([#670](https://github.com//pull/670)) - Wait for status bar on functional tests ([#671](https://github.com//pull/671)) - Remove unused styles and instance-properties jade template ([#678](https://github.com//pull/678)) - Recentered zero-state message ([#677](https://github.com//pull/677)) - Change timeout and get strategies ([#680](https://github.com//pull/680)) - Finishing off base rtss functional tests ([#684](https://github.com//pull/684)) - Dedupe electron-prebuilt ([#686](https://github.com//pull/686)) - Cache electron-prebuilt binaries for faster travis builds ([#685](https://github.com//pull/685)) - Fixing timeouts and selectors ([#688](https://github.com//pull/688)) - Adding docs ([#698](https://github.com//pull/698)) - Drop caveat ([#699](https://github.com//pull/699)) - More test improvements ([#701](https://github.com//pull/701)) - Updating the test readme ([#703](https://github.com//pull/703)) - CRUD refactoring ([#691](https://github.com//pull/691)) - Add .waitForStatusBar() into waitForIndexCreation ([#710](https://github.com//pull/710)) - Update readme with release process ([#712](https://github.com//pull/712)) - Fix JSON paste error handling ([#718](https://github.com//pull/718)) - Bump document & type checker ([#719](https://github.com//pull/719)) - Convert stores to js ([#721](https://github.com//pull/721)) - Bump hadron-document and -type-checker ([#723](https://github.com//pull/723)) - Bump dependencies to get BSON 1.0.1 ([#724](https://github.com//pull/724)) - Add back master is broken section ([#725](https://github.com//pull/725)) - reset filter for CRUD when namespace changes ([#726](https://github.com//pull/726)) - Readonly views work in database tab. ([#734](https://github.com//pull/734)) - ⬆️ hadron-type-checker@0.17.1 ([#735](https://github.com//pull/735)) - bump connection-model@6.3.5 ([#736](https://github.com//pull/736)) - Fedora says “Do NOT end in a period.” ([#738](https://github.com//pull/738))

Don't miss a new compass release

NewReleases is sending notifications on new releases.