Skip to content

Latest commit

 

History

History
58 lines (37 loc) · 3.78 KB

File metadata and controls

58 lines (37 loc) · 3.78 KB

0.5.0 (Next)

  • Your contribution here.
  • #20: Added compatibility with Mongoid 7, 8, 9 - @dblock.
  • Migrated CI from Travis CI to GitHub Actions - @dblock.

0.4.6 (2017/12/29)

  • #16: Add --ssl and --authenticationDatabase support to all commands - @cavvia.

0.4.5 (2017/09/07)

  • #13: Support masking sensitive values with to_s(mask_sensitive: true) - @dblock.
  • #14: Refactored arg definitions into arg and option - @dblock.

0.4.4 (2017/06/04)

0.4.3 (2016/06/01)

  • #9: Remove example and spec alleging that --collection can be specified multiple times - @joeyAghion.

0.4.2 (2015/02/09)

  • #8: Support repeatable parameters; add excludeCollection and excludeCollectionsWithPrefix to mongodump - @joeyAghion.

0.4.1 (2015/10/25)

  • #7: Added support for mongoimport and mongoexport - @hoang1417.

0.4.0 (2015/10/20)

  • #6: Compatibility with Mongoid 5.x - @dblock.

0.3.0 (2014/07/01)

  • #3: Added Mongoid 4.x support - @pawelniewie, @dblock.
  • #2: Added support for --noIndexRestore to Mongoid::Shell::Commands::Mongorestore - @macreery.
  • #1: Enforced compatibility with Mongoid 3.x only - @macreery.
  • Fix: the mongorestore command requires a primary node in a replica set - @dblock.
  • Added Rubocop, Ruby style linter - @dblock.
  • Upgraded to RSpec 3.x expectation syntax - @dblock.

0.2.0 (2013/01/29)

  • Added Mongoid::Shell::Commands::Mongo that generates a command line which connects to the session's primary node - @dblock.
  • Added Mongoid::Shell::Commands::Mongostat that generates a command line for mongostat - @dblock.
  • Added Mongoid::Shell::Commands::Mongorestore that generates a command line for mongorestore - @dblock.
  • A Mongoid::Shell::Errors::SessionNotConnectedError error will be raised when a session is not connected - @dblock.
  • Added support for --out, --dbpath, --directoryperdb, --journal, --oplog, --repair, --forceTableScan, --dbpath, --ipv6 to Mongoid::Shell::Commands::Mongodump - @dblock.
  • Added support for --nodb, --norc, --quiet and --ipv6 to Mongoid::Shell::Commands::Mongo - @dblock.
  • It's now possible to override built-in db, username, password, host and primary - @dblock.

0.1.0 (2013/01/27)

  • Initial public release with support for mongodump - @dblock.