Skip to content

Version 0.9.0

Compare
Choose a tag to compare
@sedders123 sedders123 released this 31 May 20:21
3674120

Added

  • Added 'loopDelay' config option. Specifies how to long to sleep for in the main loop, this helps to prevent super high CPU usage while phial is doing nothing. Defaults to 0.001
  • Added hide_from_help_command argument to command creation. This hides the command from the list generated by inbuilt help command.

Changed

  • Python 3.6.1 is now marked as incompatible due to an issue with the NoReturn type

Deprecated

  • Deprecated Python 3.5 Support. This is intended to be the last phial release to support Python 3.5

Removed

  • Removed the optional logger paramater when constructing Phial instance. Now uses logging.getLogger(__name__) all the time.