Skip to content

Version 0.8.25

Compare
Choose a tag to compare
@jhuckaby jhuckaby released this 28 Aug 06:19
· 178 commits to master since this release

A few small changes in this release:

  • Removed old garbage collection hack (was from the old Node v0.12 days).
  • Added new /api/app/status API call for monitoring purposes.
  • Disable UDP broadcast server if port is zero or false.
  • Now keeping track of tick age (exposed in api_status).
    • If tick age is over 60 and status API is invoked, server will self-restart (should never happen).
    • A tick should fire every second, so if 60 seconds has passed, something is very wrong.
  • Improved logging for crashes and emergency shutdowns.
  • Added PID log column by default.
  • Bumped pixl-server version to v1.0.15.