2.0.0
2.0.0
🎉 Woohoo! Another major update!
This release includes breaking changes, so we’re bumping the version to 2.0.0.
With the upcoming Palworld: “Home Sweet Home” update arriving on December 17th, we’re making major improvements to keep the project aligned with the game. The biggest change in this release is our shift away from relying on RCON.
RCON has been deprecated for some time, but many of our internal scripts still depended on it. I’m excited to announce that the REST API is now the default communication method for all core functionality! This brings improved long-term maintainability!
⚠️ Breaking Changes
Before updating, please make sure to backup your important files & update your compose files to the new latest version!
- RCON is no longer the default backend. The project now uses the REST API by default for all server interactions.
What's Changed
- remove pinned packages by @thijsvanloef in #748
- update supercronic to 0.2.38 by @thijsvanloef in #747
- Deprecate RCON by @thijsvanloef in #751
- Additional fix commit for #751 by @MusclePr in #756
- Bump js-yaml from 3.14.1 to 3.14.2 in /docusaurus by @dependabot[bot] in #752
- Bump node-forge from 1.3.1 to 1.3.2 in /docusaurus by @dependabot[bot] in #755
- Bump actions/checkout from 5 to 6 by @dependabot[bot] in #753
- Bump golang from 1.25.3-alpine to 1.25.4-alpine by @dependabot[bot] in #749
- 750/deprecate rcon by @thijsvanloef in #758
Full Changelog: 1.4.6...2.0.0