Breaking change
- If you are a InfluxDB user the InfluxDB functionality been moved to a standalone plugin plugin-influxdb. This means if that sitespeed.io using NodeJS and the default Docker container will not include the InfluxDB plugin. The +1 container will still include the plugin but you need to add it with
--plugins.add @sitespeed.io/plugin-influxdb
for it to be able to run.
The InfluxDB plugin has never gotten the love it deserves, moving it out, it means that you easier can do your own modification and get the data the way that you need.
Added
- Support for getting CLI options from plugins as long as you use
--help --plugins.add
. This is start to separate CLI options from the monsterous CLI file and instead have them in each plugin #4450, #4452 #4455. - You can now set the exact minimum log level using
--logLevel
#4459.