191 lines
8.8 KiB
XML
191 lines
8.8 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
||
<feed xmlns="http://www.w3.org/2005/Atom">
|
||
<id>sitespeed.io-release-feed</id>
|
||
<title>sitespeed.io release feed</title>
|
||
<updated>2024-01-19T06:20:43.772Z</updated>
|
||
<generator>https://github.com/jpmonette/feed</generator>
|
||
<author>
|
||
<name>Peter Hedenskog</name>
|
||
<email>peter@soulgalore.com</email>
|
||
<uri>https://www.peterhedenskog.com</uri>
|
||
</author>
|
||
<link rel="alternate" href="https://www.sitespeed.io"/>
|
||
<link rel="self" href="https://www.sitespeed.io/feed/atom.xml"/>
|
||
<subtitle>New releases and changelog feed of sitespeed.io</subtitle>
|
||
<logo>https://www.sitespeed.io/img/logos/sitespeed.io.png</logo>
|
||
<icon>http://www.sitespeed.io/favicon.ico</icon>
|
||
<rights>All rights reserved 2022, Peter Hedenskog and team</rights>
|
||
<category term="Web Performance"/>
|
||
<entry>
|
||
<title type="html"><![CDATA[sitespeed.io 32.0.0]]></title>
|
||
<id>https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#32.0.0</id>
|
||
<link href="https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#32.0.0"/>
|
||
<updated>2024-01-19T00:00:00.000Z</updated>
|
||
<author>
|
||
<name>Sitespeed.io</name>
|
||
<uri>https://www.sitespeed.io</uri>
|
||
</author>
|
||
</entry>
|
||
<entry>
|
||
<title type="html"><![CDATA[sitespeed.io 31.2.1]]></title>
|
||
<id>https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#31.2.1</id>
|
||
<link href="https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#31.2.1"/>
|
||
<updated>2024-01-18T00:00:00.000Z</updated>
|
||
<summary type="html"><![CDATA[<h3>Fixed</h3>
|
||
<ul>
|
||
<li>Another fix for <code>--budget.suppressExitCode</code> hopefully it works better this time <a href="https://github.com/sitespeedio/sitespeed.io/pull/4065">#4065</a>.</li>
|
||
</ul>
|
||
]]></summary>
|
||
<author>
|
||
<name>Sitespeed.io</name>
|
||
<uri>https://www.sitespeed.io</uri>
|
||
</author>
|
||
</entry>
|
||
<entry>
|
||
<title type="html"><![CDATA[sitespeed.io 31.2.0]]></title>
|
||
<id>https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#31.2.0</id>
|
||
<link href="https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#31.2.0"/>
|
||
<updated>2024-01-17T00:00:00.000Z</updated>
|
||
<summary type="html"><![CDATA[<h3>Added</h3>
|
||
<ul>
|
||
<li>Collect statstics about how the page is built between runs. You can see these metrics on the "side by side"-page <a href="https://github.com/sitespeedio/sitespeed.io/pull/4061">#4061</a>.</li>
|
||
</ul>
|
||
<h3>Fixed</h3>
|
||
<ul>
|
||
<li>There was bug that caused budget.suppressExitCode to fail that I introduced and reported in <a href="https://github.com/sitespeedio/sitespeed.io/issues/4062">#4062</a>. It's fixed in <a href="https://github.com/sitespeedio/sitespeed.io/pull/4063">#4063</a>.</li>
|
||
</ul>
|
||
]]></summary>
|
||
<author>
|
||
<name>Sitespeed.io</name>
|
||
<uri>https://www.sitespeed.io</uri>
|
||
</author>
|
||
</entry>
|
||
<entry>
|
||
<title type="html"><![CDATA[sitespeed.io 31.1.1]]></title>
|
||
<id>https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#31.1.1</id>
|
||
<link href="https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#31.1.1"/>
|
||
<updated>2024-01-08T00:00:00.000Z</updated>
|
||
<summary type="html"><![CDATA[<h3>Fixed</h3>
|
||
<ul>
|
||
<li>When displaying interaction to next paint, there where some copy/paste from largest contentful paint that sometimes broke the HTML (my fault). Fixed in <a href="https://github.com/sitespeedio/sitespeed.io/pull/4052">#4042</a>.</li>
|
||
</ul>
|
||
]]></summary>
|
||
<author>
|
||
<name>Sitespeed.io</name>
|
||
<uri>https://www.sitespeed.io</uri>
|
||
</author>
|
||
</entry>
|
||
<entry>
|
||
<title type="html"><![CDATA[sitespeed.io 31.1.0]]></title>
|
||
<id>https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#31.1.0</id>
|
||
<link href="https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#31.1.0"/>
|
||
<updated>2024-01-07T00:00:00.000Z</updated>
|
||
<summary type="html"><![CDATA[<h3>Added</h3>
|
||
<ul>
|
||
<li>Update to <a href="https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#2100---2024-01-07">Browsertime 21.0.0</a>:</li>
|
||
</ul>
|
||
<ul>
|
||
<li>If you use <code>process.exitCode</code> in your scripting, it will be respected by sitespeed.io and exit with that exit code <a href="https://github.com/sitespeedio/sitespeed.io/pull/4044">#4044</a>.</li>
|
||
</ul>
|
||
<h3>Fixed</h3>
|
||
<ul>
|
||
<li>If a run is markedAsFailure in your Browsertime script, sitespeed.io exits with an error code <a href="https://github.com/sitespeedio/sitespeed.io/pull/4047">#4047</a>.</li>
|
||
</ul>
|
||
]]></summary>
|
||
<author>
|
||
<name>Sitespeed.io</name>
|
||
<uri>https://www.sitespeed.io</uri>
|
||
</author>
|
||
</entry>
|
||
<entry>
|
||
<title type="html"><![CDATA[sitespeed.io 31.0.1]]></title>
|
||
<id>https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#31.0.1</id>
|
||
<link href="https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#31.0.1"/>
|
||
<updated>2023-12-28T00:00:00.000Z</updated>
|
||
<summary type="html"><![CDATA[<h3>Fixed</h3>
|
||
<ul>
|
||
<li>Hopefully removing "rsd" metrics in InfluxDB see <a href="https://github.com/sitespeedio/sitespeed.io/pull/4039">#4039</a>.</li>
|
||
</ul>
|
||
<ul>
|
||
<li>Fix showing sustainable metrics in pages page <a href="https://github.com/sitespeedio/sitespeed.io/pull/4042">#4042</a>.</li>
|
||
</ul>
|
||
]]></summary>
|
||
<author>
|
||
<name>Sitespeed.io</name>
|
||
<uri>https://www.sitespeed.io</uri>
|
||
</author>
|
||
</entry>
|
||
<entry>
|
||
<title type="html"><![CDATA[sitespeed.io 31.0.0]]></title>
|
||
<id>https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#31.0.0</id>
|
||
<link href="https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#31.0.0"/>
|
||
<updated>2023-12-22T00:00:00.000Z</updated>
|
||
<summary type="html"><![CDATA[<h3>Fixed</h3>
|
||
<ul>
|
||
<li>The new version of Browsertime also fix the bug in Firefox 121 on Mac so you can start it.</li>
|
||
</ul>
|
||
]]></summary>
|
||
<author>
|
||
<name>Sitespeed.io</name>
|
||
<uri>https://www.sitespeed.io</uri>
|
||
</author>
|
||
</entry>
|
||
<entry>
|
||
<title type="html"><![CDATA[sitespeed.io 30.11.0]]></title>
|
||
<id>https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#30.11.0</id>
|
||
<link href="https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#30.11.0"/>
|
||
<updated>2023-12-21T00:00:00.000Z</updated>
|
||
<summary type="html"><![CDATA[<h3>Added</h3>
|
||
<ul>
|
||
<li>Upgraded the Docker container to use Firefox 121 <a href="https://github.com/sitespeedio/sitespeed.io/pull/4033">#4033</a>.</li>
|
||
</ul>
|
||
<ul>
|
||
<li>Updated to <a href="https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#1931---2023-12-18">Browsertime 19.3.0</a> <a href="https://github.com/sitespeedio/sitespeed.io/pull/4031">#4031</a>.</li>
|
||
</ul>
|
||
<h3>Fixed</h3>
|
||
<ul>
|
||
<li>Moved functionality from co2 to sitespeed.io see <a href="https://github.com/sitespeedio/sitespeed.io/pull/4034">#4034</a>.</li>
|
||
</ul>
|
||
]]></summary>
|
||
<author>
|
||
<name>Sitespeed.io</name>
|
||
<uri>https://www.sitespeed.io</uri>
|
||
</author>
|
||
</entry>
|
||
<entry>
|
||
<title type="html"><![CDATA[sitespeed.io 30.10.0]]></title>
|
||
<id>https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#30.10.0</id>
|
||
<link href="https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#30.10.0"/>
|
||
<updated>2023-12-15T00:00:00.000Z</updated>
|
||
<summary type="html"><![CDATA[<h3>Added</h3>
|
||
<ul>
|
||
<li>Add isSignificant metric to send to Graphite when using the compare plugin. Will send 0 if there's no siginificant change, else send the Cliffs delta to know how large the change is <a href="https://github.com/sitespeedio/sitespeed.io/pull/4030">#4030</a>.</li>
|
||
</ul>
|
||
]]></summary>
|
||
<author>
|
||
<name>Sitespeed.io</name>
|
||
<uri>https://www.sitespeed.io</uri>
|
||
</author>
|
||
</entry>
|
||
<entry>
|
||
<title type="html"><![CDATA[sitespeed.io 30.9.0]]></title>
|
||
<id>https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#30.9.0</id>
|
||
<link href="https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#30.9.0"/>
|
||
<updated>2023-12-12T00:00:00.000Z</updated>
|
||
<summary type="html"><![CDATA[<h3>Added</h3>
|
||
<ul>
|
||
<li>Chrome and Edge 120 in the Docker container <a href="https://github.com/sitespeedio/sitespeed.io/pull/4027">#4027</a>.</li>
|
||
</ul>
|
||
<ul>
|
||
<li>Updated to Browsertime 19.2.0.</li>
|
||
</ul>
|
||
<ul>
|
||
<li>For users of the +1 container Lighthouse has been upgraded to 11.4.0.</li>
|
||
</ul>
|
||
]]></summary>
|
||
<author>
|
||
<name>Sitespeed.io</name>
|
||
<uri>https://www.sitespeed.io</uri>
|
||
</author>
|
||
</entry>
|
||
</feed> |