Skip to content

tgstation-server API v9.13.0

Compare
Choose a tag to compare
@Cyberboss Cyberboss released this 06 Nov 00:00
3b97530

Full changelog can be found here.

  • Added a Server Sent Events SignalR hub to /hubs/jobs. It has one client callback, ReceiveJobUpdate, that takes a JobsResponse 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 of TokenResponse. The same information is now properly encoded in the bearer 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 invalid Authorization header set not returning an HTTP 401 response. (#1685 @Cyberboss)