Database Cleaner v1.4.0 Release Notes

Release Date: 2014-12-17 // over 9 years ago
  • === 🆕 New Features/Changes

    • Support for Neo4j. (@dpisarewski)
    • Support for multiple connections on Mongoid. (@nyarly)

    === 👍 Better Performance

    • Using the deletion strategy with Mysql now only deletes those tables which have had records added to them. (@MadRabbit)
    • Add support for pre_count on Sequel with Mysql. (@vrinek)
    • Cache collection names in mongo's truncation strategy. (@nyarly)

    === 🐛 Bug Fixes

    • Fix undefined method error with DataMapper SQLite adaptor. (@lanej)
    • Fully define Mysql2 adaptor constant. (@jgonera)
    • Don't truncate schema tables in Postgres. (@billywatson)
    • Fix issue where Moped cleaner was missing collections with 'system' in their name. (@MartinNowak)