Skip to content

Releases: mongodb-js/compass

1.29.5-beta.8

22 Nov 14:50
Compare
Choose a tag to compare

Changes from v1.29.5-beta.7:

Features

  • connections: Sort favorites alphabetically, sort recents by date (#2596)

Bug Fixes

  • mongodb-compass: Do not reference browser window in onClose(d) event listener (#2604)

You can see the full list of commits here:
v1.29.5-beta.7...v1.29.5-beta.8

1.29.5-beta.11

23 Nov 16:24
Compare
Choose a tag to compare

Changes from v1.29.5-beta.10:

Bug Fixes

  • hadron-build: Check if evergreen channels are matching the expectation before uploading the release (#2607)

You can see the full list of commits here:
v1.29.5-beta.10...v1.29.5-beta.11

1.29.5-beta.7

21 Nov 20:21
Compare
Choose a tag to compare

Release v1.29.5-beta.7

What's Changed

  • chore: enable telemetry reporting COMPASS-5225
  • fix(menu): Fix collection menu not showing COMPASS-5290
  • refactor(app-stores): Decouple sidebar, databases/collections, and collection stats from instance refresh and use single source for coll stats COMPASS-5266
  • Don't await the countDocuments() promise COMPASS-5279
  • feat(connect-form): adds advanced options dropdown
  • fix(compass-crud): Use separate sessions for all operations in compass-crud COMPASS-5299
  • fix: tlsCertificateFile being ignored COMPASS-5298

Full Changelog: v1.29.4...v1.29.5-beta.7

1.29.5-beta.5

17 Nov 17:54
Compare
Choose a tag to compare

You can see the full list of changes since last GA release here:
https://github.com/mongodb-js/compass/compare/v1.29.4..v1.29.5-beta.5

This beta has a fix for viewing documents on Atlas serverless (#2593)

1.29.5-beta.4

16 Nov 17:45
Compare
Choose a tag to compare

You can see the full list of changes since last GA release here:
https://github.com/mongodb-js/compass/compare/v1.29.4..v1.29.5-beta.4

1.29.4

12 Nov 18:51
Compare
Choose a tag to compare

Notable Changes:

Full list of changes: https://jira.mongodb.org/secure/ReleaseNote.jspa?projectId=13182&version=32383

1.29.1-beta.0

10 Nov 15:09
Compare
Choose a tag to compare

Release v1.29.1-beta.0

Fixes connections to sharded clusters > v5.0.3

1.29.0-beta.6

29 Oct 08:13
Compare
Choose a tag to compare

You can see the full list of changes since last GA release here:
v1.28.4...v1.29.0-beta.6

1.28.4

30 Aug 09:43
Compare
Choose a tag to compare

Changes from v1.28.1:

Features

  • monorepo: Add a script to quickly create a new workspace from the template (#2415)
  • compass-e2e-tests: Add basic end-to-end tests (COMPASS-4992, #2397)
  • compass-sidebar: Use logo in collapsed sidebar (#2404)
  • @mongodb-js/compass-query-bar: Add prop to toggle visibility of sorts square bracket placeholders (CLOUDP-97063, #2388)
  • depalign: Add an autofix option to depalign script and fix deduped warnings (COMPASS-4776, #2373)
  • compass-aggregations: Make top area preview resizeable (#2350)
  • Bump driver to 4.1.0/mongosh to 1.0.4 (COMPASS-4898, #2383)
  • @mongodb-js/compass-query-bar: Add props to toggle visibility of "query history" and "export to language" buttons (CLOUDP-96456, #2374)
  • mongodb-compass: Generate package lock for Compass before packaging (COMPASS-4963, #2369)
  • monorepo: Allow to print changelog since arbitrary tags (#2351)
  • @mongodb-js/compass-connect: Do not override appname if provided by the user (COMPASS-4901, #2346)

Bug Fixes

  • @mongodb-js/compass-schema-validation: Pass full namespace to updateCollection instead of passing collMod option (#2426)
  • Dedupe all leafygreen components across Compass plugins (#2424)
  • Use minBy and maxBy when passing a function as second parameter (COMPASS-5027, #2416)
  • compass-e2e-tests: Dismiss tour modal when displayed before running tests (#2419)
  • Fix non-ascii character support when importing data from a csv (COMPASS-4987, #2414)
  • Filter out {} stages from the view pipeline (COMPASS-4977, #2408)
  • mongodb-data-service: Add @types/debug to the package
  • Correctly detect geo filters to be merged (#2407)
  • Manually resolve tsconfig with process.cwd to workaround weird cygwin issue in Evergreen (#2403)
  • Mark new package as public
  • ci: Lock npm version to the one that works as expected (#2390)
  • scripts: Set exit code 1 when script failed with error
  • compass-crud: Text area height and field width with large 1 line strings (COMPASS-4988, #2381)
  • compass-shell: Style scrollbar to increase contrast (COMPASS-4985, #2378)
  • compass-serverstats: Styling content height fix (#2375, #2376)
  • compass-metrics: Telemetry for export to language is missing (COMPASS-4379, #2360)
  • ci: Check that package.json that we found contains at least the minimal amount of required keys (#2362)
  • ci: Switch compilation scripts in packages from prepare to prepublishOnly (#2356)
  • compass-connect,connection-model: Support all Kerberos options (COMPASS-4529, #2335)
  • deps: Bump kerberos to 1.1.6 (COMPASS-4961, #2359)
  • Don't throw an exception if save recent goes out of sync (#2336)
  • mongodb-explain-compat: Do not aggregate execution times (COMPASS-4951, #2353)

You can see the full list of commits here:
v1.28.1...v1.28.4

1.28.1

13 Jul 12:40
Compare
Choose a tag to compare

Changes from v1.27.1:

Features

  • Node.js driver with loadbalanced connections (COMPASS-4898, #2339)
  • databases-collections: Add granularity field to create collection (COMPASS-4895, #2328)
  • Support load balancer connections (COMPASS-4898, #2326)
  • compass-shell: Remove “beta” from mongosh header (#2327)
  • @mongodb-js/compass-schema-validation: Do not allow to edit validation for time-series collection (COMPASS-4780, #2310)

Bug Fixes

  • Treat 304 as an ok response when downloading fonts (#2345)
  • Build re-compile driver (COMPASS-4939, #2341)
  • Remove duplicated authSource from url (COMPASS-4940, #2342)
  • compass-shell: Show mongosh version in help panel, increase panel height, update text (COMPASS-4844, #2333)
  • databases-collections: Disable capped or time-series collection checkboxes when another is enabled (COMPASS-4890, #2332)
  • Null values with geo query from schema (COMPASS-4933)
  • databases-collections: Hide drop-collection button in compass read-only (COMPASS-4891, #2331)
  • deps: Bump mongodb-extended-json to 1.11.1 (#2325)
  • monorepo: Move release scripts back to compass package (#2164)

You can see the full list of commits here:
v1.27.1...v1.28.1