Closed greenkeeper[bot] closed 5 years ago
dependency
actionhero was updated from 19.1.4
to 19.2.1
.Update to this version instead 🚀
Update test example and generated initializers so that they pass Standard.js checks
by @evanthaler via 06158ad
The dependency actionhero was updated from
19.1.4
to19.2.0
.This version is not covered by your current version range.
If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.
Publisher: evantahler License: Apache-2.0
Release Notes for v19.2.0
Actionhero v19.2.0
Boot Loader for Actionhero
When creating a new Actionhero project, there is a now a top-level
boot.js
file. You can use this new file to load or instantiate troublesome packages into your project that really want to be the first thing you load. Packages likenewrelic
ordotenv
are these types of packages. Another use-case would be to configure your environment via an external source.You can see the contents of
boot.js
to add to an existing project here https://github.com/actionhero/actionhero/blob/master/bin/templates/boot.jsVia #1311 by @chimmelb
reEnqueuePeriodicTaskIfException
Now, if a periodic task fails, it will still be run again. This behavior is what the majority of Actionhero uses had expected was happening all along, so hopefully this change is less surprising for new Acitonhero users.
A new option has been added to tasks,
reEnqueuePeriodicTaskIfException
with the default value oftrue
. If you want your tasks to not be re-enqueued should they throw an exception, you can setreEnqueuePeriodicTaskIfException = false
.Via #1309 and 72fb343 by @dasagan
Updated logging levels
This change updates Actionhero's internal logging levels to more closely match The syslog protocol (RFC 5424). The details can be seen in the Pull Request.
Via #1314 by @aurasalexander
api.config.general.developmentModeForceRestart
This new option updates ActionHero's development mode to "full" restart when an Action or Task changes, rather than a soft restart. This can be handy if you add a new initializer, param, or route.
Via #1313 by @aurasalexander
Commits
The new version differs by 28 commits.
0ce4a52
v19.2.0
0951bc7
ws++
bd02201
Merge pull request #1321 from actionhero/standard-13
cd58b69
update stuff
5cdfba4
Changes for Standard v13
b2936e3
update deps
3e3b95e
Merge pull request #1313 from aurasalexander/1275
6b0e747
Merge branch 'master' into 1275
52a9d5d
Merge pull request #1314 from aurasalexander/loglevel-refactor
5637d8f
Fix codestyle in tasks.js
be3f502
Refactor loglevel severity
a477872
Implemented config option to force "full" reload on action/task change
288bd35
update deps
1ee6963
reset optional deps
a93e14c
Merge pull request #1311 from chimmelb/boot-loader-for-actionhero
There are 28 commits in total.
See the full diff
FAQ and help
There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those don’t help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).Your Greenkeeper bot :palm_tree: