Skip to content

Releases: iheartradio/Henson

2.1.0

13 Apr 19:36
d426a4e
Compare
Choose a tag to compare
  • Adding a boolean setting ASYNC_QUEUE to support using either a Synchronous Internal Queue (when False) or an Async Internal Queue(when true) [default] for the worker.

1.2.0

04 Apr 14:31
b98d594
Compare
Choose a tag to compare
  • Unhandled exceptions raised while processing a message will stop the
    application
  • Set the event loop when running with the reloader

1.1.0

11 Nov 17:35
Compare
Choose a tag to compare
  • Add henson.cli.register_commands to extend the command line interface
  • Messages are logged using logging.DEBUG instead of logging.INFO
  • Calls to print in henson.cli.run are updated to app.logger.info
  • References to objects used by henson.Application are 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 hensoncli Sphinx directive to document extensions to the command line
    interface
  • henson.cli.run and any command line extensions that request it support
    quiet and verbose flags to set verbosity

1.0.1

02 May 20:56
Compare
Choose a tag to compare
  • Bug: Support the command line debug flag

1.0.0

01 Mar 20:43
Compare
Choose a tag to compare
Merge pull request #109 from iheartradio/1.0

1.0.0