Skip to content

Releases: heynatefox/cards-against-formality-services

v0.0.11

24 Feb 21:31
Compare
Choose a tag to compare

Increase resource allocation for the game-services
Increase number of replicas for the web-gateway-service

v0.0.10

23 Aug 20:33
d398f1f
Compare
Choose a tag to compare
  • 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

02 Nov 20:40
Compare
Choose a tag to compare

Add missing dependencies

v0.0.8

02 Nov 20:04
Compare
Choose a tag to compare
  • 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

01 Aug 18:24
Compare
Choose a tag to compare

Add Redis TTL and resource requests / limts for k8s deployments.

v0.0.6

13 Jun 11:45
eed4926
Compare
Choose a tag to compare
  • Enforce single db per service architecture.
  • Disable PVC for Redis cluster.

v0.0.5

31 May 08:42
Compare
Choose a tag to compare

Perform general audit of service dependencies.

v0.0.4

16 May 13:09
Compare
Choose a tag to compare
  • 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

11 May 17:19
Compare
Choose a tag to compare

Force the user to leave their current room, if they try to join a new one whilst still in the previous.

v0.0.2

10 May 13:41
Compare
Choose a tag to compare

Updates:

  • Added option to select round duration.
  • Add ability for host to kick players.

Tweaks:

  • Reduced error logging.