LiquiBase 1.7.0 Released
It is LiquiBase 1.0’s first birthday, but you get the gift: LiquiBase 1.7.0 is now available.
Major changes include:
- Added loadData change which allows importing of data from CSV files
- Added support for changelog parameters for more dynamic and flexible change logs
- Allow preconditions in changeSet tags to act as sanity checks during a database update
- Can export data with generateChangeLog
- Added markNextChangeSetRan command
- Added validCheckSum tag to changeSet
- Can use any refactoring tags or reference previous changeSets inside a rollback tag
- Allow custom preconditions
- RowMapper interface is now public
- Misc bug fixes
The core library can be downloaded from http://www.liquibase.org/download while the Maven, Grails, and IntelliJ plug-ins can be installed from their respective plug-in managers.
Sola:
I like the loadData change, looks very useful to me.
Keep up the good work!!!
26 June 2008, 8:08 amDavid Robison:
One useful future addition is to either have an “insert or update” option or have the ability to not fail if an insert fails. This way I could insert into the database but not fail if the record was already inserted by hand.
6 August 2008, 4:50 pm