changelog: add another bugfix/breaking change

This commit is contained in:
soulgalore 2023-07-07 17:03:09 +02:00
parent 9e215b8b06
commit 74218393c8
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@
* Change timestamp for Graphite/InfluxDB metrics/annotations. The old implementation used the start time for the test all metrics sent except *browsertime.run* metrics (data for each run). This fix changes so metrics (and annotations) uses the *browsertime.pageSummary* runTime (when the actual first iteration happen for a test). This makes more sense if you test multiple pages within the same test [#3900](https://github.com/sitespeedio/sitespeed.io/pull/3900).
* When the slug concept was introduced in 17.0.0 also a bug was accidently added that add the domain as a slug if the slug was missing. As long as you added `--slug` that was not a problem and you will not be affected by this bug. However if you do not use `--slug` (you really should since 20.0.0) the slug portion would be automatically populated [#3901](https://github.com/sitespeedio/sitespeed.io/pull/3901).
## 28.2.0 - 2023-07-07
### Added