diff --git a/docs/_includes/version/sitespeed.io.txt b/docs/_includes/version/sitespeed.io.txt index 5364a1f16..0d036a7b9 100644 --- a/docs/_includes/version/sitespeed.io.txt +++ b/docs/_includes/version/sitespeed.io.txt @@ -1 +1 @@ -37.0.4 \ No newline at end of file +37.1.0 \ No newline at end of file diff --git a/docs/feed/atom.xml b/docs/feed/atom.xml index 258eb835b..fd5d5bc49 100644 --- a/docs/feed/atom.xml +++ b/docs/feed/atom.xml @@ -2,7 +2,7 @@ sitespeed.io-release-feed sitespeed.io release feed - 2025-03-06T00:00:00.000Z + 2025-03-08T00:00:00.000Z https://github.com/jpmonette/feed Peter Hedenskog @@ -15,6 +15,40 @@ 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 37.1.0]]> + https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#37.1.0 + + 2025-03-08T00:00:00.000Z + Added +
    +
  • The Docker container now contains Chrome 134.0, Firefox 136 and Edge 134.0.
  • +
+

Fixed

+
    +
  • Simplified logic for uploading files to S3 since we have reports that it do not work 100% #4472.
  • +
+]]>
+ + Sitespeed.io + https://www.sitespeed.io + +
+ + <![CDATA[sitespeed.io 37.0.4]]> + https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#37.0.4 + + 2025-03-07T00:00:00.000Z + Fixed +
    +
  • Sending annotations to Graphite failed because of InfluxDB check #4469.
  • +
+]]>
+ + Sitespeed.io + https://www.sitespeed.io + +
<![CDATA[sitespeed.io 37.0.3]]> https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#37.0.3 @@ -304,27 +338,6 @@
  • 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 - - 2025-02-02T00:00:00.000Z - Fixed -
    -
  • 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.
  • -
-
    -
  • Fix so API calls also looks for --android.enabled to know if you want to test on Android #4427.
  • -
]]>
Sitespeed.io @@ -340,21 +353,6 @@
  • Disable verbose logging from GUI #130.
-]]> - - Sitespeed.io - https://www.sitespeed.io - -
- - <![CDATA[sitespeed.io 36.2.3]]> - https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#36.2.3 - - 2025-01-30T00:00:00.000Z - Fixed -
    -
  • Even better handling of missing runtime settings #4420.
  • -
]]>
Sitespeed.io diff --git a/docs/feed/rss.xml b/docs/feed/rss.xml index 70f1a4aa4..a2de599d0 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 - Thu, 06 Mar 2025 00:00:00 GMT + Sat, 08 Mar 2025 00:00:00 GMT https://validator.w3.org/feed/docs/rss2.html https://github.com/jpmonette/feed en @@ -15,6 +15,34 @@ All rights reserved 2022, Peter Hedenskog and team + + <![CDATA[sitespeed.io 37.1.0]]> + https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#37.1.0 + https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#37.1.0 + Sat, 08 Mar 2025 00:00:00 GMT + Added +
    +
  • The Docker container now contains Chrome 134.0, Firefox 136 and Edge 134.0.
  • +
+

Fixed

+
    +
  • Simplified logic for uploading files to S3 since we have reports that it do not work 100% #4472.
  • +
+]]>
+ +
+ + <![CDATA[sitespeed.io 37.0.4]]> + https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#37.0.4 + https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#37.0.4 + Fri, 07 Mar 2025 00:00:00 GMT + Fixed +
    +
  • Sending annotations to Graphite failed because of InfluxDB check #4469.
  • +
+]]>
+ +
<![CDATA[sitespeed.io 37.0.3]]> https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#37.0.3 @@ -248,24 +276,6 @@
  • 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 - https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#36.2.4 - Sun, 02 Feb 2025 00:00:00 GMT - Fixed -
    -
  • 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.
  • -
-
    -
  • Fix so API calls also looks for --android.enabled to know if you want to test on Android #4427.
  • -
]]>
@@ -280,18 +290,6 @@ ]]> - - <![CDATA[sitespeed.io 36.2.3]]> - https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#36.2.3 - https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#36.2.3 - Thu, 30 Jan 2025 00:00:00 GMT - Fixed -
    -
  • Even better handling of missing runtime settings #4420.
  • -
