Skip to content

Releases: ebean-orm/ebean-migration

14.1.0

25 Jun 23:35
Compare
Choose a tag to compare

Changes

  • Change fastMode to default to true #156

Full Changelog: 14.0.0...14.1.0

14.0.0

03 Mar 04:44
Compare
Choose a tag to compare

No change from 13.12.0 but release this to align version numbers for 14.x.

Full Changelog: 13.12.0...14.0.0

13.12.0

03 Mar 04:15
Compare
Choose a tag to compare

What's Changed

  • Introduce MigrationContext to be prepared for JDBC migration refactor by @rPraml in #152
  • Shut down datasources in tests by @rPraml in #153

Dependencies

  • Bump org.postgresql:postgresql from 42.4.3 to 42.7.2 in /ebean-migration by @dependabot in #154
  • Bump org.postgresql:postgresql from 42.6.0 to 42.7.2 in /test-native-image by @dependabot in #155

Full Changelog: 13.11.1...13.12.0

13.11.1

03 Nov 04:14
Compare
Choose a tag to compare

What's Changed

  • Refactor fastCheck, move startMs and move setAutoCommitFalse() by @rbygrave in #148

Full Changelog: 13.11.0...13.11.1

13.11.0

02 Nov 10:12
Compare
Choose a tag to compare

What's Changed

  • Add earlyChecksumMode, with automatic patching of legacy checksums by @rob-bygrave in #142
  • Support early checksum calculation with auto patching old checksums by @rbygrave in #141
  • Add a fastMode for the common case when there are no new migrations to run by @rbygrave in #146
  • Add support for "*" for PatchResetChecksumOn to mean patch all mismatched checksums by @rbygrave in #147
  • #139 follow up - use Throwable in catch blocks by @rbygrave in #140
  • Reduce columns selected for existing migrations to id, type, version and checksum by @rob-bygrave in #143
  • Change the column order only for create table by @rob-bygrave in #144
  • Refactor rename internal method names only by @rbygrave in #145

Full Changelog: 13.10.0...13.11.0

13.10.0

30 Oct 20:30
Compare
Choose a tag to compare

What's Changed

  • Read idx migrations (index) files and support GraalVM native image, by @rbygrave in #138
  • Fix such that there is a rollback() before LogicalLock unlock() by @rbygrave in #139
  • Bump h2 from 2.1.212 to 2.2.220 in /ebean-migration by @dependabot in #136

Full Changelog: 13.9.0...13.10.0

13.9.0

30 Oct 20:29
Compare
Choose a tag to compare

What's Changed

  • Test - bump to use Postgres 15 by @rob-bygrave in #123
  • Use Statement rather than PreparedStatement where applicable by @rob-bygrave in #124
  • Improve logging message, remove javax NonNull annotation by @rob-bygrave in #125
  • BugFix: Do not run non-transactional migrations when checkStateOnly by @rob-bygrave in #126
  • Refactor MigrationVersion methods from getters to accessors with deprecation by @rob-bygrave in #127
  • Refactor internal methods from getters to accessors (plus some finals) by @rob-bygrave in #129
  • Make LocalDdlMigrationResource and LocalJdbcMigrationResource internal (not public) by @rob-bygrave in #130
  • Make runner package internal by @rob-bygrave in #131
  • Refactor internals of MigrationEngine by @rob-bygrave in #132
  • Bump to version 13.9.0-SNAPSHOT by @rob-bygrave in #133
  • Modify JdbcMigration interface to extend MigrationChecksumProvider by @rob-bygrave in #134

New Contributors

Full Changelog: ebean-migration-13.8.0...13.9.0

ebean-migration-13.8.0

28 May 21:18
Compare
Choose a tag to compare

What's Changed

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

13.7.0

09 Feb 20:29
Compare
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
Compare
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)