LiquiBase 1.8.1 Released
LiquiBase 1.8.1 is now available for download. It is a bug fix release that fixes several minor bugs found in 1.8.0.
As usual, if you have any questions or comments, please let us know.
Database Change Management: The Blog
Archive for the ‘Announcement’ Category.
LiquiBase 1.8.1 is now available for download. It is a bug fix release that fixes several minor bugs found in 1.8.0.
As usual, if you have any questions or comments, please let us know.
LiquiBase 1.8.0 has been released and can be downloaded from http://www.liquibase.org/download.
Major changes include:
The Maven repository will be updated over the next couple days. The Grails and IntelliJ plug-ins are available immediately.
I would also like to thank everyone who has helped with this release by submitting bug reports, feature requests, and patches. They are all greatly appreciated, so please keep them coming.
It is LiquiBase 1.0′s first birthday, but you get the gift: LiquiBase 1.7.0 is now available.
Major changes include:
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.
LiquiBase 1.6.1 has been released.
This is primarily a bug fix release, but also includes a release of the 1.6 version to the Maven (still propagating), Grails, and IntelliJ repositories.
Download LiquiBase 1.6.1 from: http://www.liquibase.org/download
The LiquiBase team is proud to announce the 1.6.0 LiquiBase Core release.
This release focuses primarily on Hibernate integration which allows you to use the diffChangeLog functionality available with the command line and Ant to automatically generate LiquiBase change sets based on new Hibernate mapping information.
This functionality is similar to what is offered with hbm2ddl, but with the added ability to control and modify the changes before they are applied. For more information, see http://www.liquibase.org/manual/hibernate
Additional functionality includes a new “tagDatabase” tag, a “primaryKeyName” attribute on the column tag, as well as many bug fixes.
NOTE: Due to a bug in the change set md5 checksum generation in pre-1.6 releases, existing md5sum information needs to be cleared out of the databasechagelog table before running 1.6 for the first time. This can be done by running “liquibase clearCheckSums” or by running “UPDATE DATABASECHANGELOG SET MD5SUM=NULL”
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.6″
xsi=”http://www.w3.org/2001/XMLSchema-instance”
schemalocation=”http://www.liquibase.org/xml/ns/dbchangelog/1.6
http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-1.6.xsd”>
LiquiBase 1.6 can be downloaded from http://www.liquibase.org/download and, as always, let us know if you have any questions or issues.
The Maven and Grails plug-ins will be updated over the next week.
LiquiBase 1.5.2 has been released.
Changes include:
The LiquiBase core library can be downloaded via http://www.liquibase.org/download.
The Maven, Grails, and IntelliJ plug-ins have been updated and can be downloaded via their respective plug-in manager.
LiquiBase Core 1.5.1 has been released along with the initial 1.5.x series Grails and IntelliJ plugins.
Changes to the core library are minor bug fixes including:
The LiquiBase core library can be downloaded, as usual, from http://www.liquibase.org/download. The Grails and IntelliJ plugins are installed via their respective plugin managers
The 1.5 Maven plugin should be released next week after further testing.
LiquiBase Core 1.5.0 is now available for download from http://www.liquibase.org/download
1.5.0 includes a major refactoring which should not affect most users except for the following items:
BREAKING CHANGES
BACKWARDS-COMPATIBLE CHANGES
ENHANCEMENTS
IMPROVED ANT TASKS
Ant support has been greatly expanded and now covers most of the functionality available in the command line application. See http://www.liquibase.org/manual/ant for more information.
NEW COMMANDS
NEW REFACTORINGS
OTHER CHANGES
Upgrading
<databasechangelog xmlns=”http://www.liquibase.org/xml/ns/dbchangelog/1.5″
xsi=”http://www.w3.org/2001/XMLSchema-instance”
schemalocation=”http://www.liquibase.org/xml/ns/dbchangelog/1.5
http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-1.5.xsd”>
Depending on feedback received from this release, the 1.5.0.0 releases of the various plug-ins (Maven, Grails, IntelliJ, Eclipse) should be released over the next few days.
As usual, be sure to let us know if you have any questions or issues.
Thanks to Peter Murray, we now have working Maven support and good documentation.
See http://www.liquibase.org/manual/maven for more information.
LiquiBase Core 1.4.1 has been released. This is primarily a bug fix release.
Upgrading is simply a matter of replacing the liquibase.jar file.
Download LiquiBase Core 1.4.1 from:
http://www.liquibase.org/download.html
The IntelliJ plug-in has also been updated to support 1.4.1. It can be installed or updated through the IntelliJ plug-in manager.
The Grails plug-in has also been updated to support 1.4.1. It is installed through the standard grails plug-in infrastructure.
As usual, let me know of any issues or suggestions you have