bump
This commit is contained in:
parent
b4fb56269d
commit
5f83d4d647
|
|
@ -1 +1 @@
|
||||||
37.0.4
|
37.1.0
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
<feed xmlns="http://www.w3.org/2005/Atom">
|
<feed xmlns="http://www.w3.org/2005/Atom">
|
||||||
<id>sitespeed.io-release-feed</id>
|
<id>sitespeed.io-release-feed</id>
|
||||||
<title>sitespeed.io release feed</title>
|
<title>sitespeed.io release feed</title>
|
||||||
<updated>2025-03-06T00:00:00.000Z</updated>
|
<updated>2025-03-08T00:00:00.000Z</updated>
|
||||||
<generator>https://github.com/jpmonette/feed</generator>
|
<generator>https://github.com/jpmonette/feed</generator>
|
||||||
<author>
|
<author>
|
||||||
<name>Peter Hedenskog</name>
|
<name>Peter Hedenskog</name>
|
||||||
|
|
@ -15,6 +15,40 @@
|
||||||
<logo>https://www.sitespeed.io/img/logos/sitespeed.io.png</logo>
|
<logo>https://www.sitespeed.io/img/logos/sitespeed.io.png</logo>
|
||||||
<icon>http://www.sitespeed.io/favicon.ico</icon>
|
<icon>http://www.sitespeed.io/favicon.ico</icon>
|
||||||
<rights>All rights reserved 2022, Peter Hedenskog and team</rights>
|
<rights>All rights reserved 2022, Peter Hedenskog and team</rights>
|
||||||
|
<entry>
|
||||||
|
<title type="html"><![CDATA[sitespeed.io 37.1.0]]></title>
|
||||||
|
<id>https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#37.1.0</id>
|
||||||
|
<link href="https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#37.1.0"/>
|
||||||
|
<updated>2025-03-08T00:00:00.000Z</updated>
|
||||||
|
<summary type="html"><![CDATA[<h3>Added</h3>
|
||||||
|
<ul>
|
||||||
|
<li>The Docker container now contains Chrome 134.0, Firefox 136 and Edge 134.0.</li>
|
||||||
|
</ul>
|
||||||
|
<h3>Fixed</h3>
|
||||||
|
<ul>
|
||||||
|
<li>Simplified logic for uploading files to S3 since we have reports that it do not work 100% <a href="https://github.com/sitespeedio/sitespeed.io/pull/4472">#4472</a>.</li>
|
||||||
|
</ul>
|
||||||
|
]]></summary>
|
||||||
|
<author>
|
||||||
|
<name>Sitespeed.io</name>
|
||||||
|
<uri>https://www.sitespeed.io</uri>
|
||||||
|
</author>
|
||||||
|
</entry>
|
||||||
|
<entry>
|
||||||
|
<title type="html"><![CDATA[sitespeed.io 37.0.4]]></title>
|
||||||
|
<id>https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#37.0.4</id>
|
||||||
|
<link href="https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#37.0.4"/>
|
||||||
|
<updated>2025-03-07T00:00:00.000Z</updated>
|
||||||
|
<summary type="html"><![CDATA[<h3>Fixed</h3>
|
||||||
|
<ul>
|
||||||
|
<li>Sending annotations to Graphite failed because of InfluxDB check <a href="https://github.com/sitespeedio/sitespeed.io/pull/4469">#4469</a>.</li>
|
||||||
|
</ul>
|
||||||
|
]]></summary>
|
||||||
|
<author>
|
||||||
|
<name>Sitespeed.io</name>
|
||||||
|
<uri>https://www.sitespeed.io</uri>
|
||||||
|
</author>
|
||||||
|
</entry>
|
||||||
<entry>
|
<entry>
|
||||||
<title type="html"><![CDATA[sitespeed.io 37.0.3]]></title>
|
<title type="html"><![CDATA[sitespeed.io 37.0.3]]></title>
|
||||||
<id>https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#37.0.3</id>
|
<id>https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#37.0.3</id>
|
||||||
|
|
@ -304,27 +338,6 @@
|
||||||
<ul>
|
<ul>
|
||||||
<li>The check for sending Android test through APIs was broken in 36.2.4, fixed in <a href="https://github.com/sitespeedio/sitespeed.io/pull/4428">#4428</a>.</li>
|
<li>The check for sending Android test through APIs was broken in 36.2.4, fixed in <a href="https://github.com/sitespeedio/sitespeed.io/pull/4428">#4428</a>.</li>
|
||||||
</ul>
|
</ul>
|
||||||
]]></summary>
|
|
||||||
<author>
|
|
||||||
<name>Sitespeed.io</name>
|
|
||||||
<uri>https://www.sitespeed.io</uri>
|
|
||||||
</author>
|
|
||||||
</entry>
|
|
||||||
<entry>
|
|
||||||
<title type="html"><![CDATA[sitespeed.io 36.2.4]]></title>
|
|
||||||
<id>https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#36.2.4</id>
|
|
||||||
<link href="https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#36.2.4"/>
|
|
||||||
<updated>2025-02-02T00:00:00.000Z</updated>
|
|
||||||
<summary type="html"><![CDATA[<h3>Fixed</h3>
|
|
||||||
<ul>
|
|
||||||
<li>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 <a href="https://github.com/sitespeedio/sitespeed.io/pull/4426">#4426</a>.</li>
|
|
||||||
</ul>
|
|
||||||
<ul>
|
|
||||||
<li>We have had issues with parsing Android configuration because of the <code>--android</code> 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 <a href="https://github.com/sitespeedio/sitespeed.io/pull/4422">#4422</a> removes <code>--android</code> from the cli help, however it will still work as before.</li>
|
|
||||||
</ul>
|
|
||||||
<ul>
|
|
||||||
<li>Fix so API calls also looks for <code>--android.enabled</code> to know if you want to test on Android <a href="https://github.com/sitespeedio/sitespeed.io/pull/4427">#4427</a>.</li>
|
|
||||||
</ul>
|
|
||||||
]]></summary>
|
]]></summary>
|
||||||
<author>
|
<author>
|
||||||
<name>Sitespeed.io</name>
|
<name>Sitespeed.io</name>
|
||||||
|
|
@ -340,21 +353,6 @@
|
||||||
<ul>
|
<ul>
|
||||||
<li>Disable verbose logging from GUI <a href="https://github.com/sitespeedio/onlinetest/pull/130">#130</a>.</li>
|
<li>Disable verbose logging from GUI <a href="https://github.com/sitespeedio/onlinetest/pull/130">#130</a>.</li>
|
||||||
</ul>
|
</ul>
|
||||||
]]></summary>
|
|
||||||
<author>
|
|
||||||
<name>Sitespeed.io</name>
|
|
||||||
<uri>https://www.sitespeed.io</uri>
|
|
||||||
</author>
|
|
||||||
</entry>
|
|
||||||
<entry>
|
|
||||||
<title type="html"><![CDATA[sitespeed.io 36.2.3]]></title>
|
|
||||||
<id>https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#36.2.3</id>
|
|
||||||
<link href="https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#36.2.3"/>
|
|
||||||
<updated>2025-01-30T00:00:00.000Z</updated>
|
|
||||||
<summary type="html"><![CDATA[<h3>Fixed</h3>
|
|
||||||
<ul>
|
|
||||||
<li>Even better handling of missing runtime settings <a href="https://github.com/sitespeedio/sitespeed.io/pull/4420">#4420</a>.</li>
|
|
||||||
</ul>
|
|
||||||
]]></summary>
|
]]></summary>
|
||||||
<author>
|
<author>
|
||||||
<name>Sitespeed.io</name>
|
<name>Sitespeed.io</name>
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@
|
||||||
<title>sitespeed.io release feed</title>
|
<title>sitespeed.io release feed</title>
|
||||||
<link>https://www.sitespeed.io</link>
|
<link>https://www.sitespeed.io</link>
|
||||||
<description>New releases and changelog feed of sitespeed.io</description>
|
<description>New releases and changelog feed of sitespeed.io</description>
|
||||||
<lastBuildDate>Thu, 06 Mar 2025 00:00:00 GMT</lastBuildDate>
|
<lastBuildDate>Sat, 08 Mar 2025 00:00:00 GMT</lastBuildDate>
|
||||||
<docs>https://validator.w3.org/feed/docs/rss2.html</docs>
|
<docs>https://validator.w3.org/feed/docs/rss2.html</docs>
|
||||||
<generator>https://github.com/jpmonette/feed</generator>
|
<generator>https://github.com/jpmonette/feed</generator>
|
||||||
<language>en</language>
|
<language>en</language>
|
||||||
|
|
@ -15,6 +15,34 @@
|
||||||
</image>
|
</image>
|
||||||
<copyright>All rights reserved 2022, Peter Hedenskog and team</copyright>
|
<copyright>All rights reserved 2022, Peter Hedenskog and team</copyright>
|
||||||
<atom:link href="https://www.sitespeed.io/feed/rss.xml" rel="self" type="application/rss+xml"/>
|
<atom:link href="https://www.sitespeed.io/feed/rss.xml" rel="self" type="application/rss+xml"/>
|
||||||
|
<item>
|
||||||
|
<title><![CDATA[sitespeed.io 37.1.0]]></title>
|
||||||
|
<link>https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#37.1.0</link>
|
||||||
|
<guid>https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#37.1.0</guid>
|
||||||
|
<pubDate>Sat, 08 Mar 2025 00:00:00 GMT</pubDate>
|
||||||
|
<description><![CDATA[<h3>Added</h3>
|
||||||
|
<ul>
|
||||||
|
<li>The Docker container now contains Chrome 134.0, Firefox 136 and Edge 134.0.</li>
|
||||||
|
</ul>
|
||||||
|
<h3>Fixed</h3>
|
||||||
|
<ul>
|
||||||
|
<li>Simplified logic for uploading files to S3 since we have reports that it do not work 100% <a href="https://github.com/sitespeedio/sitespeed.io/pull/4472">#4472</a>.</li>
|
||||||
|
</ul>
|
||||||
|
]]></description>
|
||||||
|
<enclosure url="https://www.sitespeed.io/img/logos/sitespeed.io.png" length="0" type="image/png"/>
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<title><![CDATA[sitespeed.io 37.0.4]]></title>
|
||||||
|
<link>https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#37.0.4</link>
|
||||||
|
<guid>https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#37.0.4</guid>
|
||||||
|
<pubDate>Fri, 07 Mar 2025 00:00:00 GMT</pubDate>
|
||||||
|
<description><![CDATA[<h3>Fixed</h3>
|
||||||
|
<ul>
|
||||||
|
<li>Sending annotations to Graphite failed because of InfluxDB check <a href="https://github.com/sitespeedio/sitespeed.io/pull/4469">#4469</a>.</li>
|
||||||
|
</ul>
|
||||||
|
]]></description>
|
||||||
|
<enclosure url="https://www.sitespeed.io/img/logos/sitespeed.io.png" length="0" type="image/png"/>
|
||||||
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<title><![CDATA[sitespeed.io 37.0.3]]></title>
|
<title><![CDATA[sitespeed.io 37.0.3]]></title>
|
||||||
<link>https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#37.0.3</link>
|
<link>https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#37.0.3</link>
|
||||||
|
|
@ -248,24 +276,6 @@
|
||||||
<ul>
|
<ul>
|
||||||
<li>The check for sending Android test through APIs was broken in 36.2.4, fixed in <a href="https://github.com/sitespeedio/sitespeed.io/pull/4428">#4428</a>.</li>
|
<li>The check for sending Android test through APIs was broken in 36.2.4, fixed in <a href="https://github.com/sitespeedio/sitespeed.io/pull/4428">#4428</a>.</li>
|
||||||
</ul>
|
</ul>
|
||||||
]]></description>
|
|
||||||
<enclosure url="https://www.sitespeed.io/img/logos/sitespeed.io.png" length="0" type="image/png"/>
|
|
||||||
</item>
|
|
||||||
<item>
|
|
||||||
<title><![CDATA[sitespeed.io 36.2.4]]></title>
|
|
||||||
<link>https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#36.2.4</link>
|
|
||||||
<guid>https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#36.2.4</guid>
|
|
||||||
<pubDate>Sun, 02 Feb 2025 00:00:00 GMT</pubDate>
|
|
||||||
<description><![CDATA[<h3>Fixed</h3>
|
|
||||||
<ul>
|
|
||||||
<li>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 <a href="https://github.com/sitespeedio/sitespeed.io/pull/4426">#4426</a>.</li>
|
|
||||||
</ul>
|
|
||||||
<ul>
|
|
||||||
<li>We have had issues with parsing Android configuration because of the <code>--android</code> 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 <a href="https://github.com/sitespeedio/sitespeed.io/pull/4422">#4422</a> removes <code>--android</code> from the cli help, however it will still work as before.</li>
|
|
||||||
</ul>
|
|
||||||
<ul>
|
|
||||||
<li>Fix so API calls also looks for <code>--android.enabled</code> to know if you want to test on Android <a href="https://github.com/sitespeedio/sitespeed.io/pull/4427">#4427</a>.</li>
|
|
||||||
</ul>
|
|
||||||
]]></description>
|
]]></description>
|
||||||
<enclosure url="https://www.sitespeed.io/img/logos/sitespeed.io.png" length="0" type="image/png"/>
|
<enclosure url="https://www.sitespeed.io/img/logos/sitespeed.io.png" length="0" type="image/png"/>
|
||||||
</item>
|
</item>
|
||||||
|
|
@ -280,18 +290,6 @@
|
||||||
</ul>
|
</ul>
|
||||||
]]></description>
|
]]></description>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
|
||||||
<title><![CDATA[sitespeed.io 36.2.3]]></title>
|
|
||||||
<link>https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#36.2.3</link>
|
|
||||||
<guid>https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#36.2.3</guid>
|
|
||||||
<pubDate>Thu, 30 Jan 2025 00:00:00 GMT</pubDate>
|
|
||||||
<description><![CDATA[<h3>Fixed</h3>
|
|
||||||
<ul>
|
|
||||||
<li>Even better handling of missing runtime settings <a href="https://github.com/sitespeedio/sitespeed.io/pull/4420">#4420</a>.</li>
|
|
||||||
</ul>
|
|
||||||
]]></description>
|
|
||||||
<enclosure url="https://www.sitespeed.io/img/logos/sitespeed.io.png" length="0" type="image/png"/>
|
|
||||||
</item>
|
|
||||||
<item>
|
<item>
|
||||||
<title><![CDATA[server 1.3.0]]></title>
|
<title><![CDATA[server 1.3.0]]></title>
|
||||||
<link>https://github.com/sitespeedio/server/blob/main/CHANGELOG.md#1.3.0</link>
|
<link>https://github.com/sitespeedio/server/blob/main/CHANGELOG.md#1.3.0</link>
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
<feed xmlns="http://www.w3.org/2005/Atom">
|
<feed xmlns="http://www.w3.org/2005/Atom">
|
||||||
<id>sitespeed.io-release-feed</id>
|
<id>sitespeed.io-release-feed</id>
|
||||||
<title>sitespeed.io release feed</title>
|
<title>sitespeed.io release feed</title>
|
||||||
<updated>2025-03-06T04:55:40.239Z</updated>
|
<updated>2025-03-08T15:38:01.609Z</updated>
|
||||||
<generator>https://github.com/jpmonette/feed</generator>
|
<generator>https://github.com/jpmonette/feed</generator>
|
||||||
<author>
|
<author>
|
||||||
<name>Peter Hedenskog</name>
|
<name>Peter Hedenskog</name>
|
||||||
|
|
@ -16,6 +16,40 @@
|
||||||
<icon>http://www.sitespeed.io/favicon.ico</icon>
|
<icon>http://www.sitespeed.io/favicon.ico</icon>
|
||||||
<rights>All rights reserved 2022, Peter Hedenskog and team</rights>
|
<rights>All rights reserved 2022, Peter Hedenskog and team</rights>
|
||||||
<category term="Web Performance"/>
|
<category term="Web Performance"/>
|
||||||
|
<entry>
|
||||||
|
<title type="html"><![CDATA[sitespeed.io 37.1.0]]></title>
|
||||||
|
<id>https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#37.1.0</id>
|
||||||
|
<link href="https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#37.1.0"/>
|
||||||
|
<updated>2025-03-08T00:00:00.000Z</updated>
|
||||||
|
<summary type="html"><![CDATA[<h3>Added</h3>
|
||||||
|
<ul>
|
||||||
|
<li>The Docker container now contains Chrome 134.0, Firefox 136 and Edge 134.0.</li>
|
||||||
|
</ul>
|
||||||
|
<h3>Fixed</h3>
|
||||||
|
<ul>
|
||||||
|
<li>Simplified logic for uploading files to S3 since we have reports that it do not work 100% <a href="https://github.com/sitespeedio/sitespeed.io/pull/4472">#4472</a>.</li>
|
||||||
|
</ul>
|
||||||
|
]]></summary>
|
||||||
|
<author>
|
||||||
|
<name>Sitespeed.io</name>
|
||||||
|
<uri>https://www.sitespeed.io</uri>
|
||||||
|
</author>
|
||||||
|
</entry>
|
||||||
|
<entry>
|
||||||
|
<title type="html"><![CDATA[sitespeed.io 37.0.4]]></title>
|
||||||
|
<id>https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#37.0.4</id>
|
||||||
|
<link href="https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#37.0.4"/>
|
||||||
|
<updated>2025-03-07T00:00:00.000Z</updated>
|
||||||
|
<summary type="html"><![CDATA[<h3>Fixed</h3>
|
||||||
|
<ul>
|
||||||
|
<li>Sending annotations to Graphite failed because of InfluxDB check <a href="https://github.com/sitespeedio/sitespeed.io/pull/4469">#4469</a>.</li>
|
||||||
|
</ul>
|
||||||
|
]]></summary>
|
||||||
|
<author>
|
||||||
|
<name>Sitespeed.io</name>
|
||||||
|
<uri>https://www.sitespeed.io</uri>
|
||||||
|
</author>
|
||||||
|
</entry>
|
||||||
<entry>
|
<entry>
|
||||||
<title type="html"><![CDATA[sitespeed.io 37.0.3]]></title>
|
<title type="html"><![CDATA[sitespeed.io 37.0.3]]></title>
|
||||||
<id>https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#37.0.3</id>
|
<id>https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#37.0.3</id>
|
||||||
|
|
@ -153,42 +187,6 @@
|
||||||
<ul>
|
<ul>
|
||||||
<li>The check for sending Android test through APIs was broken in 36.2.4, fixed in <a href="https://github.com/sitespeedio/sitespeed.io/pull/4428">#4428</a>.</li>
|
<li>The check for sending Android test through APIs was broken in 36.2.4, fixed in <a href="https://github.com/sitespeedio/sitespeed.io/pull/4428">#4428</a>.</li>
|
||||||
</ul>
|
</ul>
|
||||||
]]></summary>
|
|
||||||
<author>
|
|
||||||
<name>Sitespeed.io</name>
|
|
||||||
<uri>https://www.sitespeed.io</uri>
|
|
||||||
</author>
|
|
||||||
</entry>
|
|
||||||
<entry>
|
|
||||||
<title type="html"><![CDATA[sitespeed.io 36.2.4]]></title>
|
|
||||||
<id>https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#36.2.4</id>
|
|
||||||
<link href="https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#36.2.4"/>
|
|
||||||
<updated>2025-02-02T00:00:00.000Z</updated>
|
|
||||||
<summary type="html"><![CDATA[<h3>Fixed</h3>
|
|
||||||
<ul>
|
|
||||||
<li>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 <a href="https://github.com/sitespeedio/sitespeed.io/pull/4426">#4426</a>.</li>
|
|
||||||
</ul>
|
|
||||||
<ul>
|
|
||||||
<li>We have had issues with parsing Android configuration because of the <code>--android</code> 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 <a href="https://github.com/sitespeedio/sitespeed.io/pull/4422">#4422</a> removes <code>--android</code> from the cli help, however it will still work as before.</li>
|
|
||||||
</ul>
|
|
||||||
<ul>
|
|
||||||
<li>Fix so API calls also looks for <code>--android.enabled</code> to know if you want to test on Android <a href="https://github.com/sitespeedio/sitespeed.io/pull/4427">#4427</a>.</li>
|
|
||||||
</ul>
|
|
||||||
]]></summary>
|
|
||||||
<author>
|
|
||||||
<name>Sitespeed.io</name>
|
|
||||||
<uri>https://www.sitespeed.io</uri>
|
|
||||||
</author>
|
|
||||||
</entry>
|
|
||||||
<entry>
|
|
||||||
<title type="html"><![CDATA[sitespeed.io 36.2.3]]></title>
|
|
||||||
<id>https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#36.2.3</id>
|
|
||||||
<link href="https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#36.2.3"/>
|
|
||||||
<updated>2025-01-30T00:00:00.000Z</updated>
|
|
||||||
<summary type="html"><![CDATA[<h3>Fixed</h3>
|
|
||||||
<ul>
|
|
||||||
<li>Even better handling of missing runtime settings <a href="https://github.com/sitespeedio/sitespeed.io/pull/4420">#4420</a>.</li>
|
|
||||||
</ul>
|
|
||||||
]]></summary>
|
]]></summary>
|
||||||
<author>
|
<author>
|
||||||
<name>Sitespeed.io</name>
|
<name>Sitespeed.io</name>
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@
|
||||||
<title>sitespeed.io release feed</title>
|
<title>sitespeed.io release feed</title>
|
||||||
<link>https://www.sitespeed.io</link>
|
<link>https://www.sitespeed.io</link>
|
||||||
<description>New releases and changelog feed of sitespeed.io</description>
|
<description>New releases and changelog feed of sitespeed.io</description>
|
||||||
<lastBuildDate>Thu, 06 Mar 2025 04:55:40 GMT</lastBuildDate>
|
<lastBuildDate>Sat, 08 Mar 2025 15:38:01 GMT</lastBuildDate>
|
||||||
<docs>https://validator.w3.org/feed/docs/rss2.html</docs>
|
<docs>https://validator.w3.org/feed/docs/rss2.html</docs>
|
||||||
<generator>https://github.com/jpmonette/feed</generator>
|
<generator>https://github.com/jpmonette/feed</generator>
|
||||||
<language>en</language>
|
<language>en</language>
|
||||||
|
|
@ -16,6 +16,34 @@
|
||||||
<copyright>All rights reserved 2022, Peter Hedenskog and team</copyright>
|
<copyright>All rights reserved 2022, Peter Hedenskog and team</copyright>
|
||||||
<category>Web Performance</category>
|
<category>Web Performance</category>
|
||||||
<atom:link href="https://www.sitespeed.io/feed/rss.xml" rel="self" type="application/rss+xml"/>
|
<atom:link href="https://www.sitespeed.io/feed/rss.xml" rel="self" type="application/rss+xml"/>
|
||||||
|
<item>
|
||||||
|
<title><![CDATA[sitespeed.io 37.1.0]]></title>
|
||||||
|
<link>https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#37.1.0</link>
|
||||||
|
<guid>https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#37.1.0</guid>
|
||||||
|
<pubDate>Sat, 08 Mar 2025 00:00:00 GMT</pubDate>
|
||||||
|
<description><![CDATA[<h3>Added</h3>
|
||||||
|
<ul>
|
||||||
|
<li>The Docker container now contains Chrome 134.0, Firefox 136 and Edge 134.0.</li>
|
||||||
|
</ul>
|
||||||
|
<h3>Fixed</h3>
|
||||||
|
<ul>
|
||||||
|
<li>Simplified logic for uploading files to S3 since we have reports that it do not work 100% <a href="https://github.com/sitespeedio/sitespeed.io/pull/4472">#4472</a>.</li>
|
||||||
|
</ul>
|
||||||
|
]]></description>
|
||||||
|
<enclosure url="https://www.sitespeed.io/img/logos/sitespeed.io.png" length="0" type="image/png"/>
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<title><![CDATA[sitespeed.io 37.0.4]]></title>
|
||||||
|
<link>https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#37.0.4</link>
|
||||||
|
<guid>https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#37.0.4</guid>
|
||||||
|
<pubDate>Fri, 07 Mar 2025 00:00:00 GMT</pubDate>
|
||||||
|
<description><![CDATA[<h3>Fixed</h3>
|
||||||
|
<ul>
|
||||||
|
<li>Sending annotations to Graphite failed because of InfluxDB check <a href="https://github.com/sitespeedio/sitespeed.io/pull/4469">#4469</a>.</li>
|
||||||
|
</ul>
|
||||||
|
]]></description>
|
||||||
|
<enclosure url="https://www.sitespeed.io/img/logos/sitespeed.io.png" length="0" type="image/png"/>
|
||||||
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<title><![CDATA[sitespeed.io 37.0.3]]></title>
|
<title><![CDATA[sitespeed.io 37.0.3]]></title>
|
||||||
<link>https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#37.0.3</link>
|
<link>https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#37.0.3</link>
|
||||||
|
|
@ -132,36 +160,6 @@
|
||||||
<ul>
|
<ul>
|
||||||
<li>The check for sending Android test through APIs was broken in 36.2.4, fixed in <a href="https://github.com/sitespeedio/sitespeed.io/pull/4428">#4428</a>.</li>
|
<li>The check for sending Android test through APIs was broken in 36.2.4, fixed in <a href="https://github.com/sitespeedio/sitespeed.io/pull/4428">#4428</a>.</li>
|
||||||
</ul>
|
</ul>
|
||||||
]]></description>
|
|
||||||
<enclosure url="https://www.sitespeed.io/img/logos/sitespeed.io.png" length="0" type="image/png"/>
|
|
||||||
</item>
|
|
||||||
<item>
|
|
||||||
<title><![CDATA[sitespeed.io 36.2.4]]></title>
|
|
||||||
<link>https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#36.2.4</link>
|
|
||||||
<guid>https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#36.2.4</guid>
|
|
||||||
<pubDate>Sun, 02 Feb 2025 00:00:00 GMT</pubDate>
|
|
||||||
<description><![CDATA[<h3>Fixed</h3>
|
|
||||||
<ul>
|
|
||||||
<li>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 <a href="https://github.com/sitespeedio/sitespeed.io/pull/4426">#4426</a>.</li>
|
|
||||||
</ul>
|
|
||||||
<ul>
|
|
||||||
<li>We have had issues with parsing Android configuration because of the <code>--android</code> 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 <a href="https://github.com/sitespeedio/sitespeed.io/pull/4422">#4422</a> removes <code>--android</code> from the cli help, however it will still work as before.</li>
|
|
||||||
</ul>
|
|
||||||
<ul>
|
|
||||||
<li>Fix so API calls also looks for <code>--android.enabled</code> to know if you want to test on Android <a href="https://github.com/sitespeedio/sitespeed.io/pull/4427">#4427</a>.</li>
|
|
||||||
</ul>
|
|
||||||
]]></description>
|
|
||||||
<enclosure url="https://www.sitespeed.io/img/logos/sitespeed.io.png" length="0" type="image/png"/>
|
|
||||||
</item>
|
|
||||||
<item>
|
|
||||||
<title><![CDATA[sitespeed.io 36.2.3]]></title>
|
|
||||||
<link>https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#36.2.3</link>
|
|
||||||
<guid>https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#36.2.3</guid>
|
|
||||||
<pubDate>Thu, 30 Jan 2025 00:00:00 GMT</pubDate>
|
|
||||||
<description><![CDATA[<h3>Fixed</h3>
|
|
||||||
<ul>
|
|
||||||
<li>Even better handling of missing runtime settings <a href="https://github.com/sitespeedio/sitespeed.io/pull/4420">#4420</a>.</li>
|
|
||||||
</ul>
|
|
||||||
]]></description>
|
]]></description>
|
||||||
<enclosure url="https://www.sitespeed.io/img/logos/sitespeed.io.png" length="0" type="image/png"/>
|
<enclosure url="https://www.sitespeed.io/img/logos/sitespeed.io.png" length="0" type="image/png"/>
|
||||||
</item>
|
</item>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue