Releases: eldoriarpg/schematic-brush-database
v1.1.4
What's Changed
- Update dependency org.mariadb.jdbc:mariadb-java-client to v3.4.1 by @renovate in #133
- Update dependency de.eldoria:schematicbrushreborn-api to v2.7.1 by @renovate in #129
- Update dependency org.postgresql:postgresql to v42.7.3 by @renovate in #134
- Release 1.1.4 by @rainbowdashlabs in #135
Full Changelog: v1.1.3...v1.1.4
v1.1.3
What's Changed
- Update dependency de.eldoria:schematicbrushreborn-api to v2.6.0 by @renovate in #126
- Fix: missing column alias for entry counting by @rainbowdashlabs in #127
- Release 1.1.3 by @rainbowdashlabs in #128
Full Changelog: v1.1.2...v1.1.3
v1.1.2
What's Changed
- Fix issue with sadu not able to load resources from plugin classloader
- Release 1.2.1 by @rainbowdashlabs in #125
Full Changelog: v1.1.1...v1.1.2
v1.1.1
What's Changed
- Update dependency com.zaxxer:HikariCP to v5.1.0 by @renovate in #110
- Update sadu to v1.4.0 by @renovate in #116
- Update dependency gradle to v8.5 by @renovate in #117
- Update dependency org.mariadb.jdbc:mariadb-java-client to v3.3.2 by @renovate in #119
- Update dependency com.sk89q.worldedit:worldedit-bukkit to v7.2.18 by @renovate in #120
- Update dependency org.postgresql:postgresql to v42.7.1 by @renovate in #114
- Update dependency de.eldoria:schematicbrushreborn-api to v2.5.6 by @renovate in #121
- Release 1.1.1 by @rainbowdashlabs in #122
Full Changelog: v1.1.0...v1.1.1
Release 1.1.0
This update is a preparation and cleanup update. Installing this update once is mandatory. Newer version will refuse to start if the last installed version is older than this version.
This update changes the serialization of configuration files in preparation of supporting paper plugins. This affects you even when you are still using spigot for some reason c:
Dropping support for versions older than 1.16.5
This version will no longer work on servers using versions below 1.16.5. this is due to the missing library loading feature.
Switch to new configuration system
I switched from the bukkit serialization to jackson. You are required to update to this version. Not doing so might cause data corruption/loss when you use newer versions in the future.
Switch to new update check
The update butler check was replaced by Lyna. Lyna is able to do update checks for snapshot and dev builds as well. You will no longer get an update notification when you are using a newer version.
Updates via Discord
Updates will be available first via my discord. This allows me fast releases and less work publishing those on patreon and spigot. You get an update notification once a release is available on discord. It might take some time before the release gets posted on spigot. Same counts for my patreons if you are here c:
What's Changed
- Feature/jackson config by @rainbowdashlabs in #79
- Release 1.1.0 by @rainbowdashlabs in #83
Full Changelog: https://github.com/eldoriarpg/schematic-brush-database/commits/v1.1.0