Skip to content

Releases: mongodb-js/compass

1.43.2-beta.6

25 Jun 14:19
Compare
Choose a tag to compare
1.43.2-beta.6 Pre-release
Pre-release

Release v1.43.2-beta.6

What's Changed

Bug Fixes

  • fix(oidc, atlas-service): use system ca certs in atlas reqs and OIDC COMPASS-7950
  • fix(collection): hide edit view button in readonly mode COMPASS-7688
  • fix(editor): update line numbers to not be selectable COMPASS-7941

Full Changelog: v1.43.2-beta.4...v1.43.2-beta.6

1.43.2-beta.4

17 Jun 21:33
Compare
Choose a tag to compare
1.43.2-beta.4 Pre-release
Pre-release

Release v1.43.2-beta.4

What's Changed

New Features

  • feat(query-bar): expand options when applied from query history with options
  • feat(generative-ai): add popover on empty content generated COMPASS-7837
  • feat(compass): add confirmation dialog when quitting compass COMPASS-6435

Bug Fixes

  • fix(query-history, aggregations): regex and number long query history fix COMPASS-7215, COMPASS-7008
  • fix(crud): keep listeners for insert document validity on document view COMPASS-3246
  • fix(databases-collections-list): hide inaccurate collection stats for timeseries COMPASS-6712
  • fix: small issue with sidebar tabbing
  • fix: remove 'Preview' label from OIDC COMPASS-7666
  • fix(ci): add missing newline

Full Changelog: v1.43.1...v1.43.2-beta.4

1.43.1

12 Jun 13:57
Compare
Choose a tag to compare

What's Changed

New Features

  • feat(editor, query-bar): add disabled state for code mirror editor, use while generative ai fetching COMPASS-7902
  • feat(compass): update close window hotkey to be cmd+shift+w to avoid conflict with close tab cmd+w COMPASS-7301
  • feat(settings): enable sample documents setting COMPASS-7931
  • feat(generative-ai): update generative ai input to be resizable text area COMPASS-7940

Bug Fixes

  • fix(auto-updates): only show toast when user updates
  • fix(connection-form): fix base64 regular expression COMPASS-7541
  • fix(compass): update toasts copy and button style
  • fix(components): overflow-wrap error messages
  • fix(databases-collections): fixes the visible "Create collection" button despite Compass being in readonly mode
  • fix: remove hackolade COMPASS-7974
  • fix(compass-sidebar): ensure connection gets saved as favorite from old sidebar COMPASS-7980
  • fix(index card explain plan): long index names COMPASS-7016

Full Changelog: v1.43.0...v1.43.1

1.43.1-beta.9

11 Jun 16:38
Compare
Choose a tag to compare
1.43.1-beta.9 Pre-release
Pre-release

What's Changed

New Features

  • feat(generative-ai): update generative ai input to be resizable text area COMPASS-7940

Bug Fixes

  • fix(compass-sidebar): ensure connection gets saved as favorite from old sidebar COMPASS-7980
  • fix(explain-plan): long index name overflow COMPASS-7016

Full Changelog: v1.43.1-beta.8...v1.43.1-beta.9

1.43.1-beta.8

06 Jun 08:56
Compare
Choose a tag to compare
1.43.1-beta.8 Pre-release
Pre-release

What's Changed

New Features

  • feat(settings): enable sample documents setting COMPASS-7931

Bug Fixes

  • fix(databases-collections): fixes the visible "Create collection" button despite Compass being in readonly mode
  • fix: remove hackolade COMPASS-7974
  • fix: correct mac icons

Full Changelog: v1.43.1-beta.2...v1.43.1-beta.8

1.43.1-beta.2

22 May 17:48
Compare
Choose a tag to compare
1.43.1-beta.2 Pre-release
Pre-release

Release v1.43.1-beta.2

What's Changed

New Features

  • feat(editor, query-bar): add disabled state for code mirror editor, use while generative ai fetching COMPASS-7902
  • feat(compass): update close window hotkey to be cmd+shift+w to avoid conflict with close tab cmd+w COMPASS-7301

Bug Fixes

  • fix(auto-updates): only show toast when user updates
  • fix(connection-form): fix base64 regular expression COMPASS-7541
  • fix(compass): update toasts copy and button style
  • fix(components): overflow-wrap error messages

Full Changelog: v1.43.0...v1.43.1-beta.2

1.43.0

02 May 13:07
Compare
Choose a tag to compare

Release v1.43.0

What's Changed

New Features

  • feat(query-bar): allow to specify hints COMPASS-7829
  • feat(connections): show a nice error message when connecting to Stream Processing COMPASS-7809
  • feat(compass-aggregations): warn users when generated aggregation contains a write operation COMPASS-7298
  • feat(auto-updates): add support to notify users for an update on linux/msi COMPASS-7686
  • feat(generative-ai): add gradient while a generate request is in progress COMPASS-7836
  • feat(import): include the error count in the import toast COMPASS-7826
  • feat: remove the GenAI "Preview" badge COMPASS-7890
  • feat: disable the query bar controls while GenAI is running COMPASS-7839

Bug Fixes

  • fix(components): make sure that confirmation modal always asks for confirmation input COMPASS-7613
  • feat!(deps): bump Electron to 29 COMPASS-7868
  • fix(generative-ai): parse AI response correctly COMPASS-7780
  • fix(compass-connections): fixes CPU hikes because of bad useEffect dependency

Full Changelog: v1.42.5...v1.43.0

1.42.6-beta.5

01 May 17:14
Compare
Choose a tag to compare
1.42.6-beta.5 Pre-release
Pre-release

Release v1.42.6-beta.5

What's Changed

New Features

  • feat(generative-ai): add gradient while a generate request is in progress COMPASS-7836
  • feat(import): include the error count in the import toast COMPASS-7826
  • feat: remove the Preview badge COMPASS-7890
  • feat: disable the query bar controls while GenAI is running COMPASS-7839

Full Changelog: v1.42.6-beta.4...v1.42.6-beta.5

1.42.6-beta.4

29 Apr 14:28
Compare
Choose a tag to compare
1.42.6-beta.4 Pre-release
Pre-release

Release v1.42.6-beta.4

What's Changed

New Features

  • feat(connections): nice error message when connecting to Stream Processing COMPASS-7809
  • feat(compass-aggregations): warn users when generated aggregation contains a write operation COMPASS-7298
  • feat(auto-updates): add support to notify users for an update on linux/msi COMPASS-7686

Bug Fixes

  • fix(generative-ai): parse ai response correctly COMPASS-7780
  • fix(compass-connections): fixes CPU hikes because of bad useEffect dependency

Full Changelog: v1.42.6-beta.2...v1.42.6-beta.4

1.42.6-beta.2

18 Apr 01:12
Compare
Choose a tag to compare
1.42.6-beta.2 Pre-release
Pre-release

What's Changed

New Features

  • feat(generative-ai): add passing of sample documents with setting COMPASS-7758
  • feat(query-bar): allow to specify hints COMPASS-7829

Bug Fixes

  • fix(components): make sure that confirmation modal always asks for confirmation input COMPASS-7613
  • feat!(deps): bump electron to 29 COMPASS-7868

Full Changelog: v1.42.5...v1.42.6-beta.2