Skip to content

2.7.0

Latest

Choose a tag to compare

@thijsvanloef thijsvanloef released this 20 Jul 09:27
1862b6c

Notable Changes

  • Added a new opt-in PALWORLD_ALLOW_NEGATIVE_DELTA_TIME environment variable to help mitigate server crashes caused by negative DeltaTime events. When enabled, the container starts Palworld with the built-in Pal.AllowNegativeDeltaTime=1 console 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_LEVEL support with the available levels DEBUG, INFO, WARN, and ERROR. Warning: DEBUG logging 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.md file 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

New Contributors

Full Changelog: 2.6.0...2.7.0