Releases: heynatefox/cards-against-formality-services
Releases · heynatefox/cards-against-formality-services
v0.0.11
v0.0.10
- Add additional authorization checks to ensure users can't abuse the API and cheat.
- Update socket dependencies to get more reliable disconnect events.
- Sanitize room passwords on API responses.
v0.0.9
Add missing dependencies
v0.0.8
- Fix appearance of duplicates cards.
- If a player joins the game mid round, serve them the game data and deal them cards.
- When a user creates a room. Remove any previous rooms they had created. Prevents "A room with that name already exists".
- End the game if there are not enough cards left to continue
- Fix bug where users could not progress past submitting their card.
- Allow rooms with duplicate names.
v0.0.7
Add Redis TTL and resource requests / limts for k8s deployments.
v0.0.6
- Enforce single db per service architecture.
- Disable PVC for Redis cluster.
v0.0.5
Perform general audit of service dependencies.
v0.0.4
- Allow anonymous users to register with a username.
- Add further checks against card duplication.
- If a user performs an action and the client cannot be found. Try renew the client.Ï
v0.0.3
Force the user to leave their current room, if they try to join a new one whilst still in the previous.
v0.0.2
Updates:
- Added option to select round duration.
- Add ability for host to kick players.
Tweaks:
- Reduced error logging.