Skip to content

Commit 5f83d4d

Browse files
committed
bump
1 parent b4fb562 commit 5f83d4d

File tree

5 files changed

+129
-137
lines changed

5 files changed

+129
-137
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
37.0.4
1+
37.1.0

docs/feed/atom.xml

Lines changed: 35 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<feed xmlns="http://www.w3.org/2005/Atom">
33
<id>sitespeed.io-release-feed</id>
44
<title>sitespeed.io release feed</title>
5-
<updated>2025-03-06T00:00:00.000Z</updated>
5+
<updated>2025-03-08T00:00:00.000Z</updated>
66
<generator>https://github.com/jpmonette/feed</generator>
77
<author>
88
<name>Peter Hedenskog</name>
@@ -15,6 +15,40 @@
1515
<logo>https://www.sitespeed.io/img/logos/sitespeed.io.png</logo>
1616
<icon>http://www.sitespeed.io/favicon.ico</icon>
1717
<rights>All rights reserved 2022, Peter Hedenskog and team</rights>
18+
<entry>
19+
<title type="html"><![CDATA[sitespeed.io 37.1.0]]></title>
20+
<id>https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#37.1.0</id>
21+
<link href="https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#37.1.0"/>
22+
<updated>2025-03-08T00:00:00.000Z</updated>
23+
<summary type="html"><![CDATA[<h3>Added</h3>
24+
<ul>
25+
<li>The Docker container now contains Chrome 134.0, Firefox 136 and Edge 134.0.</li>
26+
</ul>
27+
<h3>Fixed</h3>
28+
<ul>
29+
<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>
30+
</ul>
31+
]]></summary>
32+
<author>
33+
<name>Sitespeed.io</name>
34+
<uri>https://www.sitespeed.io</uri>
35+
</author>
36+
</entry>
37+
<entry>
38+
<title type="html"><![CDATA[sitespeed.io 37.0.4]]></title>
39+
<id>https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#37.0.4</id>
40+
<link href="https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#37.0.4"/>
41+
<updated>2025-03-07T00:00:00.000Z</updated>
42+
<summary type="html"><![CDATA[<h3>Fixed</h3>
43+
<ul>
44+
<li>Sending annotations to Graphite failed because of InfluxDB check <a href="https://github.com/sitespeedio/sitespeed.io/pull/4469">#4469</a>.</li>
45+
</ul>
46+
]]></summary>
47+
<author>
48+
<name>Sitespeed.io</name>
49+
<uri>https://www.sitespeed.io</uri>
50+
</author>
51+
</entry>
1852
<entry>
1953
<title type="html"><![CDATA[sitespeed.io 37.0.3]]></title>
2054
<id>https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#37.0.3</id>
@@ -304,27 +338,6 @@
304338
<ul>
305339
<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>
306340
</ul>
307-
]]></summary>
308-
<author>
309-
<name>Sitespeed.io</name>
310-
<uri>https://www.sitespeed.io</uri>
311-
</author>
312-
</entry>
313-
<entry>
314-
<title type="html"><![CDATA[sitespeed.io 36.2.4]]></title>
315-
<id>https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#36.2.4</id>
316-
<link href="https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#36.2.4"/>
317-
<updated>2025-02-02T00:00:00.000Z</updated>
318-
<summary type="html"><![CDATA[<h3>Fixed</h3>
319-
<ul>
320-
<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>
321-
</ul>
322-
<ul>
323-
<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>
324-
</ul>
325-
<ul>
326-
<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>
327-
</ul>
328341
]]></summary>
329342
<author>
330343
<name>Sitespeed.io</name>
@@ -340,21 +353,6 @@
340353
<ul>
341354
<li>Disable verbose logging from GUI <a href="https://github.com/sitespeedio/onlinetest/pull/130">#130</a>.</li>
342355
</ul>
343-
]]></summary>
344-
<author>
345-
<name>Sitespeed.io</name>
346-
<uri>https://www.sitespeed.io</uri>
347-
</author>
348-
</entry>
349-
<entry>
350-
<title type="html"><![CDATA[sitespeed.io 36.2.3]]></title>
351-
<id>https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#36.2.3</id>
352-
<link href="https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#36.2.3"/>
353-
<updated>2025-01-30T00:00:00.000Z</updated>
354-
<summary type="html"><![CDATA[<h3>Fixed</h3>
355-
<ul>
356-
<li>Even better handling of missing runtime settings <a href="https://github.com/sitespeedio/sitespeed.io/pull/4420">#4420</a>.</li>
357-
</ul>
358356
]]></summary>
359357
<author>
360358
<name>Sitespeed.io</name>

