Skip to content

v3.1.0

Latest
Compare
Choose a tag to compare
@hlpdev hlpdev released this 10 Jun 05:27
· 21 commits to master since this release
2596d47

What's Changed

  • Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.1.0 to 3.7.0 by @dependabot in #17
  • Bump org.apache.maven.plugins:maven-shade-plugin from 3.2.3 to 3.6.0 by @dependabot in #16
  • Bump org.hsqldb:hsqldb from 2.7.1 to 2.7.3 by @dependabot in #15
  • Bump commons-io:commons-io from 2.7 to 2.16.1 by @dependabot in #14
  • Updated HikariCP to 5.0.1
  • Excluded the SLF4J-API dependency in HikariCP and manually included the SLF4J-API 2.0.13 and SLF4J-NOP 2.0.13
  • Refactored the internal startup messages to use MiniMessage Ansi Serialization instead of legacy formatting
  • Removed the log and debug methods from the Method Interface (BREAKING CHANGE)
  • Added the getLogger method to the Method Interface and Universal class for fetching the plugin's logger via addons
  • Stack traces now get printed to the proper logger instead of system.out
  • Plugin addons can now access the primary AdvancedBanX's plugin logger through the Universal class instance
  • SLF4J NOP errors have been fixed and will no longer show in the console

Full Changelog: 3.0.6...3.1.0