-]]>
- -
<![CDATA[server 1.3.0]]> https://github.com/sitespeedio/server/blob/main/CHANGELOG.md#1.3.0 diff --git a/docs/feed/sitespeed.io.atom b/docs/feed/sitespeed.io.atom index b2659f7d3..da20a0272 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-03-06T04:55:40.239Z + 2025-03-08T15:38:01.609Z https://github.com/jpmonette/feed Peter Hedenskog @@ -16,6 +16,40 @@ http://www.sitespeed.io/favicon.ico All rights reserved 2022, Peter Hedenskog and team + + <![CDATA[sitespeed.io 37.1.0]]> + https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#37.1.0 + + 2025-03-08T00:00:00.000Z + Added +
    +
  • The Docker container now contains Chrome 134.0, Firefox 136 and Edge 134.0.
  • +
+

Fixed

+
    +
  • Simplified logic for uploading files to S3 since we have reports that it do not work 100% #4472.
  • +
+]]>
+ + Sitespeed.io + https://www.sitespeed.io + +
+ + <![CDATA[sitespeed.io 37.0.4]]> + https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#37.0.4 + + 2025-03-07T00:00:00.000Z + Fixed +
    +
  • Sending annotations to Graphite failed because of InfluxDB check #4469.
  • +
+]]>
+ + Sitespeed.io + https://www.sitespeed.io + +
<![CDATA[sitespeed.io 37.0.3]]> https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#37.0.3 @@ -153,42 +187,6 @@
  • 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 - - 2025-02-02T00:00:00.000Z - Fixed -
    -
  • 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.
  • -
-
    -
  • Fix so API calls also looks for --android.enabled to know if you want to test on Android #4427.
  • -
-]]>
- - Sitespeed.io - https://www.sitespeed.io - -
- - <![CDATA[sitespeed.io 36.2.3]]> - https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#36.2.3 - - 2025-01-30T00:00:00.000Z - Fixed -
    -
  • Even better handling of missing runtime settings #4420.
  • -
]]>
Sitespeed.io diff --git a/docs/feed/sitespeed.io.rss b/docs/feed/sitespeed.io.rss index 705138491..515005a33 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 - Thu, 06 Mar 2025 04:55:40 GMT + Sat, 08 Mar 2025 15:38:01 GMT https://validator.w3.org/feed/docs/rss2.html https://github.com/jpmonette/feed en @@ -16,6 +16,34 @@ All rights reserved 2022, Peter Hedenskog and team Web Performance + + <![CDATA[sitespeed.io 37.1.0]]> + https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#37.1.0 + https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#37.1.0 + Sat, 08 Mar 2025 00:00:00 GMT + Added +
    +
  • The Docker container now contains Chrome 134.0, Firefox 136 and Edge 134.0.
  • +
+

Fixed

+
    +
  • Simplified logic for uploading files to S3 since we have reports that it do not work 100% #4472.
  • +
+]]>
+ +
+ + <![CDATA[sitespeed.io 37.0.4]]> + https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#37.0.4 + https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#37.0.4 + Fri, 07 Mar 2025 00:00:00 GMT + Fixed +
    +
  • Sending annotations to Graphite failed because of InfluxDB check #4469.
  • +
+]]>
+ +
<![CDATA[sitespeed.io 37.0.3]]> https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#37.0.3 @@ -132,36 +160,6 @@
  • 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 - https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#36.2.4 - Sun, 02 Feb 2025 00:00:00 GMT - Fixed -
    -
  • 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.
  • -
-
    -
  • Fix so API calls also looks for --android.enabled to know if you want to test on Android #4427.
  • -
-]]>
- -
- - <![CDATA[sitespeed.io 36.2.3]]> - https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#36.2.3 - https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#36.2.3 - Thu, 30 Jan 2025 00:00:00 GMT - Fixed -
    -
  • Even better handling of missing runtime settings #4420.
  • -
]]>