Skip to content
This repository has been archived by the owner on May 7, 2018. It is now read-only.

v0.1.0

Latest
Compare
Choose a tag to compare
@imlucas imlucas released this 09 Sep 15:58
· 373 commits to master since this release

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