Skip to content
This repository was archived by the owner on Feb 24, 2026. It is now read-only.

Releases: sekassel/stp-22-server

v1.4.5

28 May 11:29

Choose a tag to compare

  • Documented all endpoints for consistency

v1.4.4

22 May 13:21

Choose a tag to compare

Bugfixes

  • Fixed the PATCH /api/v1/games/{id} endpoint accepting ownerIDs in UpdateGameDto that are not game members or actual users.

v1.4.3

21 May 06:53

Choose a tag to compare

  • Fixed ratelimit not showing properly in the REST documentation.

v1.4.2

15 May 13:24

Choose a tag to compare

  • Documented the message events sent by the WebSocket for the namespace global.

Unauthorized error logging

14 May 11:17

Choose a tag to compare

Added INVALID_ACCESS_TOKEN, INVALID_REFRESH_TOKEN and INVALID_CREDENTIALS error codes.

Friend Request

14 May 09:11

Choose a tag to compare

  • Reworked the friend system
    • Added Friend-, FriendStatus- and UpdateFriendDto-models