Skip to content

Mongo Hacker v0.1.0

Compare
Choose a tag to compare
@stennie stennie released this 28 Aug 20:04
· 6 commits to master since this release

MongoDB Shell Enhancements for Hackers

  • Fix #161: TypeError: this._db._initExtraInfo is not a function
  • Fix #199: Edit function has ASCII color codes
  • Fix #114: additional setting to turn off colorization
  • Fix #195: profile command failing on .find() operation
  • Fix #196: filter is not a function
  • Fix #193: avoid calling profile command to get slowms on 4.0+ as this may block with pending transactions
  • Remove sharding customisations: these have diverged too far from the upstream source.
  • Handle exceptions for GLE (not supported in 4.0+ transactions)
  • Improved manual install:
    • Change default "make install" target to copy to ~/.mongorc.js
    • Backup ~/.mongorc.js using current unixtime in filename
    • Add "make develop" target to symlink to ~/.mongorc.js
  • Add notice for EOL shell/server versions
  • Refer to document(s) instead of record(s) and pluralise appropriately
  • Add support disclaimer and link to new CHANGELOG.md
  • Add GitHub issue & PR templates

For install options see Mongo Hacker Installation.

mongo shell reference: