Releases: mongodb-js/compass
Releases · mongodb-js/compass
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
1.3.0-beta.0
New Feature
- [INT-1160] - CRUD single document create, update, delete
- [INT-1161] - ssh tunnel support
- [INT-1162] - View explain plans
- [INT-1551] - Add explicit opt-in for "3rd party maps" usage
- [INT-1027] - Improve display of binary data in in the document viewer
- [INT-1518] - Compass Treasure Hunt
Improvement
- [INT-1552] - Query builder on numeric histograms should leave bounds open
- [INT-1521] - Make Intercom overlay button visible
- [INT-1577] - Load preferences defensively, catching parsing errors and reset preferences
Bug
- [INT-1403] - Fix debug output in browser window
- [INT-1425] - Feature Tour does not show on first launch anymore
- [INT-1436] - Index view: Remove single/compound column, move "compound" label to properties
- [INT-1438] - Subtype bars are now wrongly indented
- [INT-1439] - After increasing maxTimeMS timeout, query default falls back to 100 docs
- [INT-1440] - Compass Beta does not save "Enable Auto Updates" preference
- [INT-1443] - Explain view scrolling bug
- [INT-1481] - Automated builds must not overwrite published release artifacts
- [INT-1487] - Documents with property "length" break Compass
- [INT-1490] - Automatic update prompt not displayed; update proceeds without confirmation
- [INT-1503] - Compass fails to start with JavaScript error in main process, "SyntaxError: Unexpected end of input"
- [INT-1520] - Compass does not handle $indexStats fetch failure on MongoDB 3.2
- [INT-1558] - Links sent via Intercom no longer open in external browser; recurring Uncaught Errors visible in console
- [INT-1575] - Slow connect dialog rendering
- [INT-1576] - Fix hook of "Install update" button so that the event gets fired
1.2.0
1.2.0-beta.4
1.2.0-beta.3
Bug
- [INT-1403] - Fix debug output in browser window
- [INT-1425] - Feature Tour does not show on first launch anymore
- [INT-1503] - Compass fails to start with JavaScript error in main process, "SyntaxError: Unexpected end of input"
- [INT-1515] - Compass v1.2.0-beta-2 no error message if bad authentication
- [INT-1520] - Compass does not handle $indexStats fetch failure on MongoDB 3.2
1.2.0-beta.2
Notable Changes
New Feature
- [INT-1480] - Expose explain tab in beta v1.2
- [INT-1419] - Create feature tour points of the new 1.2 features
Bug
- [INT-1436] - Index view: Remove single/compound column, move "compound" label to properties
- [INT-1439] - After increasing maxTimeMS timeout, query default falls back to 100 docs
- [INT-1440] - Compass Beta does not save "Enable Auto Updates" preference
- [INT-1443] - Explain view scrolling bug
- [INT-1481] - Automated builds must not overwrite published release artifacts
1.2.0-beta.1
The MongoDB Compass team is proud to announce our latest release on the Beta channel, v1.2.0-beta.1.
New Features
Tabbed Navigation
View Indexes
Explain Plans
The Explain Plan view shows an execution summary of the performed query, including the index used for the query (if any), the number of index keys and documents examined, and duration on the server. For expert users, the raw explain output is also available as an expandable JSON document.
Human Readable Error Messages
Compass now translates the most common errors into a much more human-friendly and easier to understand format.
Auto Updates
Performance Improvements
- 10gen/compass#370 - INT-1393: Main process supports migrations and migrate userData
- 10gen/compass#336 - INT-1319: Add less compile cache
- 10gen/compass#347 - INT-1369: Refactored module caching with publish.
- 10gen/compass#351 - INT-1369: Compile Cache Support
- 10gen/compass#326 - INT-1246: Templatize jade templates
- 10gen/compass#359 - INT-1401: [email protected]
Bug Fixes and Housekeeping
- 10gen/compass#363 - INT-1238: Add instrumentation to collect index metrics
- 10gen/compass#372 - INT-1396: Fix choose collection zero state bug
- 10gen/compass#374 - INT-1423: Add index usage tooltip
- 10gen/compass#375 - INT-1424: Fix menu action events and cleanup
- 10gen/compass#337 - INT-1322: Fix help text sampleSize=1000
- 10gen/compass#381 - Fixing the help dialog events
- 10gen/compass#386 - Fix help icon and launch from sampling message
- 10gen/compass#385 - INT-1430 give collection name a separate hook
- 10gen/compass#334 - INT-1310: Point directly to get-object-path repo
- End-to-end release automation
.msi
Windows Installer Package.zip
for easy portable installation on Windows and OS X