Database Cleaner v1.5.0 is out!
There were a couple of enhancements:
-
Use
ensure
within thecleaning
method (https://github.com/DatabaseCleaner/database_cleaner/pull/311 by @cema-sp) -
Restored
mysql2
+jruby
support (https://github.com/DatabaseCleaner/database_cleaner/pull/333 by ahorek) -
Added required ruby version to gemspec (https://github.com/DatabaseCleaner/database_cleaner/pull/334 by garethrees)
-
Added support for Mongoid 5.0 and Mongo Ruby Driver 2.0 (https://github.com/DatabaseCleaner/database_cleaner/pull/367 by jprincipe)
-
Added support for additional Neo4j::Session.open options (https://github.com/DatabaseCleaner/database_cleaner/pull/363 by brienw)
-
And a bunch of code style and README improvements…
And these fixes:
-
Fixed truncation for MongoDB 3 (https://github.com/DatabaseCleaner/database_cleaner/pull/343 by andreale)
-
Fixed YAML error when building gem (https://github.com/DatabaseCleaner/database_cleaner/pull/346 by joshnesbitt)
-
Fixed deletion strategy for JDBC MySQL adapter(https://github.com/DatabaseCleaner/database_cleaner/pull/352 by DanElbert)
-
Fixed open transactions for multiple connections (https://github.com/DatabaseCleaner/database_cleaner/pull/364 by claptimes5)
Thank you for all your contributions!