- Your contribution here.
- #20: Added compatibility with Mongoid 7, 8, 9 - @dblock.
- Migrated CI from Travis CI to GitHub Actions - @dblock.
- #13: Support masking sensitive values with
to_s(mask_sensitive: true)- @dblock. - #14: Refactored arg definitions into
argandoption- @dblock.
- #9: Remove example and spec alleging that
--collectioncan be specified multiple times - @joeyAghion.
- #8: Support repeatable parameters; add
excludeCollectionandexcludeCollectionsWithPrefixtomongodump- @joeyAghion.
- #7: Added support for
mongoimportandmongoexport- @hoang1417.
- #3: Added Mongoid 4.x support - @pawelniewie, @dblock.
- #2: Added support for
--noIndexRestoretoMongoid::Shell::Commands::Mongorestore- @macreery. - #1: Enforced compatibility with Mongoid 3.x only - @macreery.
- Fix: the
mongorestorecommand requires a primary node in a replica set - @dblock. - Added Rubocop, Ruby style linter - @dblock.
- Upgraded to RSpec 3.x expectation syntax - @dblock.
- Added
Mongoid::Shell::Commands::Mongothat generates a command line which connects to the session's primary node - @dblock. - Added
Mongoid::Shell::Commands::Mongostatthat generates a command line formongostat- @dblock. - Added
Mongoid::Shell::Commands::Mongorestorethat generates a command line formongorestore- @dblock. - A
Mongoid::Shell::Errors::SessionNotConnectedErrorerror will be raised when a session is not connected - @dblock. - Added support for
--out,--dbpath,--directoryperdb,--journal,--oplog,--repair,--forceTableScan,--dbpath,--ipv6toMongoid::Shell::Commands::Mongodump- @dblock. - Added support for
--nodb,--norc,--quietand--ipv6toMongoid::Shell::Commands::Mongo- @dblock. - It's now possible to override built-in
db,username,password,hostandprimary- @dblock.
- Initial public release with support for
mongodump- @dblock.