Skip to content

Release candiate 3

Pre-release
Pre-release
Compare
Choose a tag to compare
@anoek anoek released this 17 May 19:12
· 35 commits to devel since this release
eae45e0

Changelog

  • Add a new manager option to switch between "persistent" and "pool" modes, depending on whether you want one bot per game or bots handling all games.
  • NOTE: The manager option defaults to "persistent", which is a change from the default "pool" behavior from beta.6. If you like the "pool" behavior, add manager: "pool" to your bot, opening_bot, and ending_bot configs as desired.
  • Add quit_grace_period to the bot configs to configure how long to wait after a "quit" is sent before forcefully killing the bot.
  • Add persistent_idle_timeout option to the bot config to configure how long to wait before killing a bot that has been idle for too long. This is only applicable in "persistent" mode.
  • Add support for { width_range: [min, max], height_range: [min, max] } in allowed_board_sizes to have greater control over allowed non square board sizes