Manually rename the table "flyway_schema_history_players" in your moderation and essentials schemas to "flyway_schema_history_moderation" and "flyway_schema_history_essentials", respectively.
If you have any plugins built on RPKit APIs update them
All custom events may now be run asynchronously. Check the event.isAsynchronous flag
Services now return CompletableFuture for any long-running operations. There are additional getPreloaded* methods added in cases where it may be beneficial to have data loaded, which return information for active characters/players only.
Bugfixes
#550 Prevent data from being unloaded when relogging quickly
#551 Remove the need for wallet balance to be preloaded for wallet add/subtract
#553 When using match patterns, force messages to send in the correct order