LiquiBase Core 1.4.0 Released
LiquiBase 1.4.0 has been released. Major features include:
- IntelliJ Plug-in Support
- Added support for specifying schemas in change log
- MaxDB/SAPDB Support
- Refactored Code
- Can specify data types as java.sql.Types.*
- Support for composite foreign keys
- Improved Maven support
- Bug Fixes
Upgrading is simply a matter of replacing the liquibase.jar file. To take advantage of newer change log features, change your XSD declaration to:
<databasechangelog xmlns=”http://www.liquibase.org/xml/ns/dbchangelog/1.4″;
xsi=”http://www.w3.org/2001/XMLSchema-instance”;
schemalocation=”http://www.liquibase.org/xml/ns/dbchangelog/1.4
http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-1.4.xsd”;>
Download LiquiBase 1.4 from:
Olivier A:
Has LiquiBase’s documentation been updated accordingly? I would be interested by links to the corresponding articles as they used to be in previous announcements, especially for the new feature “support for specifying schemas in change log”.
21 November 2007, 8:31 amNathan Voxland:
I do try to make sure the documentation has been updated with each release.
In the case of the scheama feature, I double checked and must have missed adding documentation for that. I will try to get it updated today. Basically there is now a “schemaName” attribute on each change tag for specifying the schema to work in.
21 November 2007, 3:07 pm