Skip to content

Releases: mongodb-js/mongosh

0.7.0

01 Feb 17:47
07adf13
Compare
Choose a tag to compare

Release notes in Jira

0.6.1

30 Nov 14:04
b8db879
Compare
Choose a tag to compare

Release notes in Jira

0.5.2

11 Nov 14:56
Compare
Choose a tag to compare

Release notes in Jira

0.5.1

11 Nov 10:41
Compare
Choose a tag to compare

Release notes in Jira

0.5.0

12 Oct 11:37
3b9b52c
Compare
Choose a tag to compare

Release notes in Jira

0.4.2

01 Oct 09:17
Compare
Choose a tag to compare

Release notes in Jira

0.4.1

30 Sep 12:49
Compare
Choose a tag to compare

Release notes in Jira

0.4.0

15 Sep 11:36
1118e63
Compare
Choose a tag to compare

API Updates

  • Support for db.mapReduce() and db.validate()
  • Support for maxAwaitTimeMS for cursors

Release notes in Jira

0.3.1

14 Sep 20:09
8cadb8e
Compare
Choose a tag to compare

API Updates

  • Added a few more methods to Cursor .
  • Added support for query PlanCache methods.
  • Added support error helper methods.
  • Added support for show users, show profile, show logs, show log[name] .
  • [Breaking change comparing with mongo] Consistently throw when result of command has ok: 0.
    The old shell and the driver have a behavior that is not consistent from one command to another. We decided to standardize the user-facing behavior here. Whenever a shell helper issues a db command that results in {ok: 0} the shell will throw an error. Running the raw command, however, will not throw and will just print whatever the server returns.

Bug Fixes

This release also builds an rpm artifact which can be downloaded from the downloads centre or from the attached assets to this release. It can then be installed on redhat-like distros with:

rpm --install /path/to/rpm/artifact

Release notes in Jira

0.2.2

31 Aug 15:54
4e188a4
Compare
Choose a tag to compare

API Updates

  • Admin commands such as db.killOp() and db.currentOp(). More detail in: MONGOSH-307.
  • Free monitoring commands such as db.enableFreeMonitoring(). More detail in: MONGOSH-300.
  • Logging and profiling helper method implementations (e.g. db.setLogLevel(), db.getProfilingLevel()). More detail in: MONGOSH-299.
  • Raw command execution methods helpers (e.g. db.listCommands()). More detail in: MONGOSH-301.
  • Server stats commands such as db.serverBuildInfo() and db.serverStatus(). More detail in: MONGOSH-304.
  • Bulk API support. Details in: MONGOSH-296

Bug Fixes

  • db.getCollection.help()
  • Proper credentials redact in logging and history.

This release also builds a Debian Artifact, which can be download and installed as follows:

dpkg --install /path/to/deb/artifact

Release notes in Jira