sitespeed.io/docs/feed/sitespeed.io.rss

172 lines
10 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>sitespeed.io release feed</title>
<link>https://www.sitespeed.io</link>
<description>New releases and changelog feed of sitespeed.io</description>
<lastBuildDate>Wed, 05 Mar 2025 16:58:15 GMT</lastBuildDate>
<docs>https://validator.w3.org/feed/docs/rss2.html</docs>
<generator>https://github.com/jpmonette/feed</generator>
<language>en</language>
<image>
<title>sitespeed.io release feed</title>
<url>https://www.sitespeed.io/img/logos/sitespeed.io.png</url>
<link>https://www.sitespeed.io</link>
</image>
<copyright>All rights reserved 2022, Peter Hedenskog and team</copyright>
<category>Web Performance</category>
<atom:link href="https://www.sitespeed.io/feed/rss.xml" rel="self" type="application/rss+xml"/>
<item>
<title><![CDATA[sitespeed.io 37.0.1]]></title>
<link>https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#37.0.1</link>
<guid>https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#37.0.1</guid>
<pubDate>Wed, 05 Mar 2025 00:00:00 GMT</pubDate>
<description><![CDATA[<h3>Fixed</h3>
<ul>
<li>There was a bug in the InfluxDB plugin and loading the cli parameters failed <a href="https://github.com/sitespeedio/sitespeed.io/pull/4463">#4463</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.0]]></title>
<link>https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#37.0.0</link>
<guid>https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#37.0.0</guid>
<pubDate>Wed, 05 Mar 2025 00:00:00 GMT</pubDate>
<description><![CDATA[<h3>Added</h3>
<ul>
<li>Support for getting CLI options from plugins as long as you use <code>--help --plugins.add</code>. This is start to separate CLI options from the monsterous CLI file and instead have them in each plugin <a href="https://github.com/sitespeedio/sitespeed.io/pull/4450">#4450</a>, <a href="https://github.com/sitespeedio/sitespeed.io/pull/4452">#4452</a> <a href="https://github.com/sitespeedio/sitespeed.io/pull/4455">#4455</a>.</li>
</ul>
<ul>
<li>You can now set the exact minimum log level using <code>--logLevel</code><a href="https://github.com/sitespeedio/sitespeed.io/pull/4459">#4459</a>.</li>
</ul>
<h3>Fixed</h3>
<ul>
<li>Replace the junit-report-builder package <a href="https://github.com/sitespeedio/sitespeed.io/pull/4448">#4448</a>.</li>
</ul>
<ul>
<li>Remove Tape dependencies <a href="https://github.com/sitespeedio/sitespeed.io/pull/4447">#4447</a>.</li>
</ul>
<ul>
<li>Catch if the browser fails to open a broken page <a href="https://github.com/sitespeedio/sitespeed.io/pull/4457">#4457</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.4.1]]></title>
<link>https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#36.4.1</link>
<guid>https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#36.4.1</guid>
<pubDate>Mon, 17 Feb 2025 00:00:00 GMT</pubDate>
<description><![CDATA[<h3>Fixed</h3>
<ul>
<li>The Docker container for last release was never push. The reason is that our GitHub action that do the release automatically was upgraded to Ubuntu 24 and there its a problem building containers for ARM. With this release we use Ubuntu 22 instead.</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.4.0]]></title>
<link>https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#36.4.0</link>
<guid>https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#36.4.0</guid>
<pubDate>Fri, 14 Feb 2025 00:00:00 GMT</pubDate>
<description><![CDATA[<h3>Added</h3>
<ul>
<li>Crux update: Get fractions for RTT <a href="https://github.com/sitespeedio/sitespeed.io/pull/4436">#4436</a>, that extra LCP information <a href="https://github.com/sitespeedio/sitespeed.io/pull/4437">#4437</a> and make sure LCP resource type fraction is sent to TSDB <a href="https://github.com/sitespeedio/sitespeed.io/pull/4438">#4438</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.3.0]]></title>
<link>https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#36.3.0</link>
<guid>https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#36.3.0</guid>
<pubDate>Sat, 08 Feb 2025 00:00:00 GMT</pubDate>
<description><![CDATA[<h3>Added</h3>
<ul>
<li>Chrome 133 and Firefox 135 in the Docker container <a href="https://github.com/sitespeedio/sitespeed.io/pull/4431">#4431</a>.</li>
</ul>
<ul>
<li>Browsertime 24.2.0 with Chromedriver 133 <a href="https://github.com/sitespeedio/sitespeed.io/pull/4432">#4432</a>.</li>
</ul>
<h3>Fixed</h3>
<ul>
<li>Extra guard against missing HARs <a href="https://github.com/sitespeedio/sitespeed.io/pull/4430">#4430</a>.</li>
</ul>
<ul>
<li>Log missing green domain info as info instead of error <a href="https://github.com/sitespeedio/sitespeed.io/pull/4433">#4433</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.5]]></title>
<link>https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#36.2.5</link>
<guid>https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#36.2.5</guid>
<pubDate>Mon, 03 Feb 2025 00:00:00 GMT</pubDate>
<description><![CDATA[<h3>Fixed</h3>
<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>
</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&#39;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>
<enclosure url="https://www.sitespeed.io/img/logos/sitespeed.io.png" length="0" type="image/png"/>
</item>
<item>
<title><![CDATA[sitespeed.io 36.2.2]]></title>
<link>https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#36.2.2</link>
<guid>https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#36.2.2</guid>
<pubDate>Wed, 29 Jan 2025 00:00:00 GMT</pubDate>
<description><![CDATA[<h3>Fixed</h3>
<ul>
<li>Updated Browsertime and sitespeedio/log to 0.2.6 that adds the old log.warn <a href="https://github.com/sitespeedio/sitespeed.io/pull/4419">#4419</a> and <a href="https://github.com/sitespeedio/sitespeed.io/pull/4418">#4418</a>.</li>
</ul>
<ul>
<li>More fixes for the runtime settings <a href="https://github.com/sitespeedio/sitespeed.io/pull/4417">#4417</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.1]]></title>
<link>https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#36.2.1</link>
<guid>https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#36.2.1</guid>
<pubDate>Tue, 28 Jan 2025 00:00:00 GMT</pubDate>
<description><![CDATA[<h3>Fixed</h3>
<ul>
<li>Fixed broken checks on runtime settings <a href="https://github.com/sitespeedio/sitespeed.io/pull/4416">#4416</a>.</li>
</ul>
]]></description>
<enclosure url="https://www.sitespeed.io/img/logos/sitespeed.io.png" length="0" type="image/png"/>
</item>
</channel>
</rss>