tgstation-server API v9.13.0
Full changelog can be found here.
- Added a Server Sent Events SignalR hub to
/hubs/jobs
. It has one client callback,ReceiveJobUpdate
, that takes aJobsResponse
model. 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
expiresAt
field ofTokenResponse
. The same information is now properly encoded in thebearer
JWT. (#1685 @Cyberboss) - Job response models now contain their associated
instanceId
. (#1685 @Cyberboss) - Job response models now contain a
jobCode
indicating the type of job it is. (#1685 @Cyberboss) - Fixed GET
/
with an invalidAuthorization
header set not returning an HTTP 401 response. (#1685 @Cyberboss)