Fixup tests
HuskHomes 4.4.4 adds support for H2 as a flatfile database type and makes a few optimizations/fixes.
- Added support for H2 as a new flatfile database type
- Optimized database queries through the creation of table indexes on MariaDB and SQLite
- The MariaDB JDBC driver is now bundled on Fabric/Sponge and downloaded at runtime on Spigot/Paper
- fabric: Updated adventure-platform-fabric and re-enabled teleportation sound effects
- Fixed an issue where the server could hang on shutdown if Redis was being used (#463)
To update from 4.4.x, just drag+drop.
Add H2 database support, use indexes to optimize queries, add maria-specific schema, bump adventure-fabric (#465)
-
Add support for H2, bundle Maria driver, bump fabric adventure
-
Bundle and download H2 drivers
-
Fixup H2 schema, add indexes to DBs, add maria-specific schema
-
docs: Add database type documentation
-
Check plugin isn't disabled before task schedule, close #463
-
Bump Annotaml to 2.0.4
-
docs: Mention Maria in README and Setup
HuskHomes 4.4.3 is a hotfix to address a Fabric crash issue on that was present in the previous release.
- fabric: Fixed a crash that occurred when trying to load the mod
To update from 4.4.x, just drag+drop.
Bump to 4.4.3
fabric: Fix initialization crash