Releases: TylerBrock/mongo-hacker
Releases · TylerBrock/mongo-hacker
Mongo Hacker v0.1.1
MongoDB Shell Enhancements for Hackers
- Fix #208: Change Stream cursor methods isExhausted(), hasNext() broken
For install options see Mongo Hacker Installation.
mongo
shell reference:
Mongo Hacker v0.1.0
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 getslowms
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:
Mongo Hacker v0.0.16
- Updated the code to work in older mongo shells (@vaelen)
- Adding support for view to show (@jmatth)
- Changing column print to work better with views and errors (@jmatth)
- Adding automationNotice support to show (@jmatth)
- Simplifying show by wrapping built in function (@jmatth)
- Updated the ps command to be much more powerful (@vaelen)
- Added appName field (@vaelen)
- Make setVerboseShell command use config parameter (@lebedev)
- Added section to README.md file for install from source (@quirinux)
- Remove extra parenthesis from UUID formatting (@salty-horse)
- Fixed #182: "The 'cursor' option is required" (@wolph)
Mongo Hacker v0.0.15
Mongo Hacker v0.0.14
Mongo Hacker v0.0.13
Mongo Hacker v0.0.12
Mongo Hacker v0.0.11
Mongo Hacker v0.0.10
- Added
<database>.getIndexes()
Mongo Hacker v0.0.9
- Bugfix for colors polluting edit mode (@stennie)