Skip to content

Releases: mongodb-js/mongosh

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

0.2.1

31 Aug 14:21
9a0125f
Compare
Choose a tag to compare

Release notes in Jira

0.1.0

03 Aug 13:06
57433c0
Compare
Choose a tag to compare

Release notes in Jira

0.0.8

17 Jul 08:49
ca72bca
Compare
Choose a tag to compare

Release notes in Jira

0.0.7

01 Jul 10:43
b545071
Compare
Choose a tag to compare

Release notes in Jira

0.0.6

17 Jun 09:29
169e0d0
Compare
Choose a tag to compare

This release includes several fixes that could be viewed in our JIRA Project

0.0.5

05 Jun 10:00
Compare
Choose a tag to compare

TODO: Generate Release Notes

0.0.4

05 Jun 09:29
Compare
Choose a tag to compare

TODO: Generate Release Notes

v0.0.3

04 Jun 16:17
29ddcc8
Compare
Choose a tag to compare

Like 0.0.2, but with correctly published npm modules.

This release brings in several fixes:

ability to paste multiline input and scripts
fixes windows cygwin build to be bundled with the appropriate version of node (12.4.0)
fixes to using ObjectID as a string
ability to appropriately parse CLI args.

0.0.2

04 Jun 16:01
e2f757c
Compare
Choose a tag to compare

This release brings in several fixes:

  • ability to paste multiline input and scripts
  • fixes windows cygwin build to be bundled with the appropriate version of node (12.4.0)
  • fixes to using ObjectID as a string
  • ability to appropriately parse CLI args.