Skip to content

Releases: liquibase/liquibase-hibernate

liquibase-hibernate5 version 3.7

03 May 13:47
Compare
Choose a tag to compare
  • Support for Liquibase 3.6.x
  • Support for Bean validation annotation
  • Better handling of indexes and constraints
  • Better handling of physicalNamingStrategy
  • Support for using sequence start values

liquibase-hibernate5 version 3.6

24 Oct 19:31
Compare
Choose a tag to compare

First release of Liquibase-Hibernate integration to support Hibernate 5.x

Note: If you are using hibernate 4, you must use the liquibase-hibernate4 jar.

Changes in liquibase-hibernate5 v3.6

  • Support for Hibernate 5.x
  • Support for Liquibase 3.5.3
  • Use unique consraint name from hibernate model
  • Pass properties from hibernate connection url to hibernate config
  • Check column definition for default values

liquibase-hibernate4 version 3.6

24 Oct 19:27
Compare
Choose a tag to compare
  • Support for Liquibase 3.5.3
  • Use unique consraint name from hibernate model
  • Pass properties from hibernate connection url to hibernate config
  • Check column definition for default values

liquibase-hibernate4.2 version 3.5

08 Jan 17:27
Compare
Choose a tag to compare

If using Hibernate 4.3+ use liquibase-hibernate4. This version handles Hibernate API differences in versions 4.0 through 4.2.

  • Support for Liquibase 3.3.2
  • Envers tables now generated
  • Improved detection of types and auto increment for Postgres.
  • Max unique constraint length no longer ignored
  • Other bug fixes

liquibase-hibernate4 version 3.5

08 Jan 17:25
Compare
Choose a tag to compare
  • Support for Liquibase 3.3.2
  • Envers tables now generated
  • Improved detection of types and auto increment for Postgres.
  • Max unique constraint length no longer ignored
  • Other bug fixes

liquibase-hibernate4.2 version 3.4

02 Jun 17:32
Compare
Choose a tag to compare

Corresponds to liquibase-hibernate4 version 3.4 but Hibernate 3.x compatible

liquibase-hibernate4 version 3.4

02 Jun 17:37
Compare
Choose a tag to compare
  • Support for Liquibase 3.2.0
  • Bugfixes related to comparing existing database with hibernate model
  • Support enhanced id generation
  • Support for @embeddable tables
  • Support for @TableGenerator
  • Improved handling of auto-increment information
  • Other Bugfixes

NOTE: This build is compatible with Hibernate 4.3+. For earlier releases, use the hibernate3 or hibernate4.2 builds.

liquibase-hibernate3 version 3.4

02 Jun 17:32
Compare
Choose a tag to compare

Corresponds to liquibase-hibernate4 version 3.4 but Hibernate 3.x compatible

liquibase-hibernate4.2 version 3.3

13 Feb 20:59
Compare
Choose a tag to compare

Support for Liquibase 3.1.1 plus bugfixes.

Separated support for Hibernate 4.0 through 4.2 from the standard liquibase-hibernate4 module because of hibernate incompatibilities.

liquibase-hibernate4 version 3.3

13 Feb 21:00
Compare
Choose a tag to compare

Major changes:

  • Support for Liquibase 3.1.1
  • Support for Hibernate 4.3+
  • Support for compound primary keys
  • Improved support for detecting auto-increment columns

NOTE: Due to changes in the Hibernate API, support for hibernate 4.0 through 4.2 has been moved to a separate liquibase-hibernate-4.2 jar.