From 006d455c1187bea852b3002365e1972c5291059b Mon Sep 17 00:00:00 2001 From: soulgalore Date: Tue, 21 Jan 2025 07:30:13 +0100 Subject: [PATCH] Bump sitespeed.io version --- docs/_includes/version/sitespeed.io.txt | 2 +- .../sitespeed.io/configuration/config.md | 11 +- docs/feed/atom.xml | 332 +++++++++--------- docs/feed/browsertime.atom | 53 ++- docs/feed/browsertime.rss | 47 ++- docs/feed/chrome-har.atom | 2 +- docs/feed/chrome-har.rss | 2 +- docs/feed/coach-core.atom | 125 ++----- docs/feed/coach-core.rss | 113 ++---- docs/feed/pagexray.atom | 2 +- docs/feed/pagexray.rss | 2 +- docs/feed/rss.xml | 306 ++++++++-------- docs/feed/server.atom | 2 +- docs/feed/server.rss | 2 +- docs/feed/sitespeed.io.atom | 72 +++- docs/feed/sitespeed.io.rss | 66 +++- docs/feed/testrunner.atom | 2 +- docs/feed/testrunner.rss | 2 +- docs/feed/throttle.atom | 2 +- docs/feed/throttle.rss | 2 +- 20 files changed, 589 insertions(+), 558 deletions(-) diff --git a/docs/_includes/version/sitespeed.io.txt b/docs/_includes/version/sitespeed.io.txt index c53bc5160..3a03fe779 100644 --- a/docs/_includes/version/sitespeed.io.txt +++ b/docs/_includes/version/sitespeed.io.txt @@ -1 +1 @@ -35.7.5 \ No newline at end of file +36.0.0 \ No newline at end of file diff --git a/docs/documentation/sitespeed.io/configuration/config.md b/docs/documentation/sitespeed.io/configuration/config.md index 1cf2e7a60..0c41a332e 100644 --- a/docs/documentation/sitespeed.io/configuration/config.md +++ b/docs/documentation/sitespeed.io/configuration/config.md @@ -43,7 +43,7 @@ Browser --browsertime.videoParams.addTimer, --videoParams.addTimer Add timer and metrics to the video [boolean] [default: true] --browsertime.videoParams.convert, --videoParams.convert Convert the original video to a viewable format (for most video players). Turn that off to make a faster run. [boolean] [default: true] --browsertime.cpu, --cpu Easy way to enable both chrome.timeline and CPU long tasks for Chrome and geckoProfile for Firefox [boolean] - --browsertime.userTimingWhitelist, --userTimingWhitelist This option takes a regex that will whitelist which userTimings to capture in the results. All userTimings are captured by default. T + --browsertime.userTimingAllowList, --userTimingAllowList This option takes a regex that will whitelist which userTimings to capture in the results. All userTimings are captured by default. --axe.enable Run axe tests. Axe will run after all other metrics is collected and will add some extra time to each test. [boolean] -r, --browsertime.requestheader, --requestheader Request header that will be added to the request. Add multiple instances to add multiple request headers. Use the following format key:value. Only works in Chrome, Firefox and Edge. --browsertime.cookie, --cookie Cookie that will be added to the request. Add multiple instances to add multiple cookies. Use the following format cookieName=cookieValue. Only works in Chrome and Firefox. @@ -282,8 +282,8 @@ HTML --html.homeurl The URL for the logo in the result [default: "https://www.sitespeed.io/"] Text - --summary Show brief text summary to stdout [boolean] [default: false] - --summary-detail Show longer text summary to stdout [boolean] [default: false] + --summary Show brief text summary to stdout [boolean] [default: false] + --summaryDetail Show longer text summary to stdout [boolean] [default: false] Sustainable --sustainable.enable Test if the web page is sustainable. [boolean] @@ -322,8 +322,8 @@ Options: --browsertime.xvfb, --xvfb Start xvfb before the browser is started [boolean] [default: false] --browsertime.xvfbParams.display, --xvfbParams.display The display used for xvfb [default: 99] --browsertime.visualMetricsPortable Use the portable visual-metrics processing script (no ImageMagick dependencies). [boolean] [default: true] - --browsertime.enableProfileRun, --enableProfileRun Make one extra run that collects the profiling trace log (no other metrics is collected). For Chrome it will collect the timeline trace, for Firefox it will get the Geckoprofiler trace. This means you do not need to get the trace for all runs and can skip the overhead it produces. [boolean] - --browsertime.enableVideoRun, --enableVideoRun Make one extra run that collects video and visual metrics. This means you can do your runs with --visualMetrics true --video false --enableVideoRun true to collect visual metrics from all runs and save a video from the profile/video run. If you run it together with --enableProfileRun it will also collect profiling trace. [boolean] + --browsertime.enableProfileRun, --enableProfileRun Make one extra run that collects the profiling trace log (no other metrics is collected). For Chrome it will collect the timeline trace, for Firefox it will get the Geckoprofiler trace. This means you do not need to get the trace for all runs and can skip the overhead it produces. You should not run this together with --cpu since that will get a trace for every iteration. [boolean] + --browsertime.enableVideoRun, --enableVideoRun Make one extra run that collects video and visual metrics. This means you can do your runs with --visualMetrics true --video false --enableVideoRun true to collect visual metrics from all runs and save a video from the profile/video run. If you run it together with --enableProfileRun it will also collect profiling race. [boolean] --browsertime.cjs, --cjs Load scripting files that ends with .js as common js. Default (false) loads files as esmodules. [boolean] [default: false] --browsertime.tcpdump, --tcpdump Collect a tcpdump for each tested URL. The user that runs sitespeed.io should have sudo rights for tcpdump to work. [boolean] [default: false] --browsertime.android, --android Short key to use Android. Will automatically use com.android.chrome for Chrome and stable Firefox. If you want to use another Chrome version, use --chrome.android.package [boolean] [default: false] @@ -342,7 +342,6 @@ Options: --urlAlias Use an alias for the URL (if you feed URLs from a file you can instead have the alias in the file). You need to pass on the same amount of alias as URLs. The alias is used as the name of the URL on the HTML report and in Graphite/InfluxDB. Pass on multiple --urlAlias for multiple alias/URLs. This will override alias in a file. [string] --groupAlias Use an alias for the group/domain. You need to pass on the same amount of alias as URLs. The alias is used as the name of the group in Graphite/InfluxDB. Pass on multiple --groupAlias for multiple alias/groups. This do not work for scripting at the moment. [string] --utc Use Coordinated Universal Time for timestamps [boolean] [default: false] - --logToFile Store the log for your run into a file in logs/sitespeed.io.log [boolean] [default: false] --useHash If your site uses # for URLs and # give you unique URLs you need to turn on useHash. By default is it turned off, meaning URLs with hash and without hash are treated as the same URL [boolean] [default: false] --multi Test multiple URLs within the same browser session (same cache etc). Only works with Browsertime. Use this if you want to test multiple pages (use journey) or want to test multiple pages with scripts. You can mix URLs and scripts (the order will matter): login.js https://www.sitespeed.io/ logout.js - More details: https://www.sitespeed.io/documentation/sitespeed.io/scripting/ [boolean] [default: false] --name Give your test a name. diff --git a/docs/feed/atom.xml b/docs/feed/atom.xml index 230539569..331d5b86d 100644 --- a/docs/feed/atom.xml +++ b/docs/feed/atom.xml @@ -2,7 +2,7 @@ sitespeed.io-release-feed sitespeed.io release feed - 2024-12-23T00:00:00.000Z + 2025-01-21T00:00:00.000Z https://github.com/jpmonette/feed Peter Hedenskog @@ -15,6 +15,130 @@ https://www.sitespeed.io/img/logos/sitespeed.io.png http://www.sitespeed.io/favicon.ico All rights reserved 2022, Peter Hedenskog and team + + <![CDATA[sitespeed.io 36.0.0]]> + https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#36.0.0 + + 2025-01-21T00:00:00.000Z + Added +
    +
  • Update to Coach-core 8.1.1 #4363
  • +
