changelog: upgrading to 20

This commit is contained in:
soulgalore 2021-09-29 10:13:27 +02:00
parent 32061389e9
commit 29eab3f2c6
1 changed files with 3 additions and 1 deletions

View File

@ -2,9 +2,11 @@
## 20.0.0 - UNRELEASED
Before you update to the new version: If you save your metrics to Graphite, have you upgraded those metrics to the new format as introduced in sitespeed.io the 15/4-2021? If not, please follow the [guide](https://www.sitespeed.io/documentation/sitespeed.io/graphite/#upgrade-to-use-the-test-slug-in-the-namespace) in the documentation. If you haven't done that and still upgrade to sitespeed.io 20 you need to make sure you add `--graphite.addSlugToKey false` to your test else the metrics will be reported under a new key structure.
### Changed
* Set throttle as default connectivity engine if you use Mac or Linux [#3433](https://github.com/sitespeedio/sitespeed.io/pull/3433).
* Set slug by default to true fro Graphite [#3434](https://github.com/sitespeedio/sitespeed.io/pull/3434). See https://www.sitespeed.io/documentation/sitespeed.io/graphite/#upgrade-to-use-the-test-slug-in-the-namespace
* Set slug by default to true in Graphite [#3434](https://github.com/sitespeedio/sitespeed.io/pull/3434). See https://www.sitespeed.io/documentation/sitespeed.io/graphite/#upgrade-to-use-the-test-slug-in-the-namespace
* Moto G4 (instead of iPhone 6) is the new default when you use --mobile for Chrome [#3467](https://github.com/sitespeedio/sitespeed.io/pull/3467).
* Do not run the Coach on iOS [#3468](https://github.com/sitespeedio/sitespeed.io/pull/3468).