docs/feed/rss.xml

Lines changed: 29 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<title>sitespeed.io release feed</title>
55
<link>https://www.sitespeed.io</link>
66
<description>New releases and changelog feed of sitespeed.io</description>
7-
<lastBuildDate>Thu, 06 Mar 2025 00:00:00 GMT</lastBuildDate>
7+
<lastBuildDate>Sat, 08 Mar 2025 00:00:00 GMT</lastBuildDate>
88
<docs>https://validator.w3.org/feed/docs/rss2.html</docs>
99
<generator>https://github.com/jpmonette/feed</generator>
1010
<language>en</language>
@@ -15,6 +15,34 @@
1515
</image>
1616
<copyright>All rights reserved 2022, Peter Hedenskog and team</copyright>
1717
<atom:link href="https://www.sitespeed.io/feed/rss.xml" rel="self" type="application/rss+xml"/>
18+
<item>
19+
<title><![CDATA[sitespeed.io 37.1.0]]></title>
20+
<link>https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#37.1.0</link>
21+
<guid>https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#37.1.0</guid>
22+
<pubDate>Sat, 08 Mar 2025 00:00:00 GMT</pubDate>
23+
<description><![CDATA[<h3>Added</h3>
24+
<ul>
25+
<li>The Docker container now contains Chrome 134.0, Firefox 136 and Edge 134.0.</li>
26+
</ul>
27+
<h3>Fixed</h3>
28+
<ul>
29+
<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>
30+
</ul>
31+
]]></description>
32+
<enclosure url="https://www.sitespeed.io/img/logos/sitespeed.io.png" length="0" type="image/png"/>
33+
</item>
34+
<item>
35+
<title><![CDATA[sitespeed.io 37.0.4]]></title>
36+
<link>https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#37.0.4</link>
37+
<guid>https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#37.0.4</guid>
38+
<pubDate>Fri, 07 Mar 2025 00:00:00 GMT</pubDate>
39+
<description><![CDATA[<h3>Fixed</h3>
40+
<ul>
41+
<li>Sending annotations to Graphite failed because of InfluxDB check <a href="https://github.com/sitespeedio/sitespeed.io/pull/4469">#4469</a>.</li>
42+
</ul>
43+
]]></description>
44+
<enclosure url="https://www.sitespeed.io/img/logos/sitespeed.io.png" length="0" type="image/png"/>
45+
</item>
1846
<item>
1947
<title><![CDATA[sitespeed.io 37.0.3]]></title>
2048
<link>https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#37.0.3</link>
@@ -248,24 +276,6 @@
248276
<ul>
249277
<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>
250278
</ul>
251-
]]></description>
252-
<enclosure url="https://www.sitespeed.io/img/logos/sitespeed.io.png" length="0" type="image/png"/>
253-
</item>
254-
<item>
255-
<title><![CDATA[sitespeed.io 36.2.4]]></title>
256-
<link>https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#36.2.4</link>
257-
<guid>https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#36.2.4</guid>
258-
<pubDate>Sun, 02 Feb 2025 00:00:00 GMT</pubDate>
259-
<description><![CDATA[<h3>Fixed</h3>
260-
<ul>
261-
<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>
262-
</ul>
263-
<ul>
264-
<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>
265-
</ul>
266-
<ul>
267-
<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>
268-
</ul>
269279
]]></description>
270280
<enclosure url="https://www.sitespeed.io/img/logos/sitespeed.io.png" length="0" type="image/png"/>
271281
</item>
@@ -280,18 +290,6 @@
280290
</ul>
281291
]]></description>
282292
</item>
283-
<item>
284-
<title><![CDATA[sitespeed.io 36.2.3]]></title>
285-
<link>https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#36.2.3</link>
286-
<guid>https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#36.2.3</guid>
287-
<pubDate>Thu, 30 Jan 2025 00:00:00 GMT</pubDate>
288-
<description><![CDATA[<h3>Fixed</h3>
289-
<ul>
290-
<li>Even better handling of missing runtime settings <a href="https://github.com/sitespeedio/sitespeed.io/pull/4420">#4420</a>.</li>
291-
</ul>
292-
]]></description>
293-
<enclosure url="https://www.sitespeed.io/img/logos/sitespeed.io.png" length="0" type="image/png"/>
294-
</item>
295293
<item>
296294
<title><![CDATA[server 1.3.0]]></title>
297295
<link>https://github.com/sitespeedio/server/blob/main/CHANGELOG.md#1.3.0</link>