+
    +
  • Use the offical Slack plugin instead of node-slack #4360.
  • +
+
    +
  • Firefox 134, Chrome 132 and NodeJS 22 in the Docker container #4395, #4396 and #4405
  • +
+
    +
  • Let the Docker container output the CPU architecture for easier error reporting #4404.
  • +
+

Fixed

+
    +
  • Replace dependencies with local code:
  • +
+
    +
  • Fix cli command: Use --summaryDetail (not summary-detail) #4376.
  • +
+
    +
  • Remove connectivity output from text since it was broken #4375.
  • +
+
    +
  • Upgrade to co2.js 0.16.4 #4353.
  • +
+
    +
  • Make sure co2 data is only read once at startup #4352.
  • +
+
    +
  • Making the slim container a little smaller #4355.
  • +
+
    +
  • Ugrade to google-cloud/storage-7.14.0 #4361.
  • +
+
    +
  • Upgrade to AWS client 3.717.0 #4368
  • +
+
    +
  • Removed the webdriver manager in the Docker container 4390. We don't use it but on MacOS Selenium still uses it to find the driver for Safari so we can only remove it in Docker.
  • +
+
    +
  • Fix Wilcoxon NaN values when running the compare plugin #4402.
  • +
+]]>
+ + Sitespeed.io + https://www.sitespeed.io + +
+ + <![CDATA[browsertime 24.0.0]]> + https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#24.0.0 + + 2025-01-20T00:00:00.000Z + Added +
    +
  • Edgedriver 132 #2236.
  • +
+
    +
  • Chromedriver 132 #2236.
  • +
+
    +
  • Chrome and Edge 132, Firefox 134 in the Docker container + NodeJS 22 #2255.
  • +
+

Fixed

+
    +
  • Replace dependencies with local implementation:
  • +
+
    +
  • Fix Docker file ENV to follow the new standard #2239.
  • +
+

Changed

+
    +
  • Moved usb-power-profiling to be an optional package #2249.
  • +
+]]>
+ + Sitespeed.io + https://www.sitespeed.io + +
+ + <![CDATA[coach-core 8.1.1]]> + https://github.com/sitespeedio/coach-core/blob/main/CHANGELOG.md#8.1.1 + + 2024-12-28T00:00:00.000Z + Fixed +
    +
  • Fix broken minified release.
  • +
+]]>
+ + Sitespeed.io + https://www.sitespeed.io + +
+ + <![CDATA[coach-core 8.1.0]]> + https://github.com/sitespeedio/coach-core/blob/main/CHANGELOG.md#8.1.0 + + 2024-12-28T00:00:00.000Z + Added + +
    +
  • Use third part web 0.26.2 #113
  • +
+

Fixed

