157 lines
8.8 KiB
XML
157 lines
8.8 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
|
<channel>
|
|
<title>browsertime release feed</title>
|
|
<link>https://www.sitespeed.io</link>
|
|
<description>New releases and changelog feed of browsertime</description>
|
|
<lastBuildDate>Tue, 27 Sep 2022 08:25:55 GMT</lastBuildDate>
|
|
<docs>https://validator.w3.org/feed/docs/rss2.html</docs>
|
|
<generator>https://github.com/jpmonette/feed</generator>
|
|
<language>en</language>
|
|
<image>
|
|
<title>browsertime release feed</title>
|
|
<url>https://www.sitespeed.io/img/logos/browsertime.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/browsertime.rss" rel="self" type="application/rss+xml"/>
|
|
<item>
|
|
<title><![CDATA[browsertime 16.17.0]]></title>
|
|
<link>https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#16.17.0</link>
|
|
<guid>https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#16.17.0</guid>
|
|
<pubDate>Tue, 27 Sep 2022 00:00:00 GMT</pubDate>
|
|
<description><![CDATA[<h3>Added</h3>
|
|
<ul>
|
|
<li>Add ability to ignore shutdown failures on android, thank you <a href="https://github.com/gmierz">Gregory Mierzwinski</a> for PR <a href="https://github.com/sitespeedio/browsertime/pull/1850">#1850</a>.</li>
|
|
</ul>
|
|
<ul>
|
|
<li>Updated to Firefox 105 and Edge 105 in the Docker container.</li>
|
|
</ul>
|
|
<h3>Fixed</h3>
|
|
<ul>
|
|
<li>Fix so we collect battery temperature statistics on Android (again) <a href="https://github.com/sitespeedio/browsertime/pull/1851">#1851</a>.</li>
|
|
</ul>
|
|
]]></description>
|
|
<enclosure url="https://www.sitespeed.io/img/logos/browsertime.png" length="0" type="image/png"/>
|
|
</item>
|
|
<item>
|
|
<title><![CDATA[browsertime 16.16.0]]></title>
|
|
<link>https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#16.16.0</link>
|
|
<guid>https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#16.16.0</guid>
|
|
<pubDate>Tue, 20 Sep 2022 00:00:00 GMT</pubDate>
|
|
<description><![CDATA[<h3>Added</h3>
|
|
<ul>
|
|
<li>Chrome 105, Firefox 104 and Chromedriver 105 <a href="https://github.com/sitespeedio/browsertime/pull/1843">#1843</a>.</li>
|
|
</ul>
|
|
<ul>
|
|
<li>Before you start a test on Android you can push the home button using <code>--androidPretestPressHomeButton</code> <a href="https://github.com/sitespeedio/browsertime/pull/1844">#1844</a>.</li>
|
|
</ul>
|
|
]]></description>
|
|
<enclosure url="https://www.sitespeed.io/img/logos/browsertime.png" length="0" type="image/png"/>
|
|
</item>
|
|
<item>
|
|
<title><![CDATA[browsertime 16.15.1]]></title>
|
|
<link>https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#16.15.1</link>
|
|
<guid>https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#16.15.1</guid>
|
|
<pubDate>Tue, 30 Aug 2022 00:00:00 GMT</pubDate>
|
|
<description><![CDATA[<h3>Fixed</h3>
|
|
<ul>
|
|
<li>Make sure long tasks are collected direct after a test ends. On a slow device it sometimes happened that long tasks was browsertime running scripts to collect metrics <a href="https://github.com/sitespeedio/browsertime/pull/1841">#1841</a>.</li>
|
|
</ul>
|
|
]]></description>
|
|
<enclosure url="https://www.sitespeed.io/img/logos/browsertime.png" length="0" type="image/png"/>
|
|
</item>
|
|
<item>
|
|
<title><![CDATA[browsertime 16.15.0]]></title>
|
|
<link>https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#16.15.0</link>
|
|
<guid>https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#16.15.0</guid>
|
|
<pubDate>Tue, 30 Aug 2022 00:00:00 GMT</pubDate>
|
|
<description><![CDATA[<h3>Added</h3>
|
|
<ul>
|
|
<li>Always get the wifi name that your Android phone is using and add it to the result <a href="https://github.com/sitespeedio/browsertime/pull/1839">#1839</a>.</li>
|
|
</ul>
|
|
]]></description>
|
|
<enclosure url="https://www.sitespeed.io/img/logos/browsertime.png" length="0" type="image/png"/>
|
|
</item>
|
|
<item>
|
|
<title><![CDATA[browsertime 16.14.2]]></title>
|
|
<link>https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#16.14.2</link>
|
|
<guid>https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#16.14.2</guid>
|
|
<pubDate>Fri, 26 Aug 2022 00:00:00 GMT</pubDate>
|
|
<description><![CDATA[<h3>Fixed</h3>
|
|
<ul>
|
|
<li>Using <code>--preWarmServer</code> didn't work on Android/iOS <a href="https://github.com/sitespeedio/browsertime/pull/1837">#1837</a>.</li>
|
|
</ul>
|
|
]]></description>
|
|
<enclosure url="https://www.sitespeed.io/img/logos/browsertime.png" length="0" type="image/png"/>
|
|
</item>
|
|
<item>
|
|
<title><![CDATA[browsertime 16.14.1]]></title>
|
|
<link>https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#16.14.1</link>
|
|
<guid>https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#16.14.1</guid>
|
|
<pubDate>Fri, 26 Aug 2022 00:00:00 GMT</pubDate>
|
|
<description><![CDATA[<h3>Fixed</h3>
|
|
<ul>
|
|
<li>Guard relative standard deviation agains 0 standard deviation <a href="https://github.com/sitespeedio/browsertime/pull/1835">#1835</a>.</li>
|
|
</ul>
|
|
]]></description>
|
|
<enclosure url="https://www.sitespeed.io/img/logos/browsertime.png" length="0" type="image/png"/>
|
|
</item>
|
|
<item>
|
|
<title><![CDATA[browsertime 16.14.0]]></title>
|
|
<link>https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#16.14.0</link>
|
|
<guid>https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#16.14.0</guid>
|
|
<pubDate>Fri, 26 Aug 2022 00:00:00 GMT</pubDate>
|
|
<description><![CDATA[<h3>Added</h3>
|
|
<ul>
|
|
<li>Collect relative standard deviation and output that in the cli output <a href="https://github.com/sitespeedio/browsertime/pull/1834">#1834</a>. Before we only showed the actual standard deviation, with this fix we also show it in percentage, that makes it easier if you run tests on different hardware/networks and want to compare them.</li>
|
|
</ul>
|
|
<ul>
|
|
<li>Collect number of processes that runs on the server that do the testing, before a test starts <a href="https://github.com/sitespeedio/browsertime/pull/1833">#1833</a>.</li>
|
|
</ul>
|
|
<h3>Fixed</h3>
|
|
<ul>
|
|
<li>Updated to Selenium 4.4.0 and Throttle 5.0.0.</li>
|
|
</ul>
|
|
]]></description>
|
|
<enclosure url="https://www.sitespeed.io/img/logos/browsertime.png" length="0" type="image/png"/>
|
|
</item>
|
|
<item>
|
|
<title><![CDATA[browsertime 16.13.3]]></title>
|
|
<link>https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#16.13.3</link>
|
|
<guid>https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#16.13.3</guid>
|
|
<pubDate>Wed, 17 Aug 2022 00:00:00 GMT</pubDate>
|
|
<description><![CDATA[<h3>Fixed</h3>
|
|
<ul>
|
|
<li>Make sure set cookies work when navigating in script for Chrome/Edge <a href="https://github.com/sitespeedio/browsertime/pull/1830">#1830</a>.</li>
|
|
</ul>
|
|
]]></description>
|
|
<enclosure url="https://www.sitespeed.io/img/logos/browsertime.png" length="0" type="image/png"/>
|
|
</item>
|
|
<item>
|
|
<title><![CDATA[browsertime 16.13.2]]></title>
|
|
<link>https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#16.13.2</link>
|
|
<guid>https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#16.13.2</guid>
|
|
<pubDate>Sun, 14 Aug 2022 00:00:00 GMT</pubDate>
|
|
<description><![CDATA[<h3>Fixed</h3>
|
|
<ul>
|
|
<li>Disable adding lastCPULongTask to the HAR data since it breaks waterfall view on slow mobile phones with late CPU long tasks <a href="https://github.com/sitespeedio/browsertime/pull/1828">#1828</a>.</li>
|
|
</ul>
|
|
]]></description>
|
|
<enclosure url="https://www.sitespeed.io/img/logos/browsertime.png" length="0" type="image/png"/>
|
|
</item>
|
|
<item>
|
|
<title><![CDATA[browsertime 16.13.1]]></title>
|
|
<link>https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#16.13.1</link>
|
|
<guid>https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#16.13.1</guid>
|
|
<pubDate>Wed, 10 Aug 2022 00:00:00 GMT</pubDate>
|
|
<description><![CDATA[<h3>Fixed</h3>
|
|
<ul>
|
|
<li>Make sure that Android id is always picked up from the phone if tests run on Android <a href="https://github.com/sitespeedio/browsertime/pull/1826">#1826</a>.</li>
|
|
</ul>
|
|
]]></description>
|
|
<enclosure url="https://www.sitespeed.io/img/logos/browsertime.png" length="0" type="image/png"/>
|
|
</item>
|
|
</channel>
|
|
</rss> |