Skip to content

Releases: sitespeedio/sitespeed.io

v8.7.3

07 Mar 15:00
Compare
Choose a tag to compare

v8.7.2...v8.7.3

v8.7.2

07 Mar 14:29
Compare
Choose a tag to compare
  • Add back assets folder that was faulty excluded from git 3d9a4e3

v8.7.1...v8.7.2

v8.7.1

07 Mar 10:22
Compare
Choose a tag to compare
  • Fix broken extra start script check 820a235

v8.7.0...v8.7.1

v8.7.0

06 Mar 19:13
Compare
Choose a tag to compare

v8.6.5...v8.7.0

v8.6.4

24 Feb 20:56
Compare
Choose a tag to compare

Fixed

  • When sending annotations with --graphite.annotationMessage and not providing a screenshot the message and the extraMessage used to get concatenated without any space. Thank you Markus Liljedahl for the PR #2332 that fixes that.

  • Better error messages when sending data to Grafana. Thank you again Markus Liljedahl #2334.

  • Waterfall chart had colliding texts, the font is now slightly smaller #2345.

v8.6.3

24 Feb 20:55
Compare
Choose a tag to compare
  • Upgraded to Browsertime 4.4.7 with fix for better finding last visual change in the video.

v8.6.2

24 Feb 20:55
Compare
Choose a tag to compare
  • Upgraded to Browsertime 4.4.6 that adds better error handling if your multi script is broken or if a URL fails to load.

v8.6.1

24 Feb 20:55
Compare
Choose a tag to compare

Fixed

  • Upgraded to Browsertime 4.4.5 that changed so that 0.05% of the pixels could differ (instead of 0.01%) when finding the last visual change.

  • Removed the Chrome specific setup in Chrome that was needed a long time ago #2322

8.6.0

24 Feb 20:53
Compare
Choose a tag to compare

Fixed

  • Show larger screenshots in filmstrip for mobile, fixing colliding metrics HTML and last screenshot showing twice #2314.

  • Fix wrong count for errors/warnings for console log send to Graphite/InfluxDB. Before we sent 1 instead of the actual number of logs per page #2316.

  • Fix coach table colouring. Thank you Ferdinand Holzer for the PR #2317!

  • Removed faulty guard in budget that made sure only internal metrics worked for Lighthouse/GPSI/WebPageTest.

  • New Browsertime versions that fixes:

    • If a Visual Element wasn't found, we used to log that as an error, instead log as info #775.
    • When trying to find the last visual change, a 0.01 % difference in pixels are now OK. We had problems finding too small difference that was picked up by Visual Metrics #774.

Added

  • Send console warnings by default to Graphite/InfluxDB per page (we used to only send errors by default) [#2315]-(#2315).

  • Support for crawler exclude pattern, use --crawler.exclude. Thank you Ferdinand Holzer for the PR #2319.

Sitespeed.io 3.0.2

19 Dec 11:43
Compare
Choose a tag to compare
  • fixes in the YSlow script so that some pages that fails, will work #549