This repository has been archived by the owner on May 7, 2018. It is now read-only.
Notable Changes
- Official support for replicaset and cluster deployments
- Use mongodb-collection-sample which supports
$sample
available, falling back to client-side reservoir sampling - Dramatically improved documentation and test coverage
JIRA
- INT-276 Use
$sample
when available, falling back to client-side reservoir sampling - INT-378 Use
sort({$natural: -1})
for reservoir sampling - INT-393 Official support for replicaset and cluster deployments
- INT-442 Set
slaveOk=true
to allow reading from secondaries - INT-506 socket.io endpoint refactored to use existing express middleware
- INT-520
scout-server
now runs as a child process from the main Electron app so uncaught exceptions in the server will no longer cause exceptions in the Electron app