Skip to content

Releases: ldss-project/chess-game-service

0.1.2

12 Sep 10:08
75eba89
Compare
Choose a tag to compare

0.1.2 (2023-09-12)

Bug Fixes

  • change --allowed-origins to be actually optional (75eba89)

0.1.1

29 Aug 12:00
Compare
Choose a tag to compare

0.1.1 (2023-08-29)

Bug Fixes

  • change a BasicChessGameServer not to send only the seconds of a player's timer when updated (d581a8d)
  • change a BasicChessGameServer to check if a piece can move based on the current turn before applying a move (8d98ef1)
  • change the payload of the events of the service not to be discarded (da91976)
  • change the request-response operations to always return a result, even if empty (4d1f7a3)
  • change the websocket connection URLs to be correct (fed97a5)

0.1.0

26 Aug 19:44
00169be
Compare
Choose a tag to compare

0.1.0 (2023-08-26)

Bug Fixes

  • change bson responses in the player connection to be more consistent (7403e7f)
  • change jar manifest to contain the correct main class (00169be)
  • change PlayerUpdateEvent to be published only once per update (fa44995)
  • change the asynchronous activities of the service to run on the vertx instance instead of the caller (ab011f9)
  • replace Class.getPackageName for Java 8 compatibility. (301276f)
  • update entry point of the chess game service (925c8ee)

Features

  • add http adapter of the chess game service (3b47dde)
  • add port and http adapter of the chess game service and add chess engine dependency (cd88691)
  • add port for handling the execution of chess games to the service (67875ac)
  • integrate the statistics service with the chess game service to send the results of a game when terminated (a23ff16)
  • update http adapter to use the new port of the chess game service (2ace213)