Skip to content

0.1.0

Compare
Choose a tag to compare
@jahrim jahrim released this 26 Aug 19:44
· 20 commits to master since this release
00169be

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)