tgstation-server-v5.17.2
Please refer to the README for setup instructions. Full changelog can be found here.
Component Versions
Core: 5.17.2
Configuration: 4.7.1
HTTP API: 9.13.0
DreamMaker API: 6.6.2 (Interop: 5.6.2)
Web Control Panel: 4.26.2
Host Watchdog: 1.4.0
Patch 2
Core
- Fixed repository not fetching new tags for commits that already existed locally. (#1707 @Cyberboss)
- Fixed upgrading on Debian/Ubuntu via
aptalways running first install steps. (#1705 @Cyberboss)
Patch 1
Core
- Fixed an issue where SignalR connections may not be mapped into their appropriate groups for receiving jobs. (#1698 @Cyberboss)
Web Control Panel
- Fixed issues relating to token expiry and instance identification with real-time jobs. (#1698 @Cyberboss)
Update 17.X
Core
- Reduces time out for deployment DMAPI validation to 10s after receiving the initial bridge request. This should never be hit, as the DMAPI is meant to stop the world immediately after this. (#1690 @Cyberboss)
- Fixed 301 redirect that occurred when accessing the webpanel via
/appinstead of/app/. (#1685 @Cyberboss) - Fixed
NotImplementedExceptionerrors that would occur when attempting to deploy a repository not from GitHub or GitLab. (#1685 @Cyberboss) - Added
DeploymentActivationevent which will be called right before the game server uses a deployment. May be run multiple times for the same deployment. Parameter is the full path to the activating deployment. (#1685 @Cyberboss) - The error description for deployment DMAPI validation failures now contains a link to an FAQ with solutions. (#1685 @Cyberboss)
- The Discord deployment embed footer and message text now more accurately represent the current state of the deployment. (#1662 @Cyberboss)
- Improved asynchronous task handling for minor performance gains. (#1555 @Cyberboss)
- Fixed a race condition when restarting TGS. (#1555 @Cyberboss)
Web Control Panel
- Added support for real-time job updates. (#1697 @Cyberboss)
- Censored input for Discord bot token. (#1697 @Cyberboss)
- Updated browser compatibility lists. (#1697 @Cyberboss)
- Fixed another issue related to token expiration not being handled gracefully. (#1697 @Cyberboss)
HTTP API
- Added a Server Sent Events SignalR hub to
/hubs/jobs. It has one client callback,ReceiveJobUpdate, that takes aJobsResponsemodel. Clients connected to this hub will receive updates for all jobs they normally have permissions to view. It takes the same access token used for most TGS requests for authentication. (#1685 @Cyberboss) - Deprecated
expiresAtfield ofTokenResponse. The same information is now properly encoded in thebearerJWT. (#1685 @Cyberboss) - Job response models now contain their associated
instanceId. (#1685 @Cyberboss) - Job response models now contain a
jobCodeindicating the type of job it is. (#1685 @Cyberboss) - Fixed GET
/with an invalidAuthorizationheader set not returning an HTTP 401 response. (#1685 @Cyberboss)
DreamMaker API
- Added workaround for
del(world)not doing anything until the end of the tick. See https://www.byond.com/forum/post/2894866. (#1690 @Cyberboss) - Adjusted workaround for
del(world)not doing anything until the end of the tick to account forworld.sleep_offline. (#1685 @Cyberboss) - Added
/world/proc/TgsVisibility()which provides the DreamDaemon visibility level for the running server. (#1682 @Cyberboss)