Skip to content

tgstation-server-v4.15.7

Compare
Choose a tag to compare
@Cyberboss Cyberboss released this 03 Nov 21:12
8f3c057

Please refer to the README for setup instructions.

Component Versions

Core: 4.15.7
Configuration: 4.0.0
HTTP API: 9.3.0
DreamMaker API: 6.0.4 (Interop: 5.3.0)
Fallback/Local Web Control Panel: 2.3.0
Host Watchdog: 1.1.1

Patch 7

Core

  • Rolled back libgit2 version to mitigate an issue that prevents repositories from being cloned on some systems. (#1347 @Cyberboss)

Patch 6

Core

  • Updated libgit2 version in hopes of remedying a bug where bad git objects can appear. (#1344 @Cyberboss)

Patch 5

Core

  • Fixed chat channels not mapping when onlining an instance (#1342 @Cyberboss)

Patch 4

Core

  • Failed OAuth handshakes for Discord and Keycloak now log the bodies of responses they receive from the server. (#1340 @Cyberboss)
  • Fixed Discord channels failing to map creating an error once the instance goes offline. (#1340 @Cyberboss)
  • Fixed issues with checkout job progress initialization. (#1340 @Cyberboss)

Patch 3

Core

  • Fixed repository jobs lacking progress. (#1339 @Cyberboss)
  • Fixed a very spammy log message. (#1339 @Cyberboss)
  • Fixed a NullReferenceException if a chat message was received while an instance was shutting down. (#1339 @Cyberboss)

Patch 2

Core

Patch 1

Core

  • Fixed jobs crashing due to reporting invalid progress values. (#1335 @Cyberboss)

Update 15.X

Core

  • You can now update to sever versions >= 4.X.X. (#1325 @Cyberboss)
  • Fixed repository settings set during clone not being saved. (#1330 @Cyberboss)
  • Converted a possible NullReferenceException while test merging to a proper job error. (#1333 @Cyberboss)

HTTP API

  • JobResponses now come with a stage field. Like progress, this may be set to a description of an individual step within a job if the job is running. (#1317 @Cyberboss)