v12 drops support for versions of Node.js that are no longer supported
(as-of January, 2020), and also removes the timeout option from
collectDefaultMetrics().
Remove 6 and 8 from Travis, and add 12 and 13 (so all the non-EOL versions
of Node.js are tested).
commit bc65dc45cb
Author: Konstantin Pogorelov <or@pluseq.com>
Date: Sat Aug 25 12:57:15 2018 +0200
#16 fix typo in docs
commit 2003e7743f
Author: Konstantin Pogorelov <or@pluseq.com>
Date: Sat Aug 25 12:44:24 2018 +0200
#16 fix unit test (cluster_metrics/metrics_cluster), cover the error branch
commit 568c87216a
Author: Konstantin Pogorelov <or@pluseq.com>
Date: Sat Aug 25 12:42:53 2018 +0200
#16 remove unnecessary check for existance after new, break on error with 500
commit 98be36244e
Author: Konstantin Pogorelov <or@pluseq.com>
Date: Sat Aug 25 12:40:15 2018 +0200
#16 make the cluster example runnable
* Add support for clusterMaster option re: #16
* Add Cluster instructions to README
* Use the approach recommended in PR
* use console.error for errors
* Update with new method signature
* add code coverage for new clusterMetrics middleware