New ragtime version 0.3.3. ChangeLog for fix on applied-migration-ids ordering

This commit is contained in:
Fernando Dobladez 2013-07-05 16:56:01 -03:00
parent 0179bbc046
commit 080c17f175
2 changed files with 8 additions and 2 deletions

View file

@ -16,7 +16,7 @@ Erik Bakstad contributed most of this work.
MongoDB Java driver dependency has been [updated to 2.11.2](https://github.com/mongodb/mongo-java-driver/wiki/Release-Notes).
## monger.core/drop-db
### monger.core/drop-db
`monger.core/drop-db` is a new function that drops a database by name.
@ -36,6 +36,12 @@ implementation that can use any database:
(comment "This cache instance will use the altcache DB"))
```
### Ragtime changes
Bug fix: `monger.ragtime/applied-migration-ids` now returns a vector (instead of a set) in order to preserve the original creation order of the migrations.
Ragtime dependency has been updated to 0.3.3.
## Changes between 1.4.0 and 1.5.0

View file

@ -7,7 +7,7 @@
[org.mongodb/mongo-java-driver "2.11.2"]
[com.novemberain/validateur "1.4.0"]
[clojurewerkz/support "0.15.0"]
[ragtime/ragtime.core "0.3.2"]]
[ragtime/ragtime.core "0.3.3"]]
:test-selectors {:default (fn [m]
(and (not (:performance m))
(not (:edge-features m))