docs/feed/sitespeed.io.atom

Lines changed: 35 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<feed xmlns="http://www.w3.org/2005/Atom">
33
<id>sitespeed.io-release-feed</id>
44
<title>sitespeed.io release feed</title>
5-
<updated>2025-03-06T04:55:40.239Z</updated>
5+
<updated>2025-03-08T15:38:01.609Z</updated>
66
<generator>https://github.com/jpmonette/feed</generator>
77
<author>
88
<name>Peter Hedenskog</name>
@@ -16,6 +16,40 @@
1616
<icon>http://www.sitespeed.io/favicon.ico</icon>
1717
<rights>All rights reserved 2022, Peter Hedenskog and team</rights>
1818
<category term="Web Performance"/>
19+
<entry>
20+
<title type="html"><![CDATA[sitespeed.io 37.1.0]]></title>
21+
<id>https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#37.1.0</id>
22+
<link href="https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#37.1.0"/>
23+
<updated>2025-03-08T00:00:00.000Z</updated>
24+
<summary type="html"><![CDATA[<h3>Added</h3>
25+
<ul>
26+
<li>The Docker container now contains Chrome 134.0, Firefox 136 and Edge 134.0.</li>
27+
</ul>
28+
<h3>Fixed</h3>
29+
<ul>
30+
<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>
31+
</ul>
32+
]]></summary>
33+
<author>
34+
<name>Sitespeed.io</name>
35+
<uri>https://www.sitespeed.io</uri>
36+
</author>
37+
</entry>
38+
<entry>
39+
<title type="html"><![CDATA[sitespeed.io 37.0.4]]></title>
40+
<id>https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#37.0.4</id>
41+
<link href="https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#37.0.4"/>
42+
<updated>2025-03-07T00:00:00.000Z</updated>
43+
<summary type="html"><![CDATA[<h3>Fixed</h3>
44+
<ul>
45+
<li>Sending annotations to Graphite failed because of InfluxDB check <a href="https://github.com/sitespeedio/sitespeed.io/pull/4469">#4469</a>.</li>
46+
</ul>
47+
]]></summary>
48+
<author>
49+
<name>Sitespeed.io</name>
50+
<uri>https://www.sitespeed.io</uri>
51+
</author>
52+
</entry>
1953
<entry>
2054
<title type="html"><![CDATA[sitespeed.io 37.0.3]]></title>
2155
<id>https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#37.0.3</id>
@@ -153,42 +187,6 @@
153187
<ul>
154188
<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>
155189
</ul>
156-
]]></summary>
157-
<author>
158-
<name>Sitespeed.io</name>
159-
<uri>https://www.sitespeed.io</uri>
160-
</author>
161-
</entry>
162-
<entry>
163-
<title type="html"><![CDATA[sitespeed.io 36.2.4]]></title>
164-
<id>https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#36.2.4</id>
165-
<link href="https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#36.2.4"/>
166-
<updated>2025-02-02T00:00:00.000Z</updated>
167-
<summary type="html"><![CDATA[<h3>Fixed</h3>
168-
<ul>
169-
<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>
170-
</ul>
171-
<ul>
172-
<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>
173-
</ul>
174-
<ul>
175-
<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>
176-
</ul>
177-
]]></summary>
178-
<author>
179-
<name>Sitespeed.io</name>
180-
<uri>https://www.sitespeed.io</uri>
181-
</author>
182-
</entry>
183-
<entry>
184-
<title type="html"><![CDATA[sitespeed.io 36.2.3]]></title>
185-
<id>https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#36.2.3</id>
186-
<link href="https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#36.2.3"/>
187-
<updated>2025-01-30T00:00:00.000Z</updated>
188-
<summary type="html"><![CDATA[<h3>Fixed</h3>
189-
<ul>
190-
<li>Even better handling of missing runtime settings <a href="https://github.com/sitespeedio/sitespeed.io/pull/4420">#4420</a>.</li>
191-
</ul>
192190
]]></summary>
193191
<author>
194192
<name>Sitespeed.io</name>

