new release
This commit is contained in:
parent
07c5861809
commit
f85bc86f5e
|
|
@ -1 +1 @@
|
|||
34.1.2
|
||||
34.2.0
|
||||
|
|
@ -2,7 +2,7 @@
|
|||
<feed xmlns="http://www.w3.org/2005/Atom">
|
||||
<id>sitespeed.io-release-feed</id>
|
||||
<title>sitespeed.io release feed</title>
|
||||
<updated>2024-06-12T00:00:00.000Z</updated>
|
||||
<updated>2024-06-14T00:00:00.000Z</updated>
|
||||
<generator>https://github.com/jpmonette/feed</generator>
|
||||
<author>
|
||||
<name>Peter Hedenskog</name>
|
||||
|
|
@ -15,6 +15,46 @@
|
|||
<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>
|
||||
<entry>
|
||||
<title type="html"><![CDATA[sitespeed.io 34.2.0]]></title>
|
||||
<id>https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#34.2.0</id>
|
||||
<link href="https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#34.2.0"/>
|
||||
<updated>2024-06-14T00:00:00.000Z</updated>
|
||||
<summary type="html"><![CDATA[<h3>Added</h3>
|
||||
<ul>
|
||||
<li>Updated to Browsertime 22.5.0 <a href="https://github.com/sitespeedio/sitespeed.io/pull/4187">#4187</a>.</li>
|
||||
</ul>
|
||||
<ul>
|
||||
<li>Updated to Firefox 127 and Chrome/Chromedriver 126 <a href="https://github.com/sitespeedio/sitespeed.io/pull/4185">#4185</a></li>
|
||||
</ul>
|
||||
<h3>Fixed</h3>
|
||||
<ul>
|
||||
<li>Fix for InfluxDBv2 to send annotations. Thank you <a href="https://github.com/Amerousful">pavel bairov</a> for PR <a href="https://github.com/sitespeedio/sitespeed.io/pull/4175">#4175</a>.</li>
|
||||
</ul>
|
||||
<ul>
|
||||
<li>Fix log output when using <code>--preWarmServer</code>, thank you <a href="https://github.com/ThimoCap">ThimoCap</a> for PR <a href="https://github.com/sitespeedio/sitespeed.io/pull/4183">#4183</a></li>
|
||||
</ul>
|
||||
]]></summary>
|
||||
<author>
|
||||
<name>Sitespeed.io</name>
|
||||
<uri>https://www.sitespeed.io</uri>
|
||||
</author>
|
||||
</entry>
|
||||
<entry>
|
||||
<title type="html"><![CDATA[browsertime 22.5.0]]></title>
|
||||
<id>https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#22.5.0</id>
|
||||
<link href="https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#22.5.0"/>
|
||||
<updated>2024-06-14T00:00:00.000Z</updated>
|
||||
<summary type="html"><![CDATA[<h3>Added</h3>
|
||||
<ul>
|
||||
<li>Updated the Docker container to include Chrome 126 and Firefox 127. Chromedriver has been updated to 126 <a href="https://github.com/sitespeedio/browsertime/pull/2141">#2141</a>.</li>
|
||||
</ul>
|
||||
]]></summary>
|
||||
<author>
|
||||
<name>Sitespeed.io</name>
|
||||
<uri>https://www.sitespeed.io</uri>
|
||||
</author>
|
||||
</entry>
|
||||
<entry>
|
||||
<title type="html"><![CDATA[sitespeed.io 34.1.2]]></title>
|
||||
<id>https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#34.1.2</id>
|
||||
|
|
@ -46,9 +86,9 @@
|
|||
</author>
|
||||
</entry>
|
||||
<entry>
|
||||
<title type="html"><![CDATA[browsertime 22.3.1]]></title>
|
||||
<id>https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#22.3.1</id>
|
||||
<link href="https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#22.3.1"/>
|
||||
<title type="html"><![CDATA[browsertime 22.4.1]]></title>
|
||||
<id>https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#22.4.1</id>
|
||||
<link href="https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#22.4.1"/>
|
||||
<updated>2024-06-07T00:00:00.000Z</updated>
|
||||
<summary type="html"><![CDATA[<h3>Fixed</h3>
|
||||
<ul>
|
||||
|
|
@ -76,9 +116,9 @@
|
|||
</author>
|
||||
</entry>
|
||||
<entry>
|
||||
<title type="html"><![CDATA[browsertime 22.3.0]]></title>
|
||||
<id>https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#22.3.0</id>
|
||||
<link href="https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#22.3.0"/>
|
||||
<title type="html"><![CDATA[browsertime 22.4.0]]></title>
|
||||
<id>https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#22.4.0</id>
|
||||
<link href="https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#22.4.0"/>
|
||||
<updated>2024-06-06T00:00:00.000Z</updated>
|
||||
<summary type="html"><![CDATA[<h3>Added</h3>
|
||||
<ul>
|
||||
|
|
@ -266,34 +306,6 @@
|
|||
<ul>
|
||||
<li>Add new tag: axeType for axe data in InfluxDB <a href="https://github.com/sitespeedio/sitespeed.io/pull/4139">#4139</a>. Before the fix there was no way to query some of the Axe data.</li>
|
||||
</ul>
|
||||
]]></summary>
|
||||
<author>
|
||||
<name>Sitespeed.io</name>
|
||||
<uri>https://www.sitespeed.io</uri>
|
||||
</author>
|
||||
</entry>
|
||||
<entry>
|
||||
<title type="html"><![CDATA[sitespeed.io 33.5.0]]></title>
|
||||
<id>https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#33.5.0</id>
|
||||
<link href="https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#33.5.0"/>
|
||||
<updated>2024-04-04T00:00:00.000Z</updated>
|
||||
<summary type="html"><![CDATA[<h3>Added</h3>
|
||||
<ul>
|
||||
<li>Updated to Edge 123 in the Docker container <a href="https://github.com/sitespeedio/sitespeed.io/pull/4135">#4135</a>.</li>
|
||||
</ul>
|
||||
<ul>
|
||||
<li>Added missing default green/yellow/red limits for CLS and TTFB on the start page <a href="https://github.com/sitespeedio/sitespeed.io/pull/4120">#4120</a>.</li>
|
||||
</ul>
|
||||
<ul>
|
||||
<li>Browsertime 21.7.0 with Edgedriver 123.</li>
|
||||
</ul>
|
||||
<h3>Fixed</h3>
|
||||
<ul>
|
||||
<li>The summary page alway showed blue color for AXE violations. This PR makes them green/yellow/red <a href="https://github.com/sitespeedio/sitespeed.io/pull/4123">#4123</a>.</li>
|
||||
</ul>
|
||||
<ul>
|
||||
<li>Updated dependencies:</li>
|
||||
</ul>
|
||||
]]></summary>
|
||||
<author>
|
||||
<name>Sitespeed.io</name>
|
||||
|
|
@ -349,34 +361,6 @@
|
|||
<ul>
|
||||
<li>Fix running Safari TP. Thank you <a href="https://github.com/92kns">KS</a> for PR <a href="https://github.com/sitespeedio/browsertime/pull/2115">#2115</a>.</li>
|
||||
</ul>
|
||||
]]></summary>
|
||||
<author>
|
||||
<name>Sitespeed.io</name>
|
||||
<uri>https://www.sitespeed.io</uri>
|
||||
</author>
|
||||
</entry>
|
||||
<entry>
|
||||
<title type="html"><![CDATA[browsertime 21.6.0]]></title>
|
||||
<id>https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#21.6.0</id>
|
||||
<link href="https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#21.6.0"/>
|
||||
<updated>2024-03-20T00:00:00.000Z</updated>
|
||||
<summary type="html"><![CDATA[<h3>Added</h3>
|
||||
<ul>
|
||||
<li>Chrome 123, Firefox 124 and Edge 122 in the Docker container <a href="https://github.com/sitespeedio/browsertime/pull/2110">#2110</a>.</li>
|
||||
</ul>
|
||||
<ul>
|
||||
<li>Chromedriver 123 and Edgedriver 122 <a href="https://github.com/sitespeedio/browsertime/pull/2111">#2111</a>.</li>
|
||||
</ul>
|
||||
<h3>Fixed</h3>
|
||||
<ul>
|
||||
<li>Fix a bug in stopAsError so that you can continue to measure other pages after the stop. Also follow the documentation and mark the run as a failure <a href="https://github.com/sitespeedio/browsertime/pull/2107">#2107</a>.</li>
|
||||
</ul>
|
||||
<ul>
|
||||
<li>Use bidi for Firefox when using <code>--basicAuth</code> <a href="https://github.com/sitespeedio/browsertime/pull/2093">#2093</a> (needs Firefox 124).</li>
|
||||
</ul>
|
||||
<ul>
|
||||
<li>Use bidi for Firefox when using <code>--cookie</code> <a href="https://github.com/sitespeedio/browsertime/pull/2090">#2090</a> (needs Firefox 124).</li>
|
||||
</ul>
|
||||
]]></summary>
|
||||
<author>
|
||||
<name>Sitespeed.io</name>
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
<feed xmlns="http://www.w3.org/2005/Atom">
|
||||
<id>browsertime-release-feed</id>
|
||||
<title>browsertime release feed</title>
|
||||
<updated>2024-06-08T18:24:22.931Z</updated>
|
||||
<updated>2024-06-14T05:54:20.900Z</updated>
|
||||
<generator>https://github.com/jpmonette/feed</generator>
|
||||
<author>
|
||||
<name>Peter Hedenskog</name>
|
||||
|
|
@ -17,9 +17,24 @@
|
|||
<rights>All rights reserved 2022, Peter Hedenskog and team</rights>
|
||||
<category term="Web Performance"/>
|
||||
<entry>
|
||||
<title type="html"><![CDATA[browsertime 22.3.1]]></title>
|
||||
<id>https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#22.3.1</id>
|
||||
<link href="https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#22.3.1"/>
|
||||
<title type="html"><![CDATA[browsertime 22.5.0]]></title>
|
||||
<id>https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#22.5.0</id>
|
||||
<link href="https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#22.5.0"/>
|
||||
<updated>2024-06-14T00:00:00.000Z</updated>
|
||||
<summary type="html"><![CDATA[<h3>Added</h3>
|
||||
<ul>
|
||||
<li>Updated the Docker container to include Chrome 126 and Firefox 127. Chromedriver has been updated to 126 <a href="https://github.com/sitespeedio/browsertime/pull/2141">#2141</a>.</li>
|
||||
</ul>
|
||||
]]></summary>
|
||||
<author>
|
||||
<name>Sitespeed.io</name>
|
||||
<uri>https://www.sitespeed.io</uri>
|
||||
</author>
|
||||
</entry>
|
||||
<entry>
|
||||
<title type="html"><![CDATA[browsertime 22.4.1]]></title>
|
||||
<id>https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#22.4.1</id>
|
||||
<link href="https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#22.4.1"/>
|
||||
<updated>2024-06-07T00:00:00.000Z</updated>
|
||||
<summary type="html"><![CDATA[<h3>Fixed</h3>
|
||||
<ul>
|
||||
|
|
@ -32,9 +47,9 @@
|
|||
</author>
|
||||
</entry>
|
||||
<entry>
|
||||
<title type="html"><![CDATA[browsertime 22.3.0]]></title>
|
||||
<id>https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#22.3.0</id>
|
||||
<link href="https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#22.3.0"/>
|
||||
<title type="html"><![CDATA[browsertime 22.4.0]]></title>
|
||||
<id>https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#22.4.0</id>
|
||||
<link href="https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#22.4.0"/>
|
||||
<updated>2024-06-06T00:00:00.000Z</updated>
|
||||
<summary type="html"><![CDATA[<h3>Added</h3>
|
||||
<ul>
|
||||
|
|
@ -176,34 +191,6 @@
|
|||
<ul>
|
||||
<li>Fix running Safari TP. Thank you <a href="https://github.com/92kns">KS</a> for PR <a href="https://github.com/sitespeedio/browsertime/pull/2115">#2115</a>.</li>
|
||||
</ul>
|
||||
]]></summary>
|
||||
<author>
|
||||
<name>Sitespeed.io</name>
|
||||
<uri>https://www.sitespeed.io</uri>
|
||||
</author>
|
||||
</entry>
|
||||
<entry>
|
||||
<title type="html"><![CDATA[browsertime 21.6.0]]></title>
|
||||
<id>https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#21.6.0</id>
|
||||
<link href="https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#21.6.0"/>
|
||||
<updated>2024-03-20T00:00:00.000Z</updated>
|
||||
<summary type="html"><![CDATA[<h3>Added</h3>
|
||||
<ul>
|
||||
<li>Chrome 123, Firefox 124 and Edge 122 in the Docker container <a href="https://github.com/sitespeedio/browsertime/pull/2110">#2110</a>.</li>
|
||||
</ul>
|
||||
<ul>
|
||||
<li>Chromedriver 123 and Edgedriver 122 <a href="https://github.com/sitespeedio/browsertime/pull/2111">#2111</a>.</li>
|
||||
</ul>
|
||||
<h3>Fixed</h3>
|
||||
<ul>
|
||||
<li>Fix a bug in stopAsError so that you can continue to measure other pages after the stop. Also follow the documentation and mark the run as a failure <a href="https://github.com/sitespeedio/browsertime/pull/2107">#2107</a>.</li>
|
||||
</ul>
|
||||
<ul>
|
||||
<li>Use bidi for Firefox when using <code>--basicAuth</code> <a href="https://github.com/sitespeedio/browsertime/pull/2093">#2093</a> (needs Firefox 124).</li>
|
||||
</ul>
|
||||
<ul>
|
||||
<li>Use bidi for Firefox when using <code>--cookie</code> <a href="https://github.com/sitespeedio/browsertime/pull/2090">#2090</a> (needs Firefox 124).</li>
|
||||
</ul>
|
||||
]]></summary>
|
||||
<author>
|
||||
<name>Sitespeed.io</name>
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
<title>browsertime release feed</title>
|
||||
<link>https://www.sitespeed.io</link>
|
||||
<description>New releases and changelog feed of browsertime</description>
|
||||
<lastBuildDate>Sat, 08 Jun 2024 18:24:22 GMT</lastBuildDate>
|
||||
<lastBuildDate>Fri, 14 Jun 2024 05:54:20 GMT</lastBuildDate>
|
||||
<docs>https://validator.w3.org/feed/docs/rss2.html</docs>
|
||||
<generator>https://github.com/jpmonette/feed</generator>
|
||||
<language>en</language>
|
||||
|
|
@ -17,9 +17,21 @@
|
|||
<category>Web Performance</category>
|
||||
<atom:link href="https://www.sitespeed.io/feed/browsertime.rss" rel="self" type="application/rss+xml"/>
|
||||
<item>
|
||||
<title><![CDATA[browsertime 22.3.1]]></title>
|
||||
<link>https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#22.3.1</link>
|
||||
<guid>https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#22.3.1</guid>
|
||||
<title><![CDATA[browsertime 22.5.0]]></title>
|
||||
<link>https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#22.5.0</link>
|
||||
<guid>https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#22.5.0</guid>
|
||||
<pubDate>Fri, 14 Jun 2024 00:00:00 GMT</pubDate>
|
||||
<description><![CDATA[<h3>Added</h3>
|
||||
<ul>
|
||||
<li>Updated the Docker container to include Chrome 126 and Firefox 127. Chromedriver has been updated to 126 <a href="https://github.com/sitespeedio/browsertime/pull/2141">#2141</a>.</li>
|
||||
</ul>
|
||||
]]></description>
|
||||
<enclosure url="https://www.sitespeed.io/img/logos/browsertime.png" length="0" type="image/png"/>
|
||||
</item>
|
||||
<item>
|
||||
<title><![CDATA[browsertime 22.4.1]]></title>
|
||||
<link>https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#22.4.1</link>
|
||||
<guid>https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#22.4.1</guid>
|
||||
<pubDate>Fri, 07 Jun 2024 00:00:00 GMT</pubDate>
|
||||
<description><![CDATA[<h3>Fixed</h3>
|
||||
<ul>
|
||||
|
|
@ -29,9 +41,9 @@
|
|||
<enclosure url="https://www.sitespeed.io/img/logos/browsertime.png" length="0" type="image/png"/>
|
||||
</item>
|
||||
<item>
|
||||
<title><![CDATA[browsertime 22.3.0]]></title>
|
||||
<link>https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#22.3.0</link>
|
||||
<guid>https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#22.3.0</guid>
|
||||
<title><![CDATA[browsertime 22.4.0]]></title>
|
||||
<link>https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#22.4.0</link>
|
||||
<guid>https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#22.4.0</guid>
|
||||
<pubDate>Thu, 06 Jun 2024 00:00:00 GMT</pubDate>
|
||||
<description><![CDATA[<h3>Added</h3>
|
||||
<ul>
|
||||
|
|
@ -152,31 +164,6 @@
|
|||
<ul>
|
||||
<li>Fix running Safari TP. Thank you <a href="https://github.com/92kns">KS</a> for PR <a href="https://github.com/sitespeedio/browsertime/pull/2115">#2115</a>.</li>
|
||||
</ul>
|
||||
]]></description>
|
||||
<enclosure url="https://www.sitespeed.io/img/logos/browsertime.png" length="0" type="image/png"/>
|
||||
</item>
|
||||
<item>
|
||||
<title><![CDATA[browsertime 21.6.0]]></title>
|
||||
<link>https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#21.6.0</link>
|
||||
<guid>https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#21.6.0</guid>
|
||||
<pubDate>Wed, 20 Mar 2024 00:00:00 GMT</pubDate>
|
||||
<description><![CDATA[<h3>Added</h3>
|
||||
<ul>
|
||||
<li>Chrome 123, Firefox 124 and Edge 122 in the Docker container <a href="https://github.com/sitespeedio/browsertime/pull/2110">#2110</a>.</li>
|
||||
</ul>
|
||||
<ul>
|
||||
<li>Chromedriver 123 and Edgedriver 122 <a href="https://github.com/sitespeedio/browsertime/pull/2111">#2111</a>.</li>
|
||||
</ul>
|
||||
<h3>Fixed</h3>
|
||||
<ul>
|
||||
<li>Fix a bug in stopAsError so that you can continue to measure other pages after the stop. Also follow the documentation and mark the run as a failure <a href="https://github.com/sitespeedio/browsertime/pull/2107">#2107</a>.</li>
|
||||
</ul>
|
||||
<ul>
|
||||
<li>Use bidi for Firefox when using <code>--basicAuth</code> <a href="https://github.com/sitespeedio/browsertime/pull/2093">#2093</a> (needs Firefox 124).</li>
|
||||
</ul>
|
||||
<ul>
|
||||
<li>Use bidi for Firefox when using <code>--cookie</code> <a href="https://github.com/sitespeedio/browsertime/pull/2090">#2090</a> (needs Firefox 124).</li>
|
||||
</ul>
|
||||
]]></description>
|
||||
<enclosure url="https://www.sitespeed.io/img/logos/browsertime.png" length="0" type="image/png"/>
|
||||
</item>
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
<title>sitespeed.io release feed</title>
|
||||
<link>https://www.sitespeed.io</link>
|
||||
<description>New releases and changelog feed of sitespeed.io</description>
|
||||
<lastBuildDate>Wed, 12 Jun 2024 00:00:00 GMT</lastBuildDate>
|
||||
<lastBuildDate>Fri, 14 Jun 2024 00:00:00 GMT</lastBuildDate>
|
||||
<docs>https://validator.w3.org/feed/docs/rss2.html</docs>
|
||||
<generator>https://github.com/jpmonette/feed</generator>
|
||||
<language>en</language>
|
||||
|
|
@ -15,6 +15,40 @@
|
|||
</image>
|
||||
<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"/>
|
||||
<item>
|
||||
<title><![CDATA[sitespeed.io 34.2.0]]></title>
|
||||
<link>https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#34.2.0</link>
|
||||
<guid>https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#34.2.0</guid>
|
||||
<pubDate>Fri, 14 Jun 2024 00:00:00 GMT</pubDate>
|
||||
<description><![CDATA[<h3>Added</h3>
|
||||
<ul>
|
||||
<li>Updated to Browsertime 22.5.0 <a href="https://github.com/sitespeedio/sitespeed.io/pull/4187">#4187</a>.</li>
|
||||
</ul>
|
||||
<ul>
|
||||
<li>Updated to Firefox 127 and Chrome/Chromedriver 126 <a href="https://github.com/sitespeedio/sitespeed.io/pull/4185">#4185</a></li>
|
||||
</ul>
|
||||
<h3>Fixed</h3>
|
||||
<ul>
|
||||
<li>Fix for InfluxDBv2 to send annotations. Thank you <a href="https://github.com/Amerousful">pavel bairov</a> for PR <a href="https://github.com/sitespeedio/sitespeed.io/pull/4175">#4175</a>.</li>
|
||||
</ul>
|
||||
<ul>
|
||||
<li>Fix log output when using <code>--preWarmServer</code>, thank you <a href="https://github.com/ThimoCap">ThimoCap</a> for PR <a href="https://github.com/sitespeedio/sitespeed.io/pull/4183">#4183</a></li>
|
||||
</ul>
|
||||
]]></description>
|
||||
<enclosure url="https://www.sitespeed.io/img/logos/sitespeed.io.png" length="0" type="image/png"/>
|
||||
</item>
|
||||
<item>
|
||||
<title><![CDATA[browsertime 22.5.0]]></title>
|
||||
<link>https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#22.5.0</link>
|
||||
<guid>https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#22.5.0</guid>
|
||||
<pubDate>Fri, 14 Jun 2024 00:00:00 GMT</pubDate>
|
||||
<description><![CDATA[<h3>Added</h3>
|
||||
<ul>
|
||||
<li>Updated the Docker container to include Chrome 126 and Firefox 127. Chromedriver has been updated to 126 <a href="https://github.com/sitespeedio/browsertime/pull/2141">#2141</a>.</li>
|
||||
</ul>
|
||||
]]></description>
|
||||
<enclosure url="https://www.sitespeed.io/img/logos/browsertime.png" length="0" type="image/png"/>
|
||||
</item>
|
||||
<item>
|
||||
<title><![CDATA[sitespeed.io 34.1.2]]></title>
|
||||
<link>https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#34.1.2</link>
|
||||
|
|
@ -40,9 +74,9 @@
|
|||
<enclosure url="https://www.sitespeed.io/img/logos/sitespeed.io.png" length="0" type="image/png"/>
|
||||
</item>
|
||||
<item>
|
||||
<title><![CDATA[browsertime 22.3.1]]></title>
|
||||
<link>https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#22.3.1</link>
|
||||
<guid>https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#22.3.1</guid>
|
||||
<title><![CDATA[browsertime 22.4.1]]></title>
|
||||
<link>https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#22.4.1</link>
|
||||
<guid>https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#22.4.1</guid>
|
||||
<pubDate>Fri, 07 Jun 2024 00:00:00 GMT</pubDate>
|
||||
<description><![CDATA[<h3>Fixed</h3>
|
||||
<ul>
|
||||
|
|
@ -64,9 +98,9 @@
|
|||
<enclosure url="https://www.sitespeed.io/img/logos/sitespeed.io.png" length="0" type="image/png"/>
|
||||
</item>
|
||||
<item>
|
||||
<title><![CDATA[browsertime 22.3.0]]></title>
|
||||
<link>https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#22.3.0</link>
|
||||
<guid>https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#22.3.0</guid>
|
||||
<title><![CDATA[browsertime 22.4.0]]></title>
|
||||
<link>https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#22.4.0</link>
|
||||
<guid>https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#22.4.0</guid>
|
||||
<pubDate>Thu, 06 Jun 2024 00:00:00 GMT</pubDate>
|
||||
<description><![CDATA[<h3>Added</h3>
|
||||
<ul>
|
||||
|
|
@ -224,31 +258,6 @@
|
|||
<ul>
|
||||
<li>Add new tag: axeType for axe data in InfluxDB <a href="https://github.com/sitespeedio/sitespeed.io/pull/4139">#4139</a>. Before the fix there was no way to query some of the Axe data.</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 33.5.0]]></title>
|
||||
<link>https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#33.5.0</link>
|
||||
<guid>https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#33.5.0</guid>
|
||||
<pubDate>Thu, 04 Apr 2024 00:00:00 GMT</pubDate>
|
||||
<description><![CDATA[<h3>Added</h3>
|
||||
<ul>
|
||||
<li>Updated to Edge 123 in the Docker container <a href="https://github.com/sitespeedio/sitespeed.io/pull/4135">#4135</a>.</li>
|
||||
</ul>
|
||||
<ul>
|
||||
<li>Added missing default green/yellow/red limits for CLS and TTFB on the start page <a href="https://github.com/sitespeedio/sitespeed.io/pull/4120">#4120</a>.</li>
|
||||
</ul>
|
||||
<ul>
|
||||
<li>Browsertime 21.7.0 with Edgedriver 123.</li>
|
||||
</ul>
|
||||
<h3>Fixed</h3>
|
||||
<ul>
|
||||
<li>The summary page alway showed blue color for AXE violations. This PR makes them green/yellow/red <a href="https://github.com/sitespeedio/sitespeed.io/pull/4123">#4123</a>.</li>
|
||||
</ul>
|
||||
<ul>
|
||||
<li>Updated dependencies:</li>
|
||||
</ul>
|
||||
]]></description>
|
||||
<enclosure url="https://www.sitespeed.io/img/logos/sitespeed.io.png" length="0" type="image/png"/>
|
||||
</item>
|
||||
|
|
@ -295,31 +304,6 @@
|
|||
<ul>
|
||||
<li>Fix running Safari TP. Thank you <a href="https://github.com/92kns">KS</a> for PR <a href="https://github.com/sitespeedio/browsertime/pull/2115">#2115</a>.</li>
|
||||
</ul>
|
||||
]]></description>
|
||||
<enclosure url="https://www.sitespeed.io/img/logos/browsertime.png" length="0" type="image/png"/>
|
||||
</item>
|
||||
<item>
|
||||
<title><![CDATA[browsertime 21.6.0]]></title>
|
||||
<link>https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#21.6.0</link>
|
||||
<guid>https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#21.6.0</guid>
|
||||
<pubDate>Wed, 20 Mar 2024 00:00:00 GMT</pubDate>
|
||||
<description><![CDATA[<h3>Added</h3>
|
||||
<ul>
|
||||
<li>Chrome 123, Firefox 124 and Edge 122 in the Docker container <a href="https://github.com/sitespeedio/browsertime/pull/2110">#2110</a>.</li>
|
||||
</ul>
|
||||
<ul>
|
||||
<li>Chromedriver 123 and Edgedriver 122 <a href="https://github.com/sitespeedio/browsertime/pull/2111">#2111</a>.</li>
|
||||
</ul>
|
||||
<h3>Fixed</h3>
|
||||
<ul>
|
||||
<li>Fix a bug in stopAsError so that you can continue to measure other pages after the stop. Also follow the documentation and mark the run as a failure <a href="https://github.com/sitespeedio/browsertime/pull/2107">#2107</a>.</li>
|
||||
</ul>
|
||||
<ul>
|
||||
<li>Use bidi for Firefox when using <code>--basicAuth</code> <a href="https://github.com/sitespeedio/browsertime/pull/2093">#2093</a> (needs Firefox 124).</li>
|
||||
</ul>
|
||||
<ul>
|
||||
<li>Use bidi for Firefox when using <code>--cookie</code> <a href="https://github.com/sitespeedio/browsertime/pull/2090">#2090</a> (needs Firefox 124).</li>
|
||||
</ul>
|
||||
]]></description>
|
||||
<enclosure url="https://www.sitespeed.io/img/logos/browsertime.png" length="0" type="image/png"/>
|
||||
</item>
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
<feed xmlns="http://www.w3.org/2005/Atom">
|
||||
<id>sitespeed.io-release-feed</id>
|
||||
<title>sitespeed.io release feed</title>
|
||||
<updated>2024-06-12T09:09:19.929Z</updated>
|
||||
<updated>2024-06-14T10:38:50.639Z</updated>
|
||||
<generator>https://github.com/jpmonette/feed</generator>
|
||||
<author>
|
||||
<name>Peter Hedenskog</name>
|
||||
|
|
@ -16,6 +16,31 @@
|
|||
<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 34.2.0]]></title>
|
||||
<id>https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#34.2.0</id>
|
||||
<link href="https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#34.2.0"/>
|
||||
<updated>2024-06-14T00:00:00.000Z</updated>
|
||||
<summary type="html"><![CDATA[<h3>Added</h3>
|
||||
<ul>
|
||||
<li>Updated to Browsertime 22.5.0 <a href="https://github.com/sitespeedio/sitespeed.io/pull/4187">#4187</a>.</li>
|
||||
</ul>
|
||||
<ul>
|
||||
<li>Updated to Firefox 127 and Chrome/Chromedriver 126 <a href="https://github.com/sitespeedio/sitespeed.io/pull/4185">#4185</a></li>
|
||||
</ul>
|
||||
<h3>Fixed</h3>
|
||||
<ul>
|
||||
<li>Fix for InfluxDBv2 to send annotations. Thank you <a href="https://github.com/Amerousful">pavel bairov</a> for PR <a href="https://github.com/sitespeedio/sitespeed.io/pull/4175">#4175</a>.</li>
|
||||
</ul>
|
||||
<ul>
|
||||
<li>Fix log output when using <code>--preWarmServer</code>, thank you <a href="https://github.com/ThimoCap">ThimoCap</a> for PR <a href="https://github.com/sitespeedio/sitespeed.io/pull/4183">#4183</a></li>
|
||||
</ul>
|
||||
]]></summary>
|
||||
<author>
|
||||
<name>Sitespeed.io</name>
|
||||
<uri>https://www.sitespeed.io</uri>
|
||||
</author>
|
||||
</entry>
|
||||
<entry>
|
||||
<title type="html"><![CDATA[sitespeed.io 34.1.2]]></title>
|
||||
<id>https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#34.1.2</id>
|
||||
|
|
@ -156,34 +181,6 @@
|
|||
<ul>
|
||||
<li>Add new tag: axeType for axe data in InfluxDB <a href="https://github.com/sitespeedio/sitespeed.io/pull/4139">#4139</a>. Before the fix there was no way to query some of the Axe data.</li>
|
||||
</ul>
|
||||
]]></summary>
|
||||
<author>
|
||||
<name>Sitespeed.io</name>
|
||||
<uri>https://www.sitespeed.io</uri>
|
||||
</author>
|
||||
</entry>
|
||||
<entry>
|
||||
<title type="html"><![CDATA[sitespeed.io 33.5.0]]></title>
|
||||
<id>https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#33.5.0</id>
|
||||
<link href="https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#33.5.0"/>
|
||||
<updated>2024-04-04T00:00:00.000Z</updated>
|
||||
<summary type="html"><![CDATA[<h3>Added</h3>
|
||||
<ul>
|
||||
<li>Updated to Edge 123 in the Docker container <a href="https://github.com/sitespeedio/sitespeed.io/pull/4135">#4135</a>.</li>
|
||||
</ul>
|
||||
<ul>
|
||||
<li>Added missing default green/yellow/red limits for CLS and TTFB on the start page <a href="https://github.com/sitespeedio/sitespeed.io/pull/4120">#4120</a>.</li>
|
||||
</ul>
|
||||
<ul>
|
||||
<li>Browsertime 21.7.0 with Edgedriver 123.</li>
|
||||
</ul>
|
||||
<h3>Fixed</h3>
|
||||
<ul>
|
||||
<li>The summary page alway showed blue color for AXE violations. This PR makes them green/yellow/red <a href="https://github.com/sitespeedio/sitespeed.io/pull/4123">#4123</a>.</li>
|
||||
</ul>
|
||||
<ul>
|
||||
<li>Updated dependencies:</li>
|
||||
</ul>
|
||||
]]></summary>
|
||||
<author>
|
||||
<name>Sitespeed.io</name>
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
<title>sitespeed.io release feed</title>
|
||||
<link>https://www.sitespeed.io</link>
|
||||
<description>New releases and changelog feed of sitespeed.io</description>
|
||||
<lastBuildDate>Wed, 12 Jun 2024 09:09:19 GMT</lastBuildDate>
|
||||
<lastBuildDate>Fri, 14 Jun 2024 10:38:50 GMT</lastBuildDate>
|
||||
<docs>https://validator.w3.org/feed/docs/rss2.html</docs>
|
||||
<generator>https://github.com/jpmonette/feed</generator>
|
||||
<language>en</language>
|
||||
|
|
@ -16,6 +16,28 @@
|
|||
<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 34.2.0]]></title>
|
||||
<link>https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#34.2.0</link>
|
||||
<guid>https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#34.2.0</guid>
|
||||
<pubDate>Fri, 14 Jun 2024 00:00:00 GMT</pubDate>
|
||||
<description><![CDATA[<h3>Added</h3>
|
||||
<ul>
|
||||
<li>Updated to Browsertime 22.5.0 <a href="https://github.com/sitespeedio/sitespeed.io/pull/4187">#4187</a>.</li>
|
||||
</ul>
|
||||
<ul>
|
||||
<li>Updated to Firefox 127 and Chrome/Chromedriver 126 <a href="https://github.com/sitespeedio/sitespeed.io/pull/4185">#4185</a></li>
|
||||
</ul>
|
||||
<h3>Fixed</h3>
|
||||
<ul>
|
||||
<li>Fix for InfluxDBv2 to send annotations. Thank you <a href="https://github.com/Amerousful">pavel bairov</a> for PR <a href="https://github.com/sitespeedio/sitespeed.io/pull/4175">#4175</a>.</li>
|
||||
</ul>
|
||||
<ul>
|
||||
<li>Fix log output when using <code>--preWarmServer</code>, thank you <a href="https://github.com/ThimoCap">ThimoCap</a> for PR <a href="https://github.com/sitespeedio/sitespeed.io/pull/4183">#4183</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 34.1.2]]></title>
|
||||
<link>https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#34.1.2</link>
|
||||
|
|
@ -132,31 +154,6 @@
|
|||
<ul>
|
||||
<li>Add new tag: axeType for axe data in InfluxDB <a href="https://github.com/sitespeedio/sitespeed.io/pull/4139">#4139</a>. Before the fix there was no way to query some of the Axe data.</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 33.5.0]]></title>
|
||||
<link>https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#33.5.0</link>
|
||||
<guid>https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#33.5.0</guid>
|
||||
<pubDate>Thu, 04 Apr 2024 00:00:00 GMT</pubDate>
|
||||
<description><![CDATA[<h3>Added</h3>
|
||||
<ul>
|
||||
<li>Updated to Edge 123 in the Docker container <a href="https://github.com/sitespeedio/sitespeed.io/pull/4135">#4135</a>.</li>
|
||||
</ul>
|
||||
<ul>
|
||||
<li>Added missing default green/yellow/red limits for CLS and TTFB on the start page <a href="https://github.com/sitespeedio/sitespeed.io/pull/4120">#4120</a>.</li>
|
||||
</ul>
|
||||
<ul>
|
||||
<li>Browsertime 21.7.0 with Edgedriver 123.</li>
|
||||
</ul>
|
||||
<h3>Fixed</h3>
|
||||
<ul>
|
||||
<li>The summary page alway showed blue color for AXE violations. This PR makes them green/yellow/red <a href="https://github.com/sitespeedio/sitespeed.io/pull/4123">#4123</a>.</li>
|
||||
</ul>
|
||||
<ul>
|
||||
<li>Updated dependencies:</li>
|
||||
</ul>
|
||||
]]></description>
|
||||
<enclosure url="https://www.sitespeed.io/img/logos/sitespeed.io.png" length="0" type="image/png"/>
|
||||
</item>
|
||||
|
|
|
|||
Loading…
Reference in New Issue