Skip to content

Releases: ebean-orm/ebean-migration

13.7.0

09 Feb 20:29

Choose a tag to compare

What's Changed

  • Switching to logical lock for DB2 by @rPraml in #119
  • Fix NPE at MigrationConfig.load() when properties passed is null by @rbygrave in #120

Full Changelog: ebean-migration-13.6.2...ebean-migration-13.7.0

12.16.3

02 Feb 04:11

Choose a tag to compare

Full Changelog: ebean-migration-12.16.2...ebean-migration-12.16.3

#118 - Fix NPE in MigrationConfig.getProperty(MigrationConfig.java:505)

13.6.2

07 Sep 05:09

Choose a tag to compare

#116 - Race condition when creating db_migration table - Postgres can't continue - PSQLException: ERROR: current transaction is aborted

13.6.1

23 Aug 02:56

Choose a tag to compare

#113 - Replace slf4j-api with java platform logger (System.Logger)

13.6.0

23 Aug 02:57

Choose a tag to compare

#112 - Bump avaje classpath-scanner to 7.1 (it uses System.Logger)

13.0.0

31 Mar 00:58

Choose a tag to compare

#111 - Bump to Java 11

12.16.2

30 Mar 08:41

Choose a tag to compare

#110 - Improve error when using module-path and there is a missing "opens dbmigration;'" clause
#109 - Improvements for migration table locking

12.16.1

25 Mar 04:42

Choose a tag to compare

Issues:

#108 - Concurrent run of DB Migrations with MySql and MariaDB fails (need to use named locks)

12.15.2

25 Mar 04:42

Choose a tag to compare

Backport fix - Concurrent run of DB Migrations with MySql and MariaDB fails (need to use named locks) #108

12.16.0

01 Mar 23:15

Choose a tag to compare

#102 - Support "basePlatform" (e.g. support both db2 and db2luw) - Was, Problems with auto-detection of migration scripts
#105 - Bump ebean-ddl-runner to 1.3