npm sitespeed.io 34.0.0

latest releases: 34.3.5, 34.3.4, 34.3.3...
one month ago

Breaking

  • Woho! There's now a way to deploy your own version of sitespeed.io online for your own testing using [onlinetest)[https://github.com/sitespeedio/onlinetest]! It has a HTML GUI and an API that you can use using sitespeed.io command line. There's one server part (the frontend and the API) and a testrunner part. You can run desktop, emulated mobile and Android test. I do not host a global version but I worked hard to make it easy to host yourself. I still work on the documentation but feel free to start to try it out before all documentation is finished :) If you have quick question and need help, please use the Slack channel. If you have more complicated problems, please feel free to create issues here.

  • With this release we remove all dependencies to WebPageTest #4085. You are only affected if you used the plugin-webpagetest or the +webpagetest Docker container. If you still want to use WebPageTest with sitespeed.io you can build something on the archived plugin-webpagetest.

  • The S3 plugin has been upgraded to @aws-sdk/client-s3 v3 #4138. If you are using the S3 plugin and not set region, that will now fail. The v2 version of the aws-sdk used us-east-1 region as default, but v3 has removed the default setting. If you didn't used to set region you can add --s3.region us-east-1 and it will work as before. If you do not do that, the uploads to S3 will fail.

  • The -plus1 Docker container now has plugin-lighthouse and plugin-gpsi installed from npm instead of the git repository. It will work as before, but if you want to disable one of them, that has changed. To not run the GPSI plugin add --plugins.remove @sitespeed.io/plugin-gpsi and to disble Lighthouse you add --plugins.remove @sitespeed.io/plugin-lighthouse.

  • Updated to Browsertime 22. This version of Browsertime drops the Browsertime extension and start use the kind of new HAR exporter using Bidi as the default HAR exporter! If you add request headers to your Firefox test or clear the cache inside of your script using Firefox, this will stop to work for now until support is added in Firefox (request headers are coming soon!).

Added

  • Updated to Chrome 125, Firefox 126 and Edge 124 in the Docker container #4156.

Fixed

  • Fix loading globally installed plugins #4167.
  • Fix configurations documentation for scp, thank you Arash Hatam for #4166.

Don't miss a new sitespeed.io release

NewReleases is sending notifications on new releases.