Releases: mongodb-js/compass
1.4.0-beta.3
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
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
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
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
1.3.0
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.
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.
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.
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.
1.3.0-beta.5
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
1.3.0-beta.4
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
1.3.0-beta.3
- 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 keyinput
field tabs to the valueinput
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
Bug
- [INT-1586] - Compass Small Bug Fixes for World
1.3.0-beta.1
New Feature
- [INT-1518] - Add new 1.3 features to tour