Skip to content

tgstation-server-v6.4.0

Compare
Choose a tag to compare
@Cyberboss Cyberboss released this 04 Mar 19:02
0152f06

Please refer to the README for setup instructions. Full changelog can be found here.

Component Versions

Core: 6.4.0
Configuration: 5.1.0
HTTP API: 10.2.0
DreamMaker API: 7.1.1 (Interop: 5.9.0)
Web Control Panel: 5.6.0
Host Watchdog: 1.4.1

Update 4.X

Core

  • On Linux, TGS will now set the oom_score_adj of child processes appropriately so as to ensure they are terminated when memory becomes scarce before its own processes. This means game processes with runaway memory no longer risk killing TGS. Note: Docker users should add --cap-add=sys_resource to their command lines to allow this. (#1794 @Cyberboss)
  • When test merge metadata fails to be retrieved using a GitHub or GitLab remote, TGS will attempt to deduce the URL using known paths. (#1794 @Cyberboss)