Skip to content

tgstation-server-v6.11.2

Compare
Choose a tag to compare
@tgstation-server-ci tgstation-server-ci released this 28 Oct 03:39
47982fd

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

Component Versions

Core: 6.11.2
Configuration: 5.3.0
REST API: 10.10.0
GraphQL API (Pre-release): 0.2.0
DreamMaker API: 7.3.0 (Interop: 5.10.0)
Web Control Panel: 6.4.0
Host Watchdog: 1.5.0

Patch 2

Core

Patch 1

Core

  • Fix bad dependency injection configuration if an experimental feature was disabled. (#1968 @Cyberboss)

Update 11.X

Configuration

  • The new configuration version is 5.3.0. Please update your General:ConfigVersion setting appropriately.
  • Adds a new ProviderNetworkDebug flag in FileLogging to debug IRC traffic. (#1935 @craftxbox)

Core

  • Fixed some oddities in the authentication/authorization pipeline. (#1936 @Cyberboss)
  • Refactors the IrcProvider to be a bit more resilient. (#1935 @craftxbox)
  • Fixes the IrcProvider getting permanently stuck if the connection between TGS and IRC is ever severed. (#1935 @craftxbox)
  • Adds the OPER Irc authentication mode, helpful for anyone running their own IRC servers. (#1935 @craftxbox)
  • Swarm server nodes now inherit the token signing key of the controller, meaning that an authentication token generated on one server will work for all servers in the swarm. This behavior occurs for all swarm nodes regardless of Security configuration settings. (#1929 @Cyberboss)
  • The swarm protocol is now versioned separately from the TGS core version. This allows for slightly differing servers to group together in a swarm. Updates will still synchronize all servers to the same version. It is still recommended that all servers in the swarm run the same TGS version. (#1929 @Cyberboss)

Web Control Panel

REST API

  • Reserved error code 109 for a future change. (#1936 @Cyberboss)
  • Adds new IRC authentication type with index 3 for /OPER authentication (#1935 @craftxbox)

GraphQL API