batch-cluster
Advanced tools
Changelog
v6.0.1
main
branchChangelog
v6.0.0
No new features in v6: just a breaking change so we can fix an old name collision that caused linting errors.
💔 Prior versions name-collided on Logger
: both as an interface
and as a
pseudonamespace for logger factories. This made eslint
grumpy, and if anyone
actually used this bare-bones logger, it could have caused confusion.
Logger
now references only the interface
.
The builder functions are now named Log
.
📦 Updated development dependencies
Changelog
v5.11.3
Deferred.resolve
now requires an argument (as per the new Promise spec).
As this is just a typing change (and Deferred
is an internal
implementation), I'm not bumping the major version.Changelog
v5.11.0
BatchCluster
can now be created with a Logger
thunk.Changelog
v5.10.0
maxIdleMsPerProcess
option: automatically shut down idle child
processes to reduce system resource consumption. Defaults to 0
, which
disables this feature (and prevents me from having to increment the major
version!)Changelog
v5.9.5