Releases: diegofcornejo/EDOpro-server-ts
Releases · diegofcornejo/EDOpro-server-ts
v2.2.0
2.2.0 (2024-08-05)
Features
- ✨ Added ranking points for mercury duels (75c979f)
- Add buildspec file for CI/CD on AWS Codepipeline (e395c93)
- Add consistent notes for HTTP CreateRoom method. (f0e560d)
- Add GET method to sync database endpoint (e231ecb)
- banlist validation (00d1ffa)
- create unranked room if redis is not enabled (866d9e8)
- implement SendMessageToAllRooms controller (0eb0643)
- make Redis optional for server initialization (7037aaa)
- rollback banlist validation (68fe03a)
- send message to all rooms and clients (587bc8e)
- Update RoomCreator to include tournament name in notes if it is provided in the payload. (ffdb122)
Bug Fixes
- 🩹 Fix mercury duel state transaction (f084cda)
- 🚑 Auth for mercury players (#112) (d094a4f)
- 🚑 Mercury rank points persistence, score command and messages (c60fd9c)
- 🐛 Chat messages fixed (fe956cb)
- convert utf8 password to utf16 at RoomCreator (8d96b99)
- default tcg banlist for mercury (ff0f6c6)
- Dockerfile build server stage (0c3b528)
- Dockerfile build server stage (ec535c5)
- duplicated chat messages at mercury caused by extends to RoomState at MercuryJoinHandler (7fbfc78)
- Grave flag (090007a)
- linter: refactor redis optional to comply with linter rules (4cfb84c)
- mercury lflist links (721721e)
- mercury lflist links (825141a)
- player to spectator validation now is with socket id and not with player name (1e62f23)
- player winner message when player surrenders (db0d471)
- racing code for handleUpdatedDeck and handleReady (64e9667)
- remove dangling rooms when creation crash from client (9b97063)
- spectators message working in mercury (6acfcbd)
- update Dockerfile to include curl and git dependencies (45cf18a)
- update vulnerable dependencies to secure versions (e84361c)
- winner reasons messages (179716f)