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