Releases: sitespeedio/sitespeed.io
Releases · sitespeedio/sitespeed.io
v34.3.1
Fixed
- The docker hub has had some problem and started to publish old images (as new!). That broke our latest tag to include chrome/edge//firefox 111. This release auto publish the latest one again.
v34.3.0
v34.2.2
Fixed
- Make it possible to disable the API. In some cases where you extends another configuration file, you could end up in a API loop where the API calls the API #4191.
v34.2.1
v34.2.0
v34.1.2
Fixed
- Using
--preWarmServer
resulted in trying to use an Android phone to prewarm. Fixed in #4182.
v34.1.1
Fixed
- Enabling extra profile run/video run didn't stop the Browsertime engine in the correct place. PR #4179 fixes that.
v34.1.0
Added
- Add
--enableVideoRun
. You can use it together with--video false --visualMetrics true
to do one extra run where the video is kept. This is useful for tests against replay proxies #4177.