Notable Changes
- Added a new opt-in
PALWORLD_ALLOW_NEGATIVE_DELTA_TIMEenvironment variable to help mitigate server crashes caused by negativeDeltaTimeevents. When enabled, the container starts Palworld with the built-inPal.AllowNegativeDeltaTime=1console variable. This only enables the game's own recovery path and does not resolve underlying host or virtualization clock synchronization issues. But can improve stability on ARM hosts. - Added configurable
LOG_LEVELsupport with the available levelsDEBUG,INFO,WARN, andERROR. Warning:DEBUGlogging is extremely verbose and may expose sensitive information, including secrets, in the container logs. It should only be used for troubleshooting. - Added an
AI_GUIDELINES.mdfile to provide guidance for AI coding assistants contributing to the project, helping ensure generated changes follow the project's conventions and best practices. And requires contributors to disclose AI usage.
What's Changed
- Bump websocket-driver from 0.7.4 to 0.7.5 in /docusaurus by @dependabot[bot] in #887
- Add opt-in mitigation for Palworld negative DeltaTime crashes by @Lyinsun in #892
- Create LOG_LEVEL env var by @thijsvanloef in #894
- Add AI Guidelines by @thijsvanloef in #895
New Contributors
Full Changelog: 2.6.0...2.7.0