Skip to content

Latest commit

 

History

History
56 lines (35 loc) · 3.54 KB

CHANGELOG.md

File metadata and controls

56 lines (35 loc) · 3.54 KB

0.4.7 (Next)

  • Your contribution here.

0.4.6 (12/29/2017)

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

0.4.5 (9/7/2017)

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

0.4.4 (6/4/2017)

0.4.3 (6/1/2016)

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

0.4.2 (2/9/2015)

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

0.4.1 (10/25/2015)

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

0.4.0 (10/20/2015)

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

0.3.0 (7/1/2014)

  • #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 (1/29/2013)

  • 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 (1/27/2013)

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