Skip to content

3.0.0 - 2020-07-23

Compare
Choose a tag to compare
@mattbertolini mattbertolini released this 30 Jul 03:44
d5db5c4
  • Upgraded to Liquibase version 4.0.0. This is a breaking change as the logging API changed significantly. Use version
    2.x if you are using Liquibase versions lower than 4.0.0.
  • Upgraded to SLF4J 1.7.30.
  • Added the ability to change the priority number of the logger by setting a Java property. To change the priority, set
    the com.mattbertolini.liquibase.logging.slf4j.Slf4jLogService.priority property to an integer value.
  • Repackaged logger now that package name is no longer used for locating third-party loggers.
  • Java 8 is now the minimum supported JDK version.
  • Added an Automatic-Module-Name to support the Java 9+ module system. The module name is com.mattbertolini.liquibase.logging.slf4j.
  • Overhauled build files.