Skip to content

Releases: mongodb-js/compass

v0.5.0

31 Oct 00:32
Compare
Choose a tag to compare
v0.5.0 Pre-release
Pre-release

Current platform support:

OS X 10.10 only (10.8+ support soon)
Windows 7+ (64-bit only)

Bug

  • [INT-628] - Compass 0.3.1 has started hanging for a particular collection
  • [INT-702] - Token refresh fails
  • [INT-706] - "Recent Connections" shows repeated connections
  • [INT-711] - After opening second connection, the first window doesn't load data anymore
  • [INT-713] - visual bug for sub type number in array
  • [INT-730] - Discovery errant `.` in deployment discovery
  • [INT-742] - filtering via graphs broken

Improvement

  • [INT-675] - Implement "Connect" menu item
  • [INT-699] - Truncate long hostnames in instance info in sidebar
  • [INT-707] - Show percentage of documents parsed in sampling message
  • [INT-732] - change cursor to "pointer" when hovering over field name

New Feature

  • [INT-591] - Make "special" databases (local, config) visible but distinct from normal databases
  • [INT-642] - Show progress during sampling of collection
  • [INT-697] - App should run as singleton
  • [INT-724] - Bake runner start/stop into "npm run ci" on server/client/compass

Story

  • [INT-639] - Rethink the design of the connect dialog

Task

  • [INT-710] - mongodb-connection-model has full support for SSL
  • [INT-721] - Verify we're using Kerberos input fields correctly
  • [INT-731] - scout-server: allow driver errors to propagate through
  • [INT-738] - Verify electron@0.34.1
  • [INT-740] - Hide first run tour

v0.4.3

12 Oct 21:25
Compare
Choose a tag to compare
v0.4.3 Pre-release
Pre-release

Current platform support:

OS X 10.10 only (10.8+ support soon)
Windows 7+ (64-bit only)

Bug

  • [INT-653] - Don't retry connection with MONGODB-CR if username/passwd was in error
  • [INT-668] - slaveOk=true ignored in connection url

Improvement

  • [INT-362] - When filtering documents, give some indication of the size of the result set
  • [INT-586] - No information if a user connects to a server with no collections
  • [INT-657] - Enhanced DNS normalization in deployment discovery
  • [INT-662] - After connection tested, check if we can actually get a list of collections

New Feature

  • [INT-430] - Show db version currently connected to and Enterprise|Community
  • [INT-585] - Add refresh button for collection list

Task

  • [INT-598] - Make npm3 available on Compass Evergreen builders
  • [INT-693] - Install correct linux deps for CI

v0.4.2

01 Oct 23:27
Compare
Choose a tag to compare
v0.4.2 Pre-release
Pre-release

Current platform support:

OS X 10.10 only. (10.8+ support soon)
Windows 7+ (64-bit only)

Bug

  • [INT-663] - Connect dialog box comes up wrong size on non-retina displays

v0.4.1

30 Sep 15:46
Compare
Choose a tag to compare
v0.4.1 Pre-release
Pre-release

Current platform support:

OS X 10.10 only. (10.8+ support soon)
Windows 7+ (64-bit only)

Bug

  • [INT-644] - 2.6.x Auth, "Fatal Error: no such cmd: saslStart"
  • [INT-647] - "Filter collections" control nonfunctional
  • [INT-648] - Race condition fetching connection details
  • [INT-652] - Connection test not receiving model values

Improvement

  • [INT-646] - Handle not authorized case when discovering cluster

v0.4.0

27 Sep 02:32
Compare
Choose a tag to compare
v0.4.0 Pre-release
Pre-release

Current platform support:

OS X 10.10 only. (10.8+ support soon)
Windows 7+ (64-bit only)

New Features

  • Authentication:
    • SCRAM-SHA-1
    • MONGODB-CR
  • Replicaset support
  • Sharding support
  • INT-276 Use fast server-side collection sampling when present in MongoDB 3.1.6+

Bug Fixes

v0.3.1

10 Sep 15:25
Compare
Choose a tag to compare
v0.3.1 Pre-release
Pre-release

Current platform support:

  • OS X 10.10 only. (10.8+ support soon)
  • Windows 7+ (64-bit only)

New Features

Bug Fixes

v0.3.0

24 Aug 21:09
Compare
Choose a tag to compare
v0.3.0 Pre-release
Pre-release

New Features

The query builder now supports click-drag selection of multiple values, and also updates the selections on minicharts to reflect manual query modifications.

DX

Notice: The OS X build only works on OS X 10.10 presently.

v0.2.3

12 Aug 13:53
Compare
Choose a tag to compare
v0.2.3 Pre-release
Pre-release

New Features

Bug Fixes

DX

v0.2.2

17 Jul 03:21
Compare
Choose a tag to compare
v0.2.2 Pre-release
Pre-release

Release Notes - Version 0.2.2

Found a bug? Have questions or ideas? Create a new JIRA ticket in the Integrations project.

Bug

  • [INT-355] - Diagnose "slowness" Andrew encountered when opening document viewer
  • [INT-369] - Connect dialogue succeeds even if no mongod running
  • [INT-388] - Close app if all windows are closed
  • [INT-394] - Types no longer sorted
  • [INT-395] - Doc Viewer: Array numbers missing for subdocuments
  • [INT-396] - Doc Viewer: padding for nested documents too small
  • [INT-397] - Nested arrays key label disappeared
  • [INT-398] - Undefined incorrect for collections with 1 (few?) documents
  • [INT-399] - Doc View style has changed during INT-355 refactoring
  • [INT-403] - Update "sample of" text to indicate exact match when query is sufficiently specific
  • [INT-404] - Way too many event listeners not being cleared
  • [INT-412] - Remove "filtering fields" control from sidebar
  • [INT-414] - Refine query does not reset when switching collections. Again.

Improvement

  • [INT-155] - Scout should indicate that a collection is empty
  • [INT-368] - Connection dialog does not go away when you click connect
  • [INT-378] - use {$natural: -1} sort order for sampling
  • [INT-401] - Connection panel: ability to delete connections

New Feature

  • [INT-356] - Truncate long values in tooltips and possibly in the document viewer

Task

  • [INT-350] - Background image for DMG

screen shot 2015-07-16 at 11 16 34 pm

Notice: The OS X build only works on OS X 10.10 presently.

v0.2.1

13 Jul 20:08
Compare
Choose a tag to compare
v0.2.1 Pre-release
Pre-release

Changes since v0.2.0 include

INT-391 Indexes text gets cut-off
INT-387 Reset refine query to {} when changing collections
INT-382 Use mongodb-language-model instead of JSON for query validation
INT-380 No way to clear the filter once a query has been entered
INT-376 Nested docs in doc viewer should not have a grey border at the bottom
INT-371 "This report is based on N documents" should be dynamic, not hardcoded
INT-357 Possibility to re-open the connection window after it was closed
INT-354 "Filter Fields" not working at all anymore
INT-353 field probabilities incorrect after refining query
INT-110 Scout logo

Found a bug? Have questions or ideas? Create a new JIRA ticket in the Integrations project.

  • If the app state gets wacky, CMD+R to reload
  • If that doesn't work, select View -> Toggle Developer Tools from the OS menu and CMD+R to reload
  • Pretty please, don't use with production deployments or redistribute

screen shot 2015-07-13 at 4 08 22 pm