Skip to content

Releases: mongodb-js/compass

1.38.0-beta.1

09 Jun 16:58

Choose a tag to compare

1.38.0-beta.1 Pre-release
Pre-release

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

06 Jun 19:49

Choose a tag to compare

1.38.0-beta.0 Pre-release
Pre-release

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

25 May 10:15

Choose a tag to compare

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

1.37.0-beta.3

24 May 16:01

Choose a tag to compare

1.37.0-beta.3 Pre-release
Pre-release

Release v1.37.0-beta.3

What's Changed

New Features

  • feat(connection-form): show password only when user focuses on input COMPASS-6161
  • feat: allow updates and deletes on time-series collections COMPASS-6786
  • feat: add autocomplete support for $percentile, $median and $$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(compass-query-bar): update reset on query bar to reset results and emit query-changed COMPASS-6805

Full Changelog: v1.37.0-beta.2...v1.37.0-beta.3

1.37.0-beta.2

16 May 10:01

Choose a tag to compare

1.37.0-beta.2 Pre-release
Pre-release

Release v1.37.0-beta.2

What's Changed

Bug Fixes

  • fix(import): Detect line breaks, pass it on to papaparse COMPASS-6819

Full Changelog: v1.37.0-beta.1...v1.37.0-beta.2

1.37.0-beta.1

15 May 11:59

Choose a tag to compare

1.37.0-beta.1 Pre-release
Pre-release

Release v1.37.0-beta.1

What's Changed

Bug Fixes

  • fix(user-preferences): feature flag default values COMPASS-6525
  • fix: allow updates on a sharded collection COMPASS-6058

Full Changelog: v1.37.0-beta.0...v1.37.0-beta.1

1.37.0-beta.0

10 May 14:20

Choose a tag to compare

1.37.0-beta.0 Pre-release
Pre-release

Release v1.37.0-beta.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

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

Full Changelog: v1.36.4...v1.37.0-beta.0

1.36.4

27 Apr 21:47

Choose a tag to compare

What's Changed

New Features

  • feat(compass-crud): update add data icon to plus with circle from download COMPASS-6494
  • feat(compass-import-export): show import progress in toast, make import background COMPASS-6540 COMPASS-6555
  • feat(import): Import progress COMPASS-6721
  • feat: update new connection text to new window COMPASS-6723

Bug Fixes

  • fix(compass-import-export): remove re-count when not available COMPASS-5179, COMPASS-6649
  • fix(compass-editors): fill autocomplete on tab COMPASS-6695
  • fix(compass-query-bar): show error border when focused COMPASS-6724
  • fix: compass readonly allows to drop namespaces from the sidebar COMPASS-6687
  • fix(databases-collections-list): fixes the problem of refresh button on collection tab not refreshing the collection stats - COMPASS-6738
  • fix(compass-preferences-model): update windows config file fetching location one folder up COMPASS-6527
  • fix(import): If listCSVFields() or analyzeCSVFields() fails it will display the error in the modal COMPASS-6737

Full Changelog: v1.36.3...v1.36.4

1.36.4-beta.1

24 Apr 08:58

Choose a tag to compare

1.36.4-beta.1 Pre-release
Pre-release

What's Changed

New Features

  • feat(compass-crud): update add data icon to plus with circle from download COMPASS-6494
  • feat(compass-import-export): show import progress in toast, make import background COMPASS-6540 COMPASS-6555
  • feat(import): Import progress COMPASS-6721
  • feat: update new connection text to new window COMPASS-6723

Bug Fixes

  • fix(compass-import-export): remove re-count when not available COMPASS-5179, COMPASS-6649
  • fix(compass-editors): fill autocomplete on tab COMPASS-6695
  • fix(compass-query-bar): show error border when focused COMPASS-6724
  • fix: compass readonly allows to drop namespaces from the sidebar COMPASS-6687
  • fix(databases-collections-list): fixes the problem of refresh button on collection tab not refreshing the collection stats - COMPASS-6738
  • fix(compass-preferences-model): update windows config file fetching location one folder up COMPASS-6527
  • fix(import): If listCSVFields() or analyzeCSVFields() fails it will display the error in the modal COMPASS-6737

Full Changelog: v1.36.3...v1.36.4-beta.1

1.36.3

13 Apr 05:24

Choose a tag to compare

Release v1.36.3

What's Changed

New Features

  • feat(compass-editor): add links to the documentation to the agg and stage autocompleter suggestions COMPASS-6688

Bug Fixes

Full Changelog: v1.36.2...v1.36.3