Skip to content

Releases: mongodb-js/compass

1.4.0-beta.3

25 Oct 19:02
Compare
Choose a tag to compare
1.4.0-beta.3 Pre-release
Pre-release

The Compass Team is proud to announce our latest release on the Beta channel, 1.4.0-beta.3. This release is now generally available from the MongoDB Download Center. This will most likely be the last release of the 1.4.x series before it is promoted to stable. The following changes are included in this release:

  • COMPASS-86: Atlas: Auto Support for Connecting to Atlas
  • COMPASS-132: Stability & Performance: New Intercom messenger throws errors "email can't be blank"
  • COMPASS-160: Atlas: Fix connect window focus regression

1.4.0-beta.2

14 Oct 04:08
Compare
Choose a tag to compare
1.4.0-beta.2 Pre-release
Pre-release

Notable Changes

  • COMPASS-95 Fixed Mapbox tile display issues that blocked some users from loading the maps tiles.
  • COMPASS-100 Fixed errors when connecting to Atlas secondaries.
  • COMPASS-101 Fixed upgrade issues from 1.3.x to 1.4.x in all channels.

1.4.0-beta.1

27 Sep 01:37
Compare
Choose a tag to compare
1.4.0-beta.1 Pre-release
Pre-release

Bug

[INT-1791] - SSH tunnel passphrase field is shown in clear text
[INT-1825] - Uncaught TypeError: Cannot read property 'Symbol(Symbol.iterator)' of undefined (when updating a document)
[INT-1835] - Explain Tab No Longer Listens to Query Changes
[INT-1836] - 1.4.x builds and higher broken on OSX
[INT-1841] - Documents view shows only one document when _id is object
[INT-1844] - Document view does not refresh when switching between databases, if same _id exists in two collections

New Feature

[INT-1826] - Switch to mongodb-schema:parse-native to improve responsiveness on complex schemas

Task

[INT-1662] - Group Bugsnag error submissions across OS, launch path, app version
[INT-1774] - Cease sending Compass metrics to Mixpanel
[INT-1783] - CRUD insert: no error displayed when validation rule fails

1.4.0-beta.0

06 Sep 20:18
Compare
Choose a tag to compare
1.4.0-beta.0 Pre-release
Pre-release

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

Notable Changes

Compass 1.4 primarily includes the following "under the hood" relative to 1.3:

  • We upgraded our Electron runtime to v1.2.8
  • We rewrote our schema view for improved responsiveness on complex schemas
  • We improved load times for the Help window
  • CRUD functionality now exposes native BSON types, and preserves BSON types during round-trip edits.

The majority of our work during this sprint was on bugfixes and fine-tuning, most of which were successfully backported to the 1.3 stable release.

Full Release Notes

JIRA: 1.4.0-dev release details

1.3.0

06 Sep 20:08
Compare
Choose a tag to compare

The MongoDB Compass team is proud to announce our latest release on the Stable channel, v1.3.0.

New Features

Create, Update, Delete Documents

MongoDB Compass now allows you to create, update, and delete single documents within the Documents tab.

clone-doc2

edit-doc5

delete-doc2

Explain Plan "Visual Tree"

Compass 1.3 enhances the Explain Plan tab to show results as a "Visual Tree", in addition to the "Raw JSON" view available in Compass 1.2.

explain-plan-tiny

Geographic visualization and query builder

Compass 1.3 detects GeoJSON and latitude/longitude coordinate pairs within your collections, and visualizes them using interactive maps. The maps also permit interactive query construction.

maps-datasets-zips-usa

SSH Tunnel support

Compass 1.3's connection dialog now allows you to define SSH Tunnels which automatically start when you connect to MongoDB, and stop when you disconnect.

ssh-tunnel-closeup

1.3.0-beta.5

26 Aug 20:07
Compare
Choose a tag to compare
1.3.0-beta.5 Pre-release
Pre-release

v1.3.0-beta.5 release notes on JIRA

Bug

  • [INT-1585] - String data doesn't wrap correctly in document view
  • [INT-1660] - TypeError: Cannot read property 'indexSizes' of undefined
  • [INT-1777] - Compass 1.3 host/port missing when connected to mongos 3.0

Task

  • [INT-1763] - Use Real BSON Types With CRUD
  • [INT-1775] - Add link to our Privacy Policy on Privacy Preferences opt-in screen
  • [INT-1780] - Integrate Value Promotions in Node Driver 2.2.8

1.3.0-beta.4

19 Aug 19:17
Compare
Choose a tag to compare
1.3.0-beta.4 Pre-release
Pre-release

1.3.0-beta.4 Release notes on JIRA

Bug

  • [INT-971] - Tour CSS bug on window resize
  • [INT-1650] - TypeError: Property 'ssh_tunnel_port' must be of type number
  • [INT-1657] - TypeError: Invalid Version: undefined
  • [INT-1658] - TypeError: Cannot read property 'executionStages' of undefined
  • [INT-1659] - TypeError: Property 'message' must be of type string. Tried to set [object Object]

Task

  • [INT-1477] - Compass uses MapBox proxy
  • [INT-1590] - Update first run tour for v1.3
  • [INT-1664] - Make "Visual Tree" explain view the default
  • [INT-1762] - CRUD Usability Improvements
  • [INT-1763] - Use Real BSON Types With CRUD

1.3.0-beta.3

11 Jul 16:49
Compare
Choose a tag to compare
1.3.0-beta.3 Pre-release
Pre-release
  • Allow specifying the value of the _id field when inserting new documents.
  • Set newly added key field and value sizes to 1.
  • Typing : in the key input field tabs to the value input field.
  • Only allow addition of 1 element at a time if the field name in the new element is blank.
  • Set newly added key field and value sizes to 1.
  • Fix element auto-focus on add.
  • CRUD documentation now available in the application help menu.

1.3.0-beta.2

29 Jun 17:10
Compare
Choose a tag to compare
1.3.0-beta.2 Pre-release
Pre-release

Bug

  • [INT-1586] - Compass Small Bug Fixes for World

1.3.0-beta.1

28 Jun 04:34
Compare
Choose a tag to compare
1.3.0-beta.1 Pre-release
Pre-release

New Feature

  • [INT-1518] - Add new 1.3 features to tour