Skip to content

Releases: mongodb-js/compass

1.36.3-beta.0

05 Apr 09:02
3ece062

Choose a tag to compare

1.36.3-beta.0 Pre-release
Pre-release

Release v1.36.3-beta.0

What's Changed

New Features

  • feat(compass-import-export): add export json COMPASS-6427
  • feat(aggregations): button titles in stage toolbar COMPASS-6686
  • 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-beta.0

1.36.2

29 Mar 09:39

Choose a tag to compare

Release v1.36.2

What's Changed

New Features

  • feat(compass-aggregations): remove focus mode feature flag, always show COMPASS-6474
  • feat(import): analyse CSV fields and auto-select the correct type COMPASS-6536
  • feat: add GitHub source code link to help menu and window menu COMPASS-6585
  • feat(import): Make analyzeCSVFields() skippable COMPASS-6638

Bug Fixes

  • fix(data-service): apply readPref to initial ping command COMPASS-6595
  • fix(import): Fix guessFileType() for large JSON docs COMPASS-6629
  • fix(import): Fix memory leak in listCSVFields() COMPASS-6630
  • fix(import): add dark mode colours for the mixed warning
  • fix(import): abort analyzeCSVFields() when closing the import modal COMPASS-6633
  • fix(import): Optimise CSV field type detection

Full Changelog: v1.36.1...v1.36.2

1.36.2-beta.2

27 Mar 21:03

Choose a tag to compare

1.36.2-beta.2 Pre-release
Pre-release

Release v1.36.2-beta.2

What's Changed

New Features

  • feat: add GitHub source code link to help menu and window menu COMPASS-6585
  • feat(import): Make analyzeCSVFields() skippable COMPASS-6638

Bug Fixes

  • fix(import): add dark mode colours for the mixed warning
  • fix(import): abort analyzeCSVFields() when closing the import modal COMPASS-6633
  • fix(import): Optimise CSV field type detection

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

1.36.2-beta.1

23 Mar 08:17

Choose a tag to compare

1.36.2-beta.1 Pre-release
Pre-release

Release v1.36.2-beta.1

What's Changed

New Features

  • feat(import): analyse CSV fields and auto-select the correct type COMPASS-6536

Bug Fixes

  • fix(data-service): apply readPref to initial ping command COMPASS-6595
  • fix(import): Fix guessFileType() for large JSON docs COMPASS-6629
  • fix(import): Fix memory leak in listCSVFields() COMPASS-6630

Full Changelog: v1.36.1...v1.36.2-beta.1

1.36.1

16 Mar 03:24

Choose a tag to compare

Release v1.36.1

What's Changed

New Features

  • feat(compass-aggregations): enable focus mode COMPASS-6474

Full Changelog: v1.36.0...v1.36.1

1.36.0

14 Mar 20:35

Choose a tag to compare

Release v1.36.0

What's Changed

New Features

  • feat(aggregations): add stage button between stages COMPASS-6382
  • feat(compass-crud): use type from last array element when inserting new element to array COMPASS-6432
  • feat(collections): redirect to the new collection after creating it COMPASS-6019
  • feat(aggregations): stage toolbar COMPASS-6381
  • feat: LG darkmode support and UI cleanup in the explain tab COMPASS-6463
  • feat(compass-explain-plan): adds a cancellable loader to explain
  • feat(compass-indexes): enable column store indexes for mongodb 6.3 COMPASS-6487
  • feat(databases-collections): flexi bucket opts for Timeseries
  • feat(deps): upgrade mongosh to 1.7.0
  • feat(import): Include preview rows in the listCSVFields() result COMPASS-6422
  • feat(focus-mode): enable focus mode COMPASS-6474
  • feat(collections): when dropping a collection or database, redirect to either the database or databases view COMPASS-6018, COMPASS-6434
  • feat(settings): dark theme improvements in the settings modal COMPASS-6552
  • feat(aggregations): conditional confirmation modal COMPASS-6355
  • feat(compass-sidebar): adds the refresh CTA to sidebar
  • feat(compass-import-export): open file input before import modal COMPASS-6535
  • feat: enable LG darkmode as public preview COMPASS-6515, COMPASS-6556
  • feat(hotkeys): hook for keyboard shortcuts COMPASS-6551
  • feat(databases-collections-list): adds refresh CTA on database and collection list view - COMPASS-6431
  • feat: place settings under the most idiomatic menu for the platform COMPASS-6430

