You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
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.