+ +]]>
+ + Sitespeed.io + https://www.sitespeed.io + +
<![CDATA[sitespeed.io 35.7.5]]> https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#35.7.5 @@ -59,7 +183,7 @@
  • Updated dev dependencies #2228.
    • -
    • Fix so the check for gnirehtet always use --android.gnirehtet to fix problens setting it in sitespeed.io #2229.
    • +
    • Fix so the check for gnirehtet always use --android.gnirehtet to fix problems setting it in sitespeed.io #2229.
    • Update to execa 9.5.2 #2231.
    • @@ -98,7 +222,7 @@ 2024-12-20T00:00:00.000Z Fixed
        -
      • Change bottom margin from 10 to 14 pixel when recoring a video on mobile, se bug #2224 and PR #2225.
      • +
      • Change bottom margin from 10 to 14 pixel when recording a video on mobile, se bug #2224 and PR #2225.
      ]]>
      @@ -414,21 +538,6 @@
      • Disable some calls back to home from Firefox #2212.
      -]]> - - Sitespeed.io - https://www.sitespeed.io - - - - <![CDATA[browsertime 23.3.1]]> - https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#23.3.1 - - 2024-11-13T00:00:00.000Z - Fixed -
        -
      • Disable security warning in Firefox 132 #2208 that fixes #2207.
      • -
      ]]>
      Sitespeed.io @@ -444,21 +553,6 @@ -]]> - - Sitespeed.io - https://www.sitespeed.io - -
      - - <![CDATA[sitespeed.io 35.4.1]]> - https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#35.4.1 - - 2024-11-08T00:00:00.000Z - Fixed -
        -
      • It seems to be a problem with Firefox 132 inside of Docker. Lets return to 131 for some time #4313.
      • -
      ]]>
      Sitespeed.io @@ -792,6 +886,36 @@
      • Search: Fix for searching for test type #42.
      +]]> + + Sitespeed.io + https://www.sitespeed.io + +
      + + <![CDATA[coach-core 8.0.2]]> + https://github.com/sitespeedio/coach-core/blob/main/CHANGELOG.md#8.0.2 + + 2023-08-31T00:00:00.000Z + Fixed +
        +
      • Another update to PageXray with a safer HTTP header check.
      • +
      +]]>
      + + Sitespeed.io + https://www.sitespeed.io + +
      + + <![CDATA[coach-core 8.0.1]]> + https://github.com/sitespeedio/coach-core/blob/main/CHANGELOG.md#8.0.1 + + 2023-08-31T00:00:00.000Z + Fixed +
        +
      • Updated PageXray.
      • +
      ]]>
      Sitespeed.io @@ -825,36 +949,6 @@
      • Update to latest minimist #122.
      -]]> - - Sitespeed.io - https://www.sitespeed.io - -
      - - <![CDATA[coach-core 8.0.2]]> - https://github.com/sitespeedio/coach-core/blob/main/CHANGELOG.md#8.0.2 - - 2023-08-31T00:00:00.000Z - Fixed -
        -
      • Another update to PageXray with a safer HTTP header check.
      • -
      -]]>
      - - Sitespeed.io - https://www.sitespeed.io - -
      - - <![CDATA[coach-core 8.0.1]]> - https://github.com/sitespeedio/coach-core/blob/main/CHANGELOG.md#8.0.1 - - 2023-08-31T00:00:00.000Z - Fixed -
        -
      • Updated PageXray.
      • -
      ]]>
      Sitespeed.io @@ -1039,13 +1133,13 @@
      - <![CDATA[pagexray 4.4.2]]> - https://github.com/sitespeedio/pagexray/blob/main/CHANGELOG.md#4.4.2 - + <![CDATA[coach-core 7.1.2]]> + https://github.com/sitespeedio/coach-core/blob/main/CHANGELOG.md#7.1.2 + 2022-05-05T00:00:00.000Z Fixed
        -
      • Added missing SSL timings to the time per domain #117
      • +
      • Upgraded to PageXray 4.4.2 and Third Party Web 0.17.1.
      ]]>
      @@ -1054,13 +1148,13 @@
      - <![CDATA[coach-core 7.1.2]]> - https://github.com/sitespeedio/coach-core/blob/main/CHANGELOG.md#7.1.2 - + <![CDATA[pagexray 4.4.2]]> + https://github.com/sitespeedio/pagexray/blob/main/CHANGELOG.md#4.4.2 + 2022-05-05T00:00:00.000Z Fixed
        -
      • Upgraded to PageXray 4.4.2 and Third Party Web 0.17.1.
      • +
      • Added missing SSL timings to the time per domain #117
      ]]>
      @@ -1133,16 +1227,13 @@
      - <![CDATA[coach-core 7.1.0]]> - https://github.com/sitespeedio/coach-core/blob/main/CHANGELOG.md#7.1.0 - - 2022-02-06T00:00:00.000Z + <![CDATA[pagexray 4.4.0]]> + https://github.com/sitespeedio/pagexray/blob/main/CHANGELOG.md#4.4.0 + + 2022-02-04T00:00:00.000Z Added
        -
      • Upgraded to PageXray 4.0.0.
      • -
      -
        -
      • Upgraded to third party web 0.13.0.
      • +
      • Fallback if mime types aren't mapped and use file endings. At the moment we fallback for some of the font types #109.
      ]]>
      @@ -1159,21 +1250,6 @@
      • Add _isLinkPreload on the request object if it is isLinkPreload #94.
      -]]> - - Sitespeed.io - https://www.sitespeed.io - -
      - - <![CDATA[pagexray 4.4.0]]> - https://github.com/sitespeedio/pagexray/blob/main/CHANGELOG.md#4.4.0 - - 2022-02-04T00:00:00.000Z - Added -
        -
      • Fallback if mime types aren't mapped and use file endings. At the moment we fallback for some of the font types #109.
      • -
      ]]>
      Sitespeed.io @@ -1189,74 +1265,6 @@
      • Add support for setting packet loss. Add --packetLoss and set the loss in percentage.
      -]]> - - Sitespeed.io - https://www.sitespeed.io - -
      - - <![CDATA[coach-core 7.0.0]]> - https://github.com/sitespeedio/coach-core/blob/main/CHANGELOG.md#7.0.0 - - 2021-12-01T00:00:00.000Z - Added -
        -
      • Updated third-party-web to 0.12.6.
      • -
      -
        -
      • Use Chrome(ium) render blocking information to know if a request is render blocking or not #66.
      • -
      -
        -
      • Report offending JavaScript assets if the JavaScript max limits kicks in #70.
      • -
      -
        -
      • New largest contentful paint advice #76.
      • -
      -
        -
      • New first contentful paint advice #77.
      • -
      -
        -
      • Added TBT in the CPU longtask advice #80.
      • -
      -
        -
      • Report content and transfer size for offending URLs #81.
      • -
      -
        -
      • Report offending assets with transfer/content size for page size limit #82.
      • -
      -

      Fixed

      - - -
        -
      • Removed mentions aboout server push #69
      • -
      -
        -
      • Added more information on how to debug CPU advice #71.
      • -
      -

      Changed

      -
        -
      • Moved AMP advice to best practice instead of privacy #67.
      • -
      -
        -
      • Increased favicon max size advice from 5 to 10 kb #68
      • -
      -
        -
      • Renamed the fastRender advice to avoidRenderBlocking #73
      • -
      -
        -
      • Remove the third party async advice #74
      • -
      -
        -
      • Updated the layout shift advice to use cumulative layout shift #75
      • -
      -
        -
      • Changed id of the Google Tag Manager advice #79
      • -
      ]]>
      Sitespeed.io diff --git a/docs/feed/browsertime.atom b/docs/feed/browsertime.atom index f2ee54b09..4bc610020 100644 --- a/docs/feed/browsertime.atom +++ b/docs/feed/browsertime.atom @@ -2,7 +2,7 @@ browsertime-release-feed browsertime release feed - 2024-12-23T21:17:07.404Z + 2025-01-20T19:00:56.963Z https://github.com/jpmonette/feed Peter Hedenskog @@ -16,6 +16,38 @@ http://www.sitespeed.io/favicon.ico All rights reserved 2022, Peter Hedenskog and team + + <![CDATA[browsertime 24.0.0]]> + https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#24.0.0 + + 2025-01-20T00:00:00.000Z + Added +
        +
      • Edgedriver 132 #2236.
      • +
      +
        +
      • Chromedriver 132 #2236.
      • +
      +
        +
      • Chrome and Edge 132, Firefox 134 in the Docker container + NodeJS 22 #2255.
      • +
      +

      Fixed

      +
        +
      • Replace dependencies with local implementation:
      • +
      +
        +
      • Fix Docker file ENV to follow the new standard #2239.
      • +
      +

      Changed

      +
        +
      • Moved usb-power-profiling to be an optional package #2249.
      • +
      +]]>
      + + Sitespeed.io + https://www.sitespeed.io + +
      <![CDATA[browsertime 23.5.0]]> https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#23.5.0 @@ -33,7 +65,7 @@
    • Updated dev dependencies #2228.
      -
    • Fix so the check for gnirehtet always use --android.gnirehtet to fix problens setting it in sitespeed.io #2229.
    • +
    • Fix so the check for gnirehtet always use --android.gnirehtet to fix problems setting it in sitespeed.io #2229.
    • Update to execa 9.5.2 #2231.
    • @@ -57,7 +89,7 @@ 2024-12-20T00:00:00.000Z Fixed
        -
      • Change bottom margin from 10 to 14 pixel when recoring a video on mobile, se bug #2224 and PR #2225.
      • +
      • Change bottom margin from 10 to 14 pixel when recording a video on mobile, se bug #2224 and PR #2225.
      ]]>
      @@ -177,21 +209,6 @@
      • Disable some calls back to home from Firefox #2212.
      -]]> - - Sitespeed.io - https://www.sitespeed.io - - - - <![CDATA[browsertime 23.3.1]]> - https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#23.3.1 - - 2024-11-13T00:00:00.000Z - Fixed -
        -
      • Disable security warning in Firefox 132 #2208 that fixes #2207.
      • -
      ]]>
      Sitespeed.io diff --git a/docs/feed/browsertime.rss b/docs/feed/browsertime.rss index 88c8fb19d..1678762cc 100644 --- a/docs/feed/browsertime.rss +++ b/docs/feed/browsertime.rss @@ -4,7 +4,7 @@ browsertime release feed https://www.sitespeed.io New releases and changelog feed of browsertime - Mon, 23 Dec 2024 21:17:07 GMT + Mon, 20 Jan 2025 19:00:56 GMT https://validator.w3.org/feed/docs/rss2.html https://github.com/jpmonette/feed en @@ -16,6 +16,35 @@ All rights reserved 2022, Peter Hedenskog and team Web Performance + + <![CDATA[browsertime 24.0.0]]> + https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#24.0.0 + https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#24.0.0 + Mon, 20 Jan 2025 00:00:00 GMT + Added +
        +
      • Edgedriver 132 #2236.
      • +
      +
        +
      • Chromedriver 132 #2236.
      • +
      +
        +
      • Chrome and Edge 132, Firefox 134 in the Docker container + NodeJS 22 #2255.
      • +
      +

      Fixed

      +
        +
      • Replace dependencies with local implementation:
      • +
      +
        +
      • Fix Docker file ENV to follow the new standard #2239.
      • +
      +

      Changed

      +
        +
      • Moved usb-power-profiling to be an optional package #2249.
      • +
      +]]>
      + +
      <![CDATA[browsertime 23.5.0]]> https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#23.5.0 @@ -33,7 +62,7 @@
    • Updated dev dependencies #2228.
      -
    • Fix so the check for gnirehtet always use --android.gnirehtet to fix problens setting it in sitespeed.io #2229.
    • +
    • Fix so the check for gnirehtet always use --android.gnirehtet to fix problems setting it in sitespeed.io #2229.
    • Update to execa 9.5.2 #2231.
    • @@ -54,7 +83,7 @@ Fri, 20 Dec 2024 00:00:00 GMT Fixed
        -
      • Change bottom margin from 10 to 14 pixel when recoring a video on mobile, se bug #2224 and PR #2225.
      • +
      • Change bottom margin from 10 to 14 pixel when recording a video on mobile, se bug #2224 and PR #2225.
      ]]>
      @@ -153,18 +182,6 @@
      • Disable some calls back to home from Firefox #2212.
      -]]> - - - - <![CDATA[browsertime 23.3.1]]> - https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#23.3.1 - https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#23.3.1 - Wed, 13 Nov 2024 00:00:00 GMT - Fixed -
        -
      • Disable security warning in Firefox 132 #2208 that fixes #2207.
      • -
      ]]>
      diff --git a/docs/feed/chrome-har.atom b/docs/feed/chrome-har.atom index d4ac64ff6..31553a975 100644 --- a/docs/feed/chrome-har.atom +++ b/docs/feed/chrome-har.atom @@ -2,7 +2,7 @@ chrome-har-release-feed chrome-har release feed - 2024-10-11T13:50:39.328Z + 2024-12-27T07:52:02.791Z https://github.com/jpmonette/feed Peter Hedenskog diff --git a/docs/feed/chrome-har.rss b/docs/feed/chrome-har.rss index 73004876b..bdcc15879 100644 --- a/docs/feed/chrome-har.rss +++ b/docs/feed/chrome-har.rss @@ -4,7 +4,7 @@ chrome-har release feed https://www.sitespeed.io New releases and changelog feed of chrome-har - Fri, 11 Oct 2024 13:50:39 GMT + Fri, 27 Dec 2024 07:52:02 GMT https://validator.w3.org/feed/docs/rss2.html https://github.com/jpmonette/feed en diff --git a/docs/feed/coach-core.atom b/docs/feed/coach-core.atom index 65edb159f..4d57f9d7e 100644 --- a/docs/feed/coach-core.atom +++ b/docs/feed/coach-core.atom @@ -2,7 +2,7 @@ coach-core-release-feed coach-core release feed - 2024-03-21T14:14:57.464Z + 2024-12-28T07:23:52.922Z https://github.com/jpmonette/feed Peter Hedenskog @@ -16,6 +16,43 @@ http://www.sitespeed.io/favicon.ico All rights reserved 2022, Peter Hedenskog and team + + <![CDATA[coach-core 8.1.1]]> + https://github.com/sitespeedio/coach-core/blob/main/CHANGELOG.md#8.1.1 + + 2024-12-28T00:00:00.000Z + Fixed +
        +
      • Fix broken minified release.
      • +
      +]]>
      + + Sitespeed.io + https://www.sitespeed.io + +
      + + <![CDATA[coach-core 8.1.0]]> + https://github.com/sitespeedio/coach-core/blob/main/CHANGELOG.md#8.1.0 + + 2024-12-28T00:00:00.000Z + Added + +
        +
      • Use third part web 0.26.2 #113
      • +
      +

      Fixed

      + +]]>
      + + Sitespeed.io + https://www.sitespeed.io + +
      <![CDATA[coach-core 8.0.2]]> https://github.com/sitespeedio/coach-core/blob/main/CHANGELOG.md#8.0.2 @@ -154,92 +191,6 @@
      • Upgraded to PageXray 4.4.1 and Third Party Web 0.15.0.
      -]]> - - Sitespeed.io - https://www.sitespeed.io - -
      - - <![CDATA[coach-core 7.1.0]]> - https://github.com/sitespeedio/coach-core/blob/main/CHANGELOG.md#7.1.0 - - 2022-02-06T00:00:00.000Z - Added -
        -
      • Upgraded to PageXray 4.0.0.
      • -
      -
        -
      • Upgraded to third party web 0.13.0.
      • -
      -]]>
      - - Sitespeed.io - https://www.sitespeed.io - -
      - - <![CDATA[coach-core 7.0.0]]> - https://github.com/sitespeedio/coach-core/blob/main/CHANGELOG.md#7.0.0 - - 2021-12-01T00:00:00.000Z - Added -
        -
      • Updated third-party-web to 0.12.6.
      • -
      -
        -
      • Use Chrome(ium) render blocking information to know if a request is render blocking or not #66.
      • -
      -
        -
      • Report offending JavaScript assets if the JavaScript max limits kicks in #70.
      • -
      -
        -
      • New largest contentful paint advice #76.
      • -
      -
        -
      • New first contentful paint advice #77.
      • -
      -
        -
      • Added TBT in the CPU longtask advice #80.
      • -
      -
        -
      • Report content and transfer size for offending URLs #81.
      • -
      -
        -
      • Report offending assets with transfer/content size for page size limit #82.
      • -
      -

      Fixed

      - - -
        -
      • Removed mentions aboout server push #69
      • -
      -
        -
      • Added more information on how to debug CPU advice #71.
      • -
      -

      Changed

      -
        -
      • Moved AMP advice to best practice instead of privacy #67.
      • -
      -
        -
      • Increased favicon max size advice from 5 to 10 kb #68
      • -
      -
        -
      • Renamed the fastRender advice to avoidRenderBlocking #73
      • -
      -
        -
      • Remove the third party async advice #74
      • -
      -
        -
      • Updated the layout shift advice to use cumulative layout shift #75
      • -
      -
        -
      • Changed id of the Google Tag Manager advice #79
      • -
      ]]>
      Sitespeed.io diff --git a/docs/feed/coach-core.rss b/docs/feed/coach-core.rss index 872860153..281b810c1 100644 --- a/docs/feed/coach-core.rss +++ b/docs/feed/coach-core.rss @@ -4,7 +4,7 @@ coach-core release feed https://www.sitespeed.io New releases and changelog feed of coach-core - Thu, 21 Mar 2024 14:14:57 GMT + Sat, 28 Dec 2024 07:23:52 GMT https://validator.w3.org/feed/docs/rss2.html https://github.com/jpmonette/feed en @@ -16,6 +16,37 @@ All rights reserved 2022, Peter Hedenskog and team Web Performance + + <![CDATA[coach-core 8.1.1]]> + https://github.com/sitespeedio/coach-core/blob/main/CHANGELOG.md#8.1.1 + https://github.com/sitespeedio/coach-core/blob/main/CHANGELOG.md#8.1.1 + Sat, 28 Dec 2024 00:00:00 GMT + Fixed +
        +
      • Fix broken minified release.
      • +
      +]]>
      + +
      + + <![CDATA[coach-core 8.1.0]]> + https://github.com/sitespeedio/coach-core/blob/main/CHANGELOG.md#8.1.0 + https://github.com/sitespeedio/coach-core/blob/main/CHANGELOG.md#8.1.0 + Sat, 28 Dec 2024 00:00:00 GMT + Added + +
        +
      • Use third part web 0.26.2 #113
      • +
      +

      Fixed

      + +]]>
      + +
      <![CDATA[coach-core 8.0.2]]> https://github.com/sitespeedio/coach-core/blob/main/CHANGELOG.md#8.0.2 @@ -133,86 +164,6 @@
      • Upgraded to PageXray 4.4.1 and Third Party Web 0.15.0.
      -]]> - -
      - - <![CDATA[coach-core 7.1.0]]> - https://github.com/sitespeedio/coach-core/blob/main/CHANGELOG.md#7.1.0 - https://github.com/sitespeedio/coach-core/blob/main/CHANGELOG.md#7.1.0 - Sun, 06 Feb 2022 00:00:00 GMT - Added -
        -
      • Upgraded to PageXray 4.0.0.
      • -
      -
        -
      • Upgraded to third party web 0.13.0.
      • -
      -]]>
      - -
      - - <![CDATA[coach-core 7.0.0]]> - https://github.com/sitespeedio/coach-core/blob/main/CHANGELOG.md#7.0.0 - https://github.com/sitespeedio/coach-core/blob/main/CHANGELOG.md#7.0.0 - Wed, 01 Dec 2021 00:00:00 GMT - Added -
        -
      • Updated third-party-web to 0.12.6.
      • -
      -
        -
      • Use Chrome(ium) render blocking information to know if a request is render blocking or not #66.
      • -
      -
        -
      • Report offending JavaScript assets if the JavaScript max limits kicks in #70.
      • -
      -
        -
      • New largest contentful paint advice #76.
      • -
      -
        -
      • New first contentful paint advice #77.
      • -
      -
        -
      • Added TBT in the CPU longtask advice #80.
      • -
      -
        -
      • Report content and transfer size for offending URLs #81.
      • -
      -
        -
      • Report offending assets with transfer/content size for page size limit #82.
      • -
      -

      Fixed

      - - -
        -
      • Removed mentions aboout server push #69
      • -
      -
        -
      • Added more information on how to debug CPU advice #71.
      • -
      -

      Changed

      -
        -
      • Moved AMP advice to best practice instead of privacy #67.
      • -
      -
        -
      • Increased favicon max size advice from 5 to 10 kb #68
      • -
      -
        -
      • Renamed the fastRender advice to avoidRenderBlocking #73
      • -
      -
        -
      • Remove the third party async advice #74
      • -
      -
        -
      • Updated the layout shift advice to use cumulative layout shift #75
      • -
      -
        -
      • Changed id of the Google Tag Manager advice #79
      • -
      ]]>
      diff --git a/docs/feed/pagexray.atom b/docs/feed/pagexray.atom index 957a54c06..31f47c9b7 100644 --- a/docs/feed/pagexray.atom +++ b/docs/feed/pagexray.atom @@ -2,7 +2,7 @@ pagexray-release-feed pagexray release feed - 2024-03-21T14:14:57.465Z + 2024-12-27T07:52:02.793Z https://github.com/jpmonette/feed Peter Hedenskog diff --git a/docs/feed/pagexray.rss b/docs/feed/pagexray.rss index cc3e4ccf0..8d6d2524f 100644 --- a/docs/feed/pagexray.rss +++ b/docs/feed/pagexray.rss @@ -4,7 +4,7 @@ pagexray release feed https://www.sitespeed.io New releases and changelog feed of pagexray - Thu, 21 Mar 2024 14:14:57 GMT + Fri, 27 Dec 2024 07:52:02 GMT https://validator.w3.org/feed/docs/rss2.html https://github.com/jpmonette/feed en diff --git a/docs/feed/rss.xml b/docs/feed/rss.xml index 520e98835..f850e0be0 100644 --- a/docs/feed/rss.xml +++ b/docs/feed/rss.xml @@ -4,7 +4,7 @@ sitespeed.io release feed https://www.sitespeed.io New releases and changelog feed of sitespeed.io - Mon, 23 Dec 2024 00:00:00 GMT + Tue, 21 Jan 2025 00:00:00 GMT https://validator.w3.org/feed/docs/rss2.html https://github.com/jpmonette/feed en @@ -15,6 +15,118 @@ All rights reserved 2022, Peter Hedenskog and team + + <![CDATA[sitespeed.io 36.0.0]]> + https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#36.0.0 + https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#36.0.0 + Tue, 21 Jan 2025 00:00:00 GMT + Added +
        +
      • Update to Coach-core 8.1.1 #4363
      • +
      +
        +
      • Use the offical Slack plugin instead of node-slack #4360.
      • +
      +
        +
      • Firefox 134, Chrome 132 and NodeJS 22 in the Docker container #4395, #4396 and #4405
      • +
      +
        +
      • Let the Docker container output the CPU architecture for easier error reporting #4404.
      • +
      +

      Fixed

      +
        +
      • Replace dependencies with local code:
      • +
      +
        +
      • Fix cli command: Use --summaryDetail (not summary-detail) #4376.
      • +
      +
        +
      • Remove connectivity output from text since it was broken #4375.
      • +
      +
        +
      • Upgrade to co2.js 0.16.4 #4353.
      • +
      +
        +
      • Make sure co2 data is only read once at startup #4352.
      • +
      +
        +
      • Making the slim container a little smaller #4355.
      • +
      +
        +
      • Ugrade to google-cloud/storage-7.14.0 #4361.
      • +
      +
        +
      • Upgrade to AWS client 3.717.0 #4368
      • +
      +
        +
      • Removed the webdriver manager in the Docker container 4390. We don't use it but on MacOS Selenium still uses it to find the driver for Safari so we can only remove it in Docker.
      • +
      +
        +
      • Fix Wilcoxon NaN values when running the compare plugin #4402.
      • +
      +]]>
      + +
      + + <![CDATA[browsertime 24.0.0]]> + https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#24.0.0 + https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#24.0.0 + Mon, 20 Jan 2025 00:00:00 GMT + Added +
        +
      • Edgedriver 132 #2236.
      • +
      +
        +
      • Chromedriver 132 #2236.
      • +
      +
        +
      • Chrome and Edge 132, Firefox 134 in the Docker container + NodeJS 22 #2255.
      • +
      +

      Fixed

      +
        +
      • Replace dependencies with local implementation:
      • +
      +
        +
      • Fix Docker file ENV to follow the new standard #2239.
      • +
      +

      Changed

      +
        +
      • Moved usb-power-profiling to be an optional package #2249.
      • +
      +]]>
      + +
      + + <![CDATA[coach-core 8.1.1]]> + https://github.com/sitespeedio/coach-core/blob/main/CHANGELOG.md#8.1.1 + https://github.com/sitespeedio/coach-core/blob/main/CHANGELOG.md#8.1.1 + Sat, 28 Dec 2024 00:00:00 GMT + Fixed +
        +
      • Fix broken minified release.
      • +
      +]]>
      + +
      + + <![CDATA[coach-core 8.1.0]]> + https://github.com/sitespeedio/coach-core/blob/main/CHANGELOG.md#8.1.0 + https://github.com/sitespeedio/coach-core/blob/main/CHANGELOG.md#8.1.0 + Sat, 28 Dec 2024 00:00:00 GMT + Added + +
        +
      • Use third part web 0.26.2 #113
      • +
      +

      Fixed

      + +]]>
      + +
      <![CDATA[sitespeed.io 35.7.5]]> https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#35.7.5 @@ -56,7 +168,7 @@
    • Updated dev dependencies #2228.
      -
    • Fix so the check for gnirehtet always use --android.gnirehtet to fix problens setting it in sitespeed.io #2229.
    • +
    • Fix so the check for gnirehtet always use --android.gnirehtet to fix problems setting it in sitespeed.io #2229.
    • Update to execa 9.5.2 #2231.
    • @@ -89,7 +201,7 @@ Fri, 20 Dec 2024 00:00:00 GMT Fixed
        -
      • Change bottom margin from 10 to 14 pixel when recoring a video on mobile, se bug #2224 and PR #2225.
      • +
      • Change bottom margin from 10 to 14 pixel when recording a video on mobile, se bug #2224 and PR #2225.
      ]]>
      @@ -342,18 +454,6 @@
      • Disable some calls back to home from Firefox #2212.
      -]]> - - - - <![CDATA[browsertime 23.3.1]]> - https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#23.3.1 - https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#23.3.1 - Wed, 13 Nov 2024 00:00:00 GMT - Fixed -
        -
      • Disable security warning in Firefox 132 #2208 that fixes #2207.
      • -
      ]]>
      @@ -366,18 +466,6 @@ -]]> - - - - <![CDATA[sitespeed.io 35.4.1]]> - https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#35.4.1 - https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#35.4.1 - Fri, 08 Nov 2024 00:00:00 GMT - Fixed -
        -
      • It seems to be a problem with Firefox 132 inside of Docker. Lets return to 131 for some time #4313.
      • -
      ]]>
      @@ -638,6 +726,30 @@
    ]]> + + <![CDATA[coach-core 8.0.2]]> + https://github.com/sitespeedio/coach-core/blob/main/CHANGELOG.md#8.0.2 + https://github.com/sitespeedio/coach-core/blob/main/CHANGELOG.md#8.0.2 + Thu, 31 Aug 2023 00:00:00 GMT + Fixed +
      +
    • Another update to PageXray with a safer HTTP header check.
    • +
    +]]>
    + +
    + + <![CDATA[coach-core 8.0.1]]> + https://github.com/sitespeedio/coach-core/blob/main/CHANGELOG.md#8.0.1 + https://github.com/sitespeedio/coach-core/blob/main/CHANGELOG.md#8.0.1 + Thu, 31 Aug 2023 00:00:00 GMT + Fixed +
      +
    • Updated PageXray.
    • +
    +]]>
    + +
    <![CDATA[pagexray 4.4.4]]> https://github.com/sitespeedio/pagexray/blob/main/CHANGELOG.md#4.4.4 @@ -665,30 +777,6 @@ ]]> - - <![CDATA[coach-core 8.0.2]]> - https://github.com/sitespeedio/coach-core/blob/main/CHANGELOG.md#8.0.2 - https://github.com/sitespeedio/coach-core/blob/main/CHANGELOG.md#8.0.2 - Thu, 31 Aug 2023 00:00:00 GMT - Fixed -
      -
    • Another update to PageXray with a safer HTTP header check.
    • -
    -]]>
    - -
    - - <![CDATA[coach-core 8.0.1]]> - https://github.com/sitespeedio/coach-core/blob/main/CHANGELOG.md#8.0.1 - https://github.com/sitespeedio/coach-core/blob/main/CHANGELOG.md#8.0.1 - Thu, 31 Aug 2023 00:00:00 GMT - Fixed -
      -
    • Updated PageXray.
    • -
    -]]>
    - -
    <![CDATA[coach-core 8.0.0]]> https://github.com/sitespeedio/coach-core/blob/main/CHANGELOG.md#8.0.0 @@ -830,18 +918,6 @@ ]]> - - <![CDATA[pagexray 4.4.2]]> - https://github.com/sitespeedio/pagexray/blob/main/CHANGELOG.md#4.4.2 - https://github.com/sitespeedio/pagexray/blob/main/CHANGELOG.md#4.4.2 - Thu, 05 May 2022 00:00:00 GMT - Fixed -
      -
    • Added missing SSL timings to the time per domain #117
    • -
    -]]>
    - -
    <![CDATA[coach-core 7.1.2]]> https://github.com/sitespeedio/coach-core/blob/main/CHANGELOG.md#7.1.2 @@ -854,6 +930,18 @@ ]]> + + <![CDATA[pagexray 4.4.2]]> + https://github.com/sitespeedio/pagexray/blob/main/CHANGELOG.md#4.4.2 + https://github.com/sitespeedio/pagexray/blob/main/CHANGELOG.md#4.4.2 + Thu, 05 May 2022 00:00:00 GMT + Fixed +
      +
    • Added missing SSL timings to the time per domain #117
    • +
    +]]>
    + +
    <![CDATA[throttle 3.1.1]]> https://github.com/sitespeedio/throttle/blob/main/CHANGELOG.md#3.1.1 @@ -905,19 +993,16 @@ - <![CDATA[coach-core 7.1.0]]> - https://github.com/sitespeedio/coach-core/blob/main/CHANGELOG.md#7.1.0 - https://github.com/sitespeedio/coach-core/blob/main/CHANGELOG.md#7.1.0 - Sun, 06 Feb 2022 00:00:00 GMT + <![CDATA[pagexray 4.4.0]]> + https://github.com/sitespeedio/pagexray/blob/main/CHANGELOG.md#4.4.0 + https://github.com/sitespeedio/pagexray/blob/main/CHANGELOG.md#4.4.0 + Fri, 04 Feb 2022 00:00:00 GMT Added
      -
    • Upgraded to PageXray 4.0.0.
    • -
    -
      -
    • Upgraded to third party web 0.13.0.
    • +
    • Fallback if mime types aren't mapped and use file endings. At the moment we fallback for some of the font types #109.
    ]]>
    - +
    <![CDATA[chrome-har 0.13.0]]> @@ -930,18 +1015,6 @@ ]]> - - <![CDATA[pagexray 4.4.0]]> - https://github.com/sitespeedio/pagexray/blob/main/CHANGELOG.md#4.4.0 - https://github.com/sitespeedio/pagexray/blob/main/CHANGELOG.md#4.4.0 - Fri, 04 Feb 2022 00:00:00 GMT - Added -
      -
    • Fallback if mime types aren't mapped and use file endings. At the moment we fallback for some of the font types #109.
    • -
    -]]>
    - -
    <![CDATA[throttle 3.1.0]]> https://github.com/sitespeedio/throttle/blob/main/CHANGELOG.md#3.1.0 @@ -953,71 +1026,6 @@ ]]> - - <![CDATA[coach-core 7.0.0]]> - https://github.com/sitespeedio/coach-core/blob/main/CHANGELOG.md#7.0.0 - https://github.com/sitespeedio/coach-core/blob/main/CHANGELOG.md#7.0.0 - Wed, 01 Dec 2021 00:00:00 GMT - Added -
      -
    • Updated third-party-web to 0.12.6.
    • -
    -
      -
    • Use Chrome(ium) render blocking information to know if a request is render blocking or not #66.
    • -
    -
      -
    • Report offending JavaScript assets if the JavaScript max limits kicks in #70.
    • -
    -
      -
    • New largest contentful paint advice #76.
    • -
    -
      -
    • New first contentful paint advice #77.
    • -
    -
      -
    • Added TBT in the CPU longtask advice #80.
    • -
    -
      -
    • Report content and transfer size for offending URLs #81.
    • -
    -
      -
    • Report offending assets with transfer/content size for page size limit #82.
    • -
    -

    Fixed

    - - -
      -
    • Removed mentions aboout server push #69
    • -
    -
      -
    • Added more information on how to debug CPU advice #71.
    • -
    -

    Changed

    -
      -
    • Moved AMP advice to best practice instead of privacy #67.
    • -
    -
      -
    • Increased favicon max size advice from 5 to 10 kb #68
    • -
    -
      -
    • Renamed the fastRender advice to avoidRenderBlocking #73
    • -
    -
      -
    • Remove the third party async advice #74
    • -
    -
      -
    • Updated the layout shift advice to use cumulative layout shift #75
    • -
    -
      -
    • Changed id of the Google Tag Manager advice #79
    • -
    -]]>
    - -
    <![CDATA[coach 7.0.0]]> https://github.com/sitespeedio/coach/blob/main/CHANGELOG.md#7.0.0 diff --git a/docs/feed/server.atom b/docs/feed/server.atom index 28774d9e1..a78a39631 100644 --- a/docs/feed/server.atom +++ b/docs/feed/server.atom @@ -2,7 +2,7 @@ server-release-feed server release feed - 2024-12-14T12:48:06.959Z + 2024-12-27T07:52:02.793Z https://github.com/jpmonette/feed Peter Hedenskog diff --git a/docs/feed/server.rss b/docs/feed/server.rss index 57ae1b2c1..5ffc3a33b 100644 --- a/docs/feed/server.rss +++ b/docs/feed/server.rss @@ -4,7 +4,7 @@ server release feed https://www.sitespeed.io New releases and changelog feed of server - Sat, 14 Dec 2024 12:48:06 GMT + Fri, 27 Dec 2024 07:52:02 GMT https://validator.w3.org/feed/docs/rss2.html https://github.com/jpmonette/feed en diff --git a/docs/feed/sitespeed.io.atom b/docs/feed/sitespeed.io.atom index ddf07b9cb..1340c6fd2 100644 --- a/docs/feed/sitespeed.io.atom +++ b/docs/feed/sitespeed.io.atom @@ -2,7 +2,7 @@ sitespeed.io-release-feed sitespeed.io release feed - 2024-12-23T21:32:10.840Z + 2025-01-21T06:29:31.632Z https://github.com/jpmonette/feed Peter Hedenskog @@ -16,6 +16,61 @@ http://www.sitespeed.io/favicon.ico All rights reserved 2022, Peter Hedenskog and team + + <![CDATA[sitespeed.io 36.0.0]]> + https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#36.0.0 + + 2025-01-21T00:00:00.000Z + Added +
      +
    • Update to Coach-core 8.1.1 #4363
    • +
    +
      +
    • Use the offical Slack plugin instead of node-slack #4360.
    • +
    +
      +
    • Firefox 134, Chrome 132 and NodeJS 22 in the Docker container #4395, #4396 and #4405
    • +
    +
      +
    • Let the Docker container output the CPU architecture for easier error reporting #4404.
    • +
    +

    Fixed

    +
      +
    • Replace dependencies with local code:
    • +
    +
      +
    • Fix cli command: Use --summaryDetail (not summary-detail) #4376.
    • +
    +
      +
    • Remove connectivity output from text since it was broken #4375.
    • +
    +
      +
    • Upgrade to co2.js 0.16.4 #4353.
    • +
    +
      +
    • Make sure co2 data is only read once at startup #4352.
    • +
    +
      +
    • Making the slim container a little smaller #4355.
    • +
    +
      +
    • Ugrade to google-cloud/storage-7.14.0 #4361.
    • +
    +
      +
    • Upgrade to AWS client 3.717.0 #4368
    • +
    +
      +
    • Removed the webdriver manager in the Docker container 4390. We don't use it but on MacOS Selenium still uses it to find the driver for Safari so we can only remove it in Docker.
    • +
    +
      +
    • Fix Wilcoxon NaN values when running the compare plugin #4402.
    • +
    +]]>
    + + Sitespeed.io + https://www.sitespeed.io + +
    <![CDATA[sitespeed.io 35.7.5]]> https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#35.7.5 @@ -173,21 +228,6 @@ -]]> - - Sitespeed.io - https://www.sitespeed.io - - - - <![CDATA[sitespeed.io 35.4.1]]> - https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#35.4.1 - - 2024-11-08T00:00:00.000Z - Fixed -
      -
    • It seems to be a problem with Firefox 132 inside of Docker. Lets return to 131 for some time #4313.
    • -
    ]]>
    Sitespeed.io diff --git a/docs/feed/sitespeed.io.rss b/docs/feed/sitespeed.io.rss index 04dd377a4..11f17f4a5 100644 --- a/docs/feed/sitespeed.io.rss +++ b/docs/feed/sitespeed.io.rss @@ -4,7 +4,7 @@ sitespeed.io release feed https://www.sitespeed.io New releases and changelog feed of sitespeed.io - Mon, 23 Dec 2024 21:32:10 GMT + Tue, 21 Jan 2025 06:29:31 GMT https://validator.w3.org/feed/docs/rss2.html https://github.com/jpmonette/feed en @@ -16,6 +16,58 @@ All rights reserved 2022, Peter Hedenskog and team Web Performance + + <![CDATA[sitespeed.io 36.0.0]]> + https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#36.0.0 + https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#36.0.0 + Tue, 21 Jan 2025 00:00:00 GMT + Added +
      +
    • Update to Coach-core 8.1.1 #4363
    • +
    +
      +
    • Use the offical Slack plugin instead of node-slack #4360.
    • +
    +
      +
    • Firefox 134, Chrome 132 and NodeJS 22 in the Docker container #4395, #4396 and #4405
    • +
    +
      +
    • Let the Docker container output the CPU architecture for easier error reporting #4404.
    • +
    +

    Fixed

    +
      +
    • Replace dependencies with local code:
    • +
    +
      +
    • Fix cli command: Use --summaryDetail (not summary-detail) #4376.
    • +
    +
      +
    • Remove connectivity output from text since it was broken #4375.
    • +
    +
      +
    • Upgrade to co2.js 0.16.4 #4353.
    • +
    +
      +
    • Make sure co2 data is only read once at startup #4352.
    • +
    +
      +
    • Making the slim container a little smaller #4355.
    • +
    +
      +
    • Ugrade to google-cloud/storage-7.14.0 #4361.
    • +
    +
      +
    • Upgrade to AWS client 3.717.0 #4368
    • +
    +
      +
    • Removed the webdriver manager in the Docker container 4390. We don't use it but on MacOS Selenium still uses it to find the driver for Safari so we can only remove it in Docker.
    • +
    +
      +
    • Fix Wilcoxon NaN values when running the compare plugin #4402.
    • +
    +]]>
    + +
    <![CDATA[sitespeed.io 35.7.5]]> https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#35.7.5 @@ -149,18 +201,6 @@ -]]> - - - - <![CDATA[sitespeed.io 35.4.1]]> - https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#35.4.1 - https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#35.4.1 - Fri, 08 Nov 2024 00:00:00 GMT - Fixed -
      -
    • It seems to be a problem with Firefox 132 inside of Docker. Lets return to 131 for some time #4313.
    • -
    ]]>
    diff --git a/docs/feed/testrunner.atom b/docs/feed/testrunner.atom index 47c0d58bc..9aaa9e039 100644 --- a/docs/feed/testrunner.atom +++ b/docs/feed/testrunner.atom @@ -2,7 +2,7 @@ testrunner-release-feed testrunner release feed - 2024-12-18T09:31:31.151Z + 2024-12-27T07:52:02.795Z https://github.com/jpmonette/feed Peter Hedenskog diff --git a/docs/feed/testrunner.rss b/docs/feed/testrunner.rss index f538c6b68..0a361270e 100644 --- a/docs/feed/testrunner.rss +++ b/docs/feed/testrunner.rss @@ -4,7 +4,7 @@ testrunner release feed https://www.sitespeed.io New releases and changelog feed of testrunner - Wed, 18 Dec 2024 09:31:31 GMT + Fri, 27 Dec 2024 07:52:02 GMT https://validator.w3.org/feed/docs/rss2.html https://github.com/jpmonette/feed en diff --git a/docs/feed/throttle.atom b/docs/feed/throttle.atom index bb9fbc595..f7af438ef 100644 --- a/docs/feed/throttle.atom +++ b/docs/feed/throttle.atom @@ -2,7 +2,7 @@ throttle-release-feed throttle release feed - 2024-08-26T17:27:51.901Z + 2024-12-27T07:52:02.796Z https://github.com/jpmonette/feed Peter Hedenskog diff --git a/docs/feed/throttle.rss b/docs/feed/throttle.rss index 458ed44e1..eb6f251ad 100644 --- a/docs/feed/throttle.rss +++ b/docs/feed/throttle.rss @@ -4,7 +4,7 @@ throttle release feed https://www.sitespeed.io New releases and changelog feed of throttle - Mon, 26 Aug 2024 17:27:51 GMT + Fri, 27 Dec 2024 07:52:02 GMT https://validator.w3.org/feed/docs/rss2.html https://github.com/jpmonette/feed en