4.x to 5.x is a major breaking update, read the 5.x main-changelog
here before upgrading from 4.x to 5.
New Feature
- New /qs debug set-property <key-value> sub command to dynamically change the JVM property.
- For safety, you're only able to change the quickshop related properties.
Improved
- Improved background debug logger
- From 0.1329ms per record to 0.0061ms per record by moving cost tasks into a async executor, it improved the performance on busy server when there have LOTS of debug logs on server main thread.
- By set -Dquickshop-hikari-disable-debug-logger=true will able to disable the debug logger's stack trace completely when you running a huge server, but remember you will need re-enable it before reporting the bugs/errors to us.