4.1.0
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).