Bug Fixes

  • fix(crud): If a date is in the safe range, go with relaxed EJSON rather than canonical COMPASS-5744
  • fix(aggregations): redesign of add stage button COMPASS-6449
  • fix(compass-schema-validation): optimises the opening of tab
  • fix(compass-crud): don't show negative count on delete when no document count COMPASS-5996
  • fix(import): Stop on errors when stopOnErrors is true COMPASS-6518
  • fix(telemetry): undefined rather than false if getCloudInfo fails, support SRV URIs COMPASS-6111
  • fix(hardon-document): cancel edit on non-existent field COMPASS-6505
  • fix(mongodb-compass): halt autoupdater on application exit to prevent logger crashing COMPASS-6051
  • fix(compass-aggregations): do not reset stage value if it was already changed COMPASS-6584

Full Changelog: v1.35.0...v1.36.0

1.36.0-beta.1

07 Mar 16:03

Choose a tag to compare

1.36.0-beta.1 Pre-release
Pre-release

Release v1.36.0-beta.1

What's Changed

New Features

  • feat: place settings under the most idiomatic menu for the platform COMPASS-6430

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

1.36.0-beta.0

03 Mar 17:53

Choose a tag to compare

1.36.0-beta.0 Pre-release
Pre-release

Release v1.36.0-beta.0

What's Changed

New Features

  • feat(compass-sidebar): adds the refresh CTA to sidebar
  • feat(compass-import-export): open file input before import modal COMPASS-6535
  • feat: enable LG darkmode as public preview COMPASS-6515, COMPASS-6556
  • feat(hotkeys): hook for keyboard shortcuts COMPASS-6551
  • feat(databases-collections-list): adds refresh CTA on database and collection list view - COMPASS-6431

Bug Fixes

  • fix(compass-aggregations): do not reset stage value if it was already changed COMPASS-6584

Full Changelog: v1.35.1-beta.6...v1.36.0-beta.0

1.35.1-beta.6

01 Mar 15:56

Choose a tag to compare

1.35.1-beta.6 Pre-release
Pre-release

Release v1.35.1-beta.6

What's Changed

New Features

  • feat(collections): when dropping a collection or database, redirect to either the database or databases view COMPASS-6018, COMPASS-6434
  • feat(settings): dark theme improvements in the settings modal COMPASS-6552
  • feat(aggregations): conditional confirmation modal COMPASS-6355

Bug Fixes

  • fix(telemetry): undefined rather than false if getCloudInfo fails, support SRV URIs COMPASS-6111
  • fix(hardon-document): cancel edit on non-existent field COMPASS-6505
  • fix(mongodb-compass): halt autoupdater on application exit to prevent logger crashing COMPASS-6051

Full Changelog: v1.35.1-beta.5...v1.35.1-beta.6

1.35.1-beta.5

15 Feb 09:31

Choose a tag to compare

1.35.1-beta.5 Pre-release
Pre-release

Release v1.35.1-beta.5

What's Changed

New Features

  • feat(compass-explain-plan): adds a cancellable loader to explain
  • feat(compass-indexes): enable column store indexes for mongodb 6.3 COMPASS-6487
  • feat(databases-collections): flexi bucket opts for Timeseries
  • feat(deps): upgrade mongosh to 1.7.0
  • feat(import): Include preview rows in the listCSVFields() result COMPASS-6422
  • feat(focus-mode): enable focus mode COMPASS-6474

Bug Fixes

  • fix(import): Stop on errors when stopOnErrors is true COMPASS-6518

Full Changelog: v1.35.1-beta.3...v1.35.1-beta.5