Releases: ebean-orm/ebean-migration
Releases · ebean-orm/ebean-migration
14.1.0
14.0.0
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
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
13.11.0
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
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
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
- @rob-bygrave made their first contribution in #123
Full Changelog: ebean-migration-13.8.0...13.9.0
ebean-migration-13.8.0
What's Changed
- Bump ebean-ddl-runner to 2.3 by @rbygrave in #121
- Fix log message with quotes for parsing error by @rbygrave in #122
Full Changelog: ebean-migration-13.7.0...ebean-migration-13.8.0
13.7.0
12.16.3
Full Changelog: ebean-migration-12.16.2...ebean-migration-12.16.3
#118 - Fix NPE in MigrationConfig.getProperty(MigrationConfig.java:505)