docs/feed/sitespeed.io.rss

Lines changed: 29 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<title>sitespeed.io release feed</title>
55
<link>https://www.sitespeed.io</link>
66
<description>New releases and changelog feed of sitespeed.io</description>
7-
<lastBuildDate>Thu, 06 Mar 2025 04:55:40 GMT</lastBuildDate>
7+
<lastBuildDate>Sat, 08 Mar 2025 15:38:01 GMT</lastBuildDate>
88
<docs>https://validator.w3.org/feed/docs/rss2.html</docs>
99
<generator>https://github.com/jpmonette/feed</generator>
1010
<language>en</language>
@@ -16,6 +16,34 @@
1616
<copyright>All rights reserved 2022, Peter Hedenskog and team</copyright>
1717
<category>Web Performance</category>
1818
<atom:link href="https://www.sitespeed.io/feed/rss.xml" rel="self" type="application/rss+xml"/>
19+
<item>
20+
<title><![CDATA[sitespeed.io 37.1.0]]></title>
21+
<link>https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#37.1.0</link>
22+
<guid>https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#37.1.0</guid>
23+
<pubDate>Sat, 08 Mar 2025 00:00:00 GMT</pubDate>
24+
<description><![CDATA[<h3>Added</h3>
25+
<ul>
26+
<li>The Docker container now contains Chrome 134.0, Firefox 136 and Edge 134.0.</li>
27+
</ul>
28+
<h3>Fixed</h3>
29+
<ul>
30+
<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>
31+
</ul>
32+
]]></description>
33+
<enclosure url="https://www.sitespeed.io/img/logos/sitespeed.io.png" length="0" type="image/png"/>
34+
</item>
35+
<item>
36+
<title><![CDATA[sitespeed.io 37.0.4]]></title>
37+
<link>https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#37.0.4</link>
38+
<guid>https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#37.0.4</guid>
39+
<pubDate>Fri, 07 Mar 2025 00:00:00 GMT</pubDate>
40+
<description><![CDATA[<h3>Fixed</h3>
41+
<ul>
42+
<li>Sending annotations to Graphite failed because of InfluxDB check <a href="https://github.com/sitespeedio/sitespeed.io/pull/4469">#4469</a>.</li>
43+
</ul>
44+
]]></description>
45+
<enclosure url="https://www.sitespeed.io/img/logos/sitespeed.io.png" length="0" type="image/png"/>
46+
</item>
1947
<item>
2048
<title><![CDATA[sitespeed.io 37.0.3]]></title>
2149
<link>https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#37.0.3</link>
@@ -132,36 +160,6 @@
132160
<ul>
133161
<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>
134162
</ul>
135-
]]></description>
136-
<enclosure url="https://www.sitespeed.io/img/logos/sitespeed.io.png" length="0" type="image/png"/>
137-
</item>
138-
<item>
139-
<title><![CDATA[sitespeed.io 36.2.4]]></title>
140-
<link>https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#36.2.4</link>
141-
<guid>https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#36.2.4</guid>
142-
<pubDate>Sun, 02 Feb 2025 00:00:00 GMT</pubDate>
143-
<description><![CDATA[<h3>Fixed</h3>
144-
<ul>
145-
<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>
146-
</ul>
147-
<ul>
148-
<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>
149-
</ul>
150-
<ul>
151-
<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>
152-
</ul>
153-
]]></description>
154-
<enclosure url="https://www.sitespeed.io/img/logos/sitespeed.io.png" length="0" type="image/png"/>
155-
</item>
156-
<item>
157-
<title><![CDATA[sitespeed.io 36.2.3]]></title>
158-
<link>https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#36.2.3</link>
159-
<guid>https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#36.2.3</guid>
160-
<pubDate>Thu, 30 Jan 2025 00:00:00 GMT</pubDate>
161-
<description><![CDATA[<h3>Fixed</h3>
162-
<ul>
163-
<li>Even better handling of missing runtime settings <a href="https://github.com/sitespeedio/sitespeed.io/pull/4420">#4420</a>.</li>
164-
</ul>
165163
]]></description>
166164
<enclosure url="https://www.sitespeed.io/img/logos/sitespeed.io.png" length="0" type="image/png"/>
167165
</item>

0 commit comments

Comments
 (0)