Skip to content

4.1.0

Compare
Choose a tag to compare
@amanteaux amanteaux released this 16 Sep 11:25
· 151 commits to master since this release

Changelog

This release contains only updated dependencies, mainly:

  • Wisp to version 2.3.0: it reduces the overall footprint of the library and contains security improvement
  • SLF4J to version 2.0.0: it contains a new fluent API to add logs which arguments are not evaluated if the log is ignored, e.g logger.atDebug().setMessage("Temperature set to {}. Old value was {}.").addArgument(() -> t16()).addArgument(oldT).log()
  • Flyway to version 9.x.x

Other minor upgrades are detailed in commit d45cea7.

Upgrade instructions

  • If Wisp is used with Cron expression, upgrade instructions should be followed (but are not mandatory).