Releases: mongodb-js/compass
Releases · mongodb-js/compass
1.20.0-beta.4
- Adds additional guards to migrations to continue with Compass loading if they fail.
1.20.0-beta.3
- Updates the storage mixin with improved merge and no secure querying if no non-secure results are found.
1.20.0-beta.2
- Removes migrations from EOL Compass versions (<= 1.5.0) so a fresh beta install will work.
1.20.0-beta.1
- Fixes favourite selection issues in the connect window.
- Fixes aggregation pipeline grammar missing operators: $set, $unset, $replaceWith
- Fixes schema tab errors when app registry not passed to sub
fewd3 function.
1.20.0-beta.0
This beta introduces:
- New and improved connect user experience with better error messaging, support for all connection options and various bug fixes.
- The new connect experience also changed the way recents and favourites are being stored, so a new migration will be run on initial install. This will require users to allow access to their system's storage (e.g. keychain) for each saved
RecentandFavourite. - JSON mode: ability to add one more JSON documents in CRUD view, ability to view and edit documents in JSON.
- Support for UUIDs.
Fixes:
- Map view in Schema Tab bugs.
- Workspace tabs bugs.
Improvements:
- More accessible colour palette for errors and editable fields throughout the application.
- Better inline documentation for aggregation pipeline arguments.