Changelog¶
Version 1.2.0¶
Released 2018-04-04
- Unhandled exceptions raised while processing a message will stop the application
- Set the event loop when running with the reloader
Version 1.1.0¶
Released 2016-11-11
- Add
henson.cli.register_commandsto extend the command line interface - Messages are logged using
logging.DEBUGinstead oflogging.INFO - Calls to
printinhenson.cli.runare updated toapp.logger.info - References to objects used by
henson.Applicationare removed once they are no longer needed to allow the memory to be freed up before the next message is received. - uvloop will be used for the event loop if it’s installed.
- Automatically register extensions to a registry on the application
- Add
hensoncliSphinx directive to document extensions to the command line interface henson.cli.runand any command line extensions that request it supportquietandverboseflags to set verbosity