Releases: mongodb-js/compass
Releases Β· mongodb-js/compass
1.39.0-beta.0
Release v1.39.0-beta.0
What's Changed
Bug Fixes
- fix: use value from the evt.target to fix index creation COMPASS-6981
- fix(compass): cap number of log files to 100 MONGOSH-1449
Full Changelog: v1.38.2...v1.39.0-beta.0
1.38.2
Release v1.38.2
Bug Fixes
- Revert a change that was causing issues querying documents when connected to the ADF (#4605)
Full Changelog: v1.38.1...v1.38.2
1.38.1
What's Changed
New Features
- feat(compass-crud): auto expand object and array field types on field add COMPASS-6939
- feat(explain-plan): show unindexed query insight in explain plan modal COMPASS-6933
- feat(compass-crud): show array length on array fields on documents COMPASS-6938
- feat(compass-collection): add ctrl + tab and ctrl + shift + tab hotkeys for switching tabs
- feat(explain-plan): enable new explain plan by default
- feat(compass-aggregations, compass-collection): adds insights for usage of $text and $regex in aggregation builder and collection header - COMPASS-6834
- feat(guide-cue): add cues COMPASS-6614
- feat(compass-import-export): signal for bloated documents during import
Full Changelog: v1.38.0...v1.38.1
1.38.1-beta.0
What's Changed
New Features
- feat(compass-crud): auto expand object and array field types on field add COMPASS-6939
- feat(explain-plan): show unindexed query insight in explain plan modal COMPASS-6933
- feat(compass-crud): show array length on array fields on documents COMPASS-6938
- feat(compass-collection): add ctrl + tab and ctrl + shift + tab hotkeys for switching tabs
- feat(explain-plan): enable new explain plan by default
- feat(compass-aggregations, compass-collection): adds insights for usage of $text and $regex in aggregation builder and collection header - COMPASS-6834
- feat(guide-cue): add cues COMPASS-6614
- feat(compass-import-export): signal for bloated documents during import
Full Changelog: v1.38.0...v1.38.1-beta.0
1.38.0
What's Changed
New Features
- feat(compass-import-export): add types docs link to import preview COMPASS-6632
- feat(databases-collections): open collection in new tab shortcut
- feat: add performance tab indicator that info about certain collections is missing COMPASS-6593
- feat(explain-plan, compass-aggregations): add visual tree and update summary for the aggregation explain plan COMPASS-6821 COMPASS-6888
- feat(stage-wizard): enable feature COMPASS-6814
- feat(explain-plan): add zoom control to the modal tree view COMPASS-6843
- feat(connection-form): set enable OIDC auth mechanism feature flag to released COMPASS-6803
- feat: add Atlas error message when connection fails due to IP access issue COMPASS-6842
- feat(compass-crud): show insight when query is unindexed COMPASS-6832
- feat(compass-sidebar, databases-list): show insight when number of collections is too high COMPASS-6835
- feat(compass-aggregations): add unindexed aggregation insight COMPASS-6833
- feat(guide-cue): component implementation COMPASS-6334
- feat(compass-indexes): adds support for hiding and unhiding indexes in Index tab
Bug Fixes
- fix(compass-import-export): add file type filters when exporting COMPASS-6890
- fix: rename "Less Options" to "Fewer Options" COMPASS-6774
- fix: support Dark Mode on TypeEditor dropdown - COMPASS-6893
- fix(explain-plan-helper): do not sum execution time for aggregation explain plan COMPASS-6496
- fix: fix SNYK-JS-FASTXMLPARSER-5668858 COMPASS-6905
- fix(compass-shell): let enableShell setting control runtime start/stop
- fix(telemetry): track
has_sort
- fix: remove jquery, fixes SNYK-JS-JQUERY-567880, SNYK-JS-JQUERY-565129, SNYK-JS-JQUERY-174006, npm:jquery:20150627 (COMPASS-6885, COMPASS-6884, COMPASS-6883, COMPASS-6882)
- fix: replace
got
withfetch
fixes SNYK-JS-GOT-2932019 COMPASS-6881 - fix: fix SNYK-JS-FOLLOWREDIRECTS-2396346 and SNYK-JS-FOLLOWREDIRECTS-2332181 COMPASS-6880, COMPASS-6879
- fix(compass-crud): show 1 as the page number even if in a collection, no entries are present
- fix: select combobox option onBlur COMPASS-6511
- fix(compass-connections): use mongodb-cloud-info v2 for ipv6 support in cloud metrics COMPASS-6795
- fix(compass-editors): editor darkmode background selection color COMPASS-6910
- fix: disable the autoupdater for MSI installs (windows without squirrel) COMPASS-6857
- fix(import): use bulkWrite correctly COMPASS-6928
Full Changelog: v1.37.0...v1.38.0
1.38.0-beta.4
Release v1.38.0-beta.4
What's Changed
New Features
- feat: add Atlas error message when connection fails due to IP access issue COMPASS-6842
- feat(compass-crud): show insight when query is unindexed COMPASS-6832
- feat(compass-sidebar, databases-list): show insight when number of collections is too high COMPASS-6835
- feat(compass-aggregations): add unindexed aggregation insight COMPASS-6833
- feat(guide-cue): component implementation COMPASS-6334
- feat(compass-indexes): adds support for hiding and unhiding indexes in Index tab
Bug Fixes
- fix: disable the autoupdater for MSI installs (windows without squirrel) COMPASS-6857
- fix(import): use bulkWrite correctly COMPASS-6928
Full Changelog: v1.38.0-beta.3...v1.38.0-beta.4
1.38.0-beta.3
Release v1.38.0-beta.3
What's Changed
New Features
- feat(connection-form): set enable OIDC auth mechanism feature flag to released COMPASS-6803
Bug Fixes
- fix: remove jquery, fixes SNYK-JS-JQUERY-567880, SNYK-JS-JQUERY-565129, SNYK-JS-JQUERY-174006, npm:jquery:20150627 (COMPASS-6885, COMPASS-6884, COMPASS-6883, COMPASS-6882)
- fix: replace
got
withfetch
fixes SNYK-JS-GOT-2932019 COMPASS-6881 - fix: fix SNYK-JS-FOLLOWREDIRECTS-2396346 and SNYK-JS-FOLLOWREDIRECTS-2332181 COMPASS-6880, COMPASS-6879
- fix(compass-crud): show 1 as the page number even if in a collection, no entries are present
- fix: select combobox option onBlur COMPASS-6511
- fix(compass-connections): use mongodb-cloud-info v2 for ipv6 support in cloud metrics COMPASS-6795
- fix(compass-editors): editor darkmode background selection color COMPASS-6910
Full Changelog: v1.38.0-beta.1...v1.38.0-beta.3
1.38.0-beta.1
Release v1.38.0-beta.1
What's Changed
New Features
- feat(explain-plan): add zoom control to the modal tree view COMPASS-6843
Bug Fixes
- fix(explain-plan-helper): do not sum execution time for aggregation explain plan COMPASS-6496
- fix: fix SNYK-JS-FASTXMLPARSER-5668858 COMPASS-6905
- fix(compass-shell): let enableShell setting control runtime start/stop
- fix(telemetry): track
has_sort
Full Changelog: v1.38.0-beta.0...v1.38.0-beta.1
1.38.0-beta.0
What's Changed
New Features
- feat(compass-import-export): add types docs link to import preview COMPASS-6632
- feat(databases-collections): open collection in new tab shortcut
- feat: add performance tab indicator that info about certain collections is missing COMPASS-6593
- feat(explain-plan, compass-aggregations): add visual tree and update summary for the aggregation explain plan COMPASS-6821 COMPASS-6888
- feat(stage-wizard): enable the aggregation stage wizard feature COMPASS-6814
Bug Fixes
- fix(compass-import-export): add file type filters when exporting COMPASS-6890
- fix: rename "Less Options" to "Fewer Options" COMPASS-6774
- fix: support Dark Mode on TypeEditor dropdown - COMPASS-6893
Full Changelog: v1.37.0...v1.38.0-beta.0
1.37.0
What's Changed
New Features
- feat(import): Surface type warnings COMPASS-6543
- feat(import): Combine array fields into one in the import CSV preview COMPASS-6766
- feat(compass-import-export): remove export feature flag, use new export, remove old code COMPASS-6582
- feat(compass-connections, compass-sidebar): add settings to sidebar menus COMPASS-6796
- feat(connection-form): show password only when user focuses on input COMPASS-6161
- feat: add autocomplete support for
$percentile
,$median
ans$$USER_ROLES
COMPASS-6780 COMPASS-6781 - feat(compass-preferences-model, connection-form, compass-settings): toggle state of "Edit connection string" in connection form is now judged also based on the new global preference
- feat: update libmongocrypt and driver, re-enable QE tests in 7.0, add test to ensure 6.0 QE data can be read 6601 COMPASS-6602
- feat(preferences): enable "Modern Dark Mode" by default
- feat(compass-import-export): add export aggregation code preview to export modal COMPASS-6725
Bug Fixes
- fix(ejson): Differentiate between new Date() and Date() COMPASS-6755
- fix(import): fix guessFileType() when JSON fails and CSV lines are huge
- fix(compass-import-export): flush import progress throttle on import error
- fix(user-preferences): feature flag default values COMPASS-6525
- fix: allow updates on a sharded collection COMPASS-6058
- fix(import): Detect line breaks, pass it on to papaparse COMPASS-6819
- fix(compass-query-bar): update reset on query bar to reset results and emit query-changed COMPASS-6805
Full Changelog: v1.36.4...v1.37.0