new release

This commit is contained in:
soulgalore 2025-03-05 21:08:05 +01:00
parent e33e635f89
commit f1501abb9c
1 changed files with 4 additions and 1 deletions

View File

@ -1,11 +1,14 @@
# CHANGELOG - sitespeed.io (we use [semantic versioning](https://semver.org))
## 37.0.2 - 2025-03-05
### Fixed
* Another fix for using --help and load plugins correctly [#4465](https://github.com/sitespeedio/sitespeed.io/pull/4465).
## 37.0.1 - 2025-03-05
### Fixed
* There was a bug in the InfluxDB plugin and loading the cli parameters failed [#4463](https://github.com/sitespeedio/sitespeed.io/pull/4463).
## 37.0.0 - 2025-03-05
### Breaking change
* If you are a InfluxDB user the InfluxDB functionality been moved to a standalone plugin [plugin-influxdb](https://github.com/sitespeedio/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.