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 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)