From 2edc0758aaa5de4c1955fe316942d2bbad811a64 Mon Sep 17 00:00:00 2001 From: Peter Hedenskog Date: Mon, 3 Feb 2025 09:20:22 +0100 Subject: [PATCH] bump --- docs/_includes/version/sitespeed.io.txt | 2 +- docs/feed/sitespeed.io.atom | 74 ++++++------------------- docs/feed/sitespeed.io.rss | 68 +++++------------------ 3 files changed, 32 insertions(+), 112 deletions(-) diff --git a/docs/_includes/version/sitespeed.io.txt b/docs/_includes/version/sitespeed.io.txt index ed41edc3b..78cbbe428 100644 --- a/docs/_includes/version/sitespeed.io.txt +++ b/docs/_includes/version/sitespeed.io.txt @@ -1 +1 @@ -36.2.4 \ No newline at end of file +36.2.5 \ No newline at end of file diff --git a/docs/feed/sitespeed.io.atom b/docs/feed/sitespeed.io.atom index b1fb75787..a85f13358 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 - 2025-02-02T17:40:23.999Z + 2025-02-03T08:20:01.115Z https://github.com/jpmonette/feed Peter Hedenskog @@ -16,6 +16,21 @@ http://www.sitespeed.io/favicon.ico All rights reserved 2022, Peter Hedenskog and team + + <![CDATA[sitespeed.io 36.2.5]]> + https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#36.2.5 + + 2025-02-03T00:00:00.000Z + Fixed +
    +
  • The check for sending Android test through APIs was broken in 36.2.4, fixed in #4428.
  • +
+]]>
+ + Sitespeed.io + https://www.sitespeed.io + +
<![CDATA[sitespeed.io 36.2.4]]> https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#36.2.4 @@ -23,7 +38,7 @@ 2025-02-02T00:00:00.000Z Fixed
    -
  • The GitHub actions tests on Windows was broken. I think GitHub changed their setup: Suddenly the path to plugins was broken. Rerunning old test that used to work, failed with the same code on our side. It's fixed by #4426.
  • +
  • The GitHub actions tests on Windows was broken. I think GitHub changed tere heir setup: Suddenly the path to plugins was broken. Rerunning old test that used to work, failed with the same code on our side. It's fixed by #4426.
  • We have had issues with parsing Android configuration because of the --android flag to enable Android tests. The problem was that in some cases the internal configuration object become an Array (instead of an object) and that made some objects to do not work. The PR #4422 removes --android from the cli help, however it will still work as before.
  • @@ -164,61 +179,6 @@
    • Disable the CPU/enableProfileRun check introduced in 36.0.0, that affected too many users #4408.
    -]]>
- - Sitespeed.io - https://www.sitespeed.io - -
- - <![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 diff --git a/docs/feed/sitespeed.io.rss b/docs/feed/sitespeed.io.rss index ef457ec30..810011218 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 - Sun, 02 Feb 2025 17:40:23 GMT + Mon, 03 Feb 2025 08:20:01 GMT https://validator.w3.org/feed/docs/rss2.html https://github.com/jpmonette/feed en @@ -16,6 +16,18 @@ All rights reserved 2022, Peter Hedenskog and team Web Performance + + <![CDATA[sitespeed.io 36.2.5]]> + https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#36.2.5 + https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#36.2.5 + Mon, 03 Feb 2025 00:00:00 GMT + Fixed +
    +
  • The check for sending Android test through APIs was broken in 36.2.4, fixed in #4428.
  • +
+]]>
+ +
<![CDATA[sitespeed.io 36.2.4]]> https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#36.2.4 @@ -23,7 +35,7 @@ Sun, 02 Feb 2025 00:00:00 GMT Fixed
    -
  • The GitHub actions tests on Windows was broken. I think GitHub changed their setup: Suddenly the path to plugins was broken. Rerunning old test that used to work, failed with the same code on our side. It's fixed by #4426.
  • +
  • The GitHub actions tests on Windows was broken. I think GitHub changed tere heir setup: Suddenly the path to plugins was broken. Rerunning old test that used to work, failed with the same code on our side. It's fixed by #4426.
  • We have had issues with parsing Android configuration because of the --android flag to enable Android tests. The problem was that in some cases the internal configuration object become an Array (instead of an object) and that made some objects to do not work. The PR #4422 removes --android from the cli help, however it will still work as before.
  • @@ -140,58 +152,6 @@
    • Disable the CPU/enableProfileRun check introduced in 36.0.0, that affected too many users #4408.
    -]]> - - - - <![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.
    • -
    ]]>