ActionHero v25.0.0-alpha.2 Release Notes

Release Date: 2020-12-05 // over 3 years ago
    • 0️⃣ Default action logging output to match action result returned to web client (#1661)
      • [BREAKING] - The default HTTP response code if an Action throws is now 500, configured by a new config setting, config.servers.web.defaultErrorStatusCode (default 500). This option is only effective if the status code has not been set by the action.
      • [BREAKING] - Error log message format has changed
    • ⬆️ Upgrade to Node Resque v8.2.0 (#1667)