Skip to content

Releases: briancaffey/redis-light-green-light-dev-to-hackathon

v1.2.0

29 Aug 02:46
bd767e6
Compare
Choose a tag to compare

1.2.0 (2022-08-29)

Features

  • article: update article and add links (fcea5a7)
  • docs: added architecture diagram and added documentation (6a71807)
  • make: update makefile with commands for local development (4e94000)

Bug Fixes

  • nginx: remove unused nginx config files (336d1d6)

v1.1.0

27 Aug 20:54
a5227fa
Compare
Choose a tag to compare

1.1.0 (2022-08-27)

Features

  • archives: add a page to list links to game archives for all games (5aed6bb)
  • constants: add constants for event types to track all events in redis streams (79d454a)
  • disconnect: add handler for graceful disconnection with player and room cleanup (a454429)
  • game: add link to event list (ef7e3f8)
  • streams: updated name of room streams (c0e6274)

Bug Fixes

  • disconnect: fixed errors caused when client disconnects (9d75553)

v1.0.0

27 Aug 03:34
fe2d9e8
Compare
Choose a tag to compare

1.0.0 (2022-08-27)

Features

  • changelog: add release-please for automatic changelog generation (7b72906)
  • streams: add redis streams to capture events in the lifecycle of a game (c0d153b)

Bug Fixes

  • changelog: fix release-please (881b44b)