- The database engine has been modified. There is now a new config option: use-modern-database. If you had no issues before, you may want to set it to false, but you should possibly want to use the new engine. You should try it and see if it works for you. If your players lost access to their servers, simply disable it and proceed with the older version

- Added preparations for the final release of v1.2 supporting MultiNode. If someone is in desperate need of v1.2 with multi-node support, and want to experiment, feel free to contact me on Discord.
Add the following to your config:
Code (Text):
# Please enter your MySQL information below.
mysql:
hostname: 127.0.0.1
username: web
password: webmaster
database: playerservers
useSSL: true
# Between version v1.2RC6 and v1.2-RC7 there was a change in
# Database handling. Everyone upgrading that were satisfied
# on how it worked before should keep it as false, or first
# try enabling it and seeing if their servers are still
# attached to their account or not. In some rare cases it
# can happen that changing the value of this option can
# detach servers from your account, so enabling it if it
# worked correctly for you before is not needed.
use-modern-database: true