A collection of fixes have been included to properly handle ETAG headers and cache priority.
ETAG vs expires and last-modified)Node Resque v4.0.0 removes the use of domains within tasks. This feature of node.js has been deprecated for some time. However, this means now that if your task raises an uncaught exception/rejection, the ActionHero application will not crash, rather than logging an error.
Furthermore, since the application has crashed, the job which caused the crash will not be moved into the error queue within resque.
The behavior for tasks which properly return an error has not changed.
--workerTitlePrefix which was showing NaN titleES6 transition.
var in favor of const and let, and to use arrow functions to better handle scope (no more self = this)actionhero link properly (@dangerdespain via #942)