From 8e48f7104e35be890b19ab4760ca04082696927e Mon Sep 17 00:00:00 2001 From: soulgalore Date: Thu, 13 Mar 2025 16:13:22 +0100 Subject: [PATCH 1/5] new bt --- docs/_includes/version/browsertime.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_includes/version/browsertime.txt b/docs/_includes/version/browsertime.txt index 84e5de6ef..eb95d542e 100644 --- a/docs/_includes/version/browsertime.txt +++ b/docs/_includes/version/browsertime.txt @@ -1 +1 @@ -24.4.0 \ No newline at end of file +24.5.0 \ No newline at end of file From 4e5af5aff8d948e43a60cf32637fb92eb16fb131 Mon Sep 17 00:00:00 2001 From: Peter Hedenskog Date: Thu, 13 Mar 2025 16:26:56 +0100 Subject: [PATCH 2/5] Browsertime 24.5.0 (#4480) --- npm-shrinkwrap.json | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index b32594080..6f9725494 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -17,7 +17,7 @@ "@slack/webhook": "7.0.4", "@tgwf/co2": "0.16.4", "axe-core": "4.10.2", - "browsertime": "24.4.0", + "browsertime": "24.5.0", "coach-core": "8.1.1", "dayjs": "1.11.11", "fast-crc32c": "2.0.0", @@ -1809,9 +1809,9 @@ } }, "node_modules/@sitespeed.io/geckodriver": { - "version": "0.35.0-1", - "resolved": "https://registry.npmjs.org/@sitespeed.io/geckodriver/-/geckodriver-0.35.0-1.tgz", - "integrity": "sha512-xBgcm75G3CPQScgAgq00BbMx3kMBgyvXy2UoK4/KwnSHgSE27mIyjRvS4vefbpEY40vTHC94sIQbF9s8De5KOQ==", + "version": "0.36.0", + "resolved": "https://registry.npmjs.org/@sitespeed.io/geckodriver/-/geckodriver-0.36.0.tgz", + "integrity": "sha512-MAPh+kjBxPK1amSSudNeh/eTOE5Zt3tVDyCwkFepNYxfEs9MPe2BRHiDKcgG8SBG8ahvGthX5kyyfitu3SOUfw==", "hasInstallScript": true, "dependencies": { "node-downloader-helper": "2.1.5", @@ -3231,14 +3231,14 @@ } }, "node_modules/browsertime": { - "version": "24.4.0", - "resolved": "https://registry.npmjs.org/browsertime/-/browsertime-24.4.0.tgz", - "integrity": "sha512-/iioWi7QNtR5AQVO6quwu52V4RAgK7v8yNoylQFYWmUoRgf3VYjAKGCtZnwdJy4EXEHeHjpYorZL0t49H0hQsg==", + "version": "24.5.0", + "resolved": "https://registry.npmjs.org/browsertime/-/browsertime-24.5.0.tgz", + "integrity": "sha512-baO9t7L9Jou2BSHTfLe8zevas/KadVJSBhaB3Dum2lizOfEG8uYB0O8cuZViQw5S3VYcR7AO7kuPsJCjLPKRVg==", "dependencies": { "@devicefarmer/adbkit": "3.3.8", "@sitespeed.io/chromedriver": "134.0.6998-35", "@sitespeed.io/edgedriver": "134.0.3124-51", - "@sitespeed.io/geckodriver": "0.35.0-1", + "@sitespeed.io/geckodriver": "0.36.0", "@sitespeed.io/log": "0.2.6", "@sitespeed.io/throttle": "5.0.1", "@sitespeed.io/tracium": "0.3.3", diff --git a/package.json b/package.json index 85888fa4d..20d9b3dd3 100644 --- a/package.json +++ b/package.json @@ -88,7 +88,7 @@ "@tgwf/co2": "0.16.4", "@slack/webhook": "7.0.4", "axe-core": "4.10.2", - "browsertime": "24.4.0", + "browsertime": "24.5.0", "coach-core": "8.1.1", "dayjs": "1.11.11", "fast-crc32c": "2.0.0", From 13afa9267b5bb76f3cb0a5614f4fc82238e74f7d Mon Sep 17 00:00:00 2001 From: soulgalore Date: Thu, 13 Mar 2025 16:32:28 +0100 Subject: [PATCH 3/5] new release --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index fe215727a..eb7fd9f9e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ # CHANGELOG - sitespeed.io (we use [semantic versioning](https://semver.org)) +# 37.3.0 - 2025-03-13 +### Added +* Updated to [Browsertime 24.5.0](https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#2450---2025-03-13) that updates to Geckodriver 0.36.0 (for Firefox) and fixes a bug for running test on Safari on iOS (reported in [#4479](https://github.com/sitespeedio/sitespeed.io/issues/4479)) fixed in [#4480](https://github.com/sitespeedio/sitespeed.io/pull/4480). + # 37.2.0 - 2025-03-12 ### Added * Updated to [Browsertime 24.4.0](https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#2440---2025-03-11) [#4478](https://github.com/sitespeedio/sitespeed.io/pull/4478). From 7e4ddb5d8b188cff783a5d9c9f57672f79bfc2fa Mon Sep 17 00:00:00 2001 From: soulgalore Date: Thu, 13 Mar 2025 16:32:51 +0100 Subject: [PATCH 4/5] 37.3.0 --- npm-shrinkwrap.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 6f9725494..6c85d975d 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "sitespeed.io", - "version": "37.2.0", + "version": "37.3.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "sitespeed.io", - "version": "37.2.0", + "version": "37.3.0", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 20d9b3dd3..5f349d1df 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "sitespeed.io": "./bin/sitespeed.js", "sitespeed.io-wpr": "./bin/browsertimeWebPageReplay.js" }, - "version": "37.2.0", + "version": "37.3.0", "description": "sitespeed.io is an open-source tool for comprehensive web performance analysis, enabling you to test, monitor, and optimize your website’s speed using real browsers in various environments.", "keywords": [ "performance", From 19413f6f6d96c6ae8482b416fc85d3590b540450 Mon Sep 17 00:00:00 2001 From: soulgalore Date: Thu, 13 Mar 2025 16:33:43 +0100 Subject: [PATCH 5/5] bump --- docs/_includes/version/sitespeed.io.txt | 2 +- docs/feed/atom.xml | 66 +++++++++++++------------ docs/feed/browsertime.atom | 36 ++++++++------ docs/feed/browsertime.rss | 30 ++++++----- docs/feed/rss.xml | 54 ++++++++++---------- docs/feed/sitespeed.io.atom | 32 ++++++------ docs/feed/sitespeed.io.rss | 26 +++++----- 7 files changed, 131 insertions(+), 115 deletions(-) diff --git a/docs/_includes/version/sitespeed.io.txt b/docs/_includes/version/sitespeed.io.txt index 35e220c3a..aa1e745e3 100644 --- a/docs/_includes/version/sitespeed.io.txt +++ b/docs/_includes/version/sitespeed.io.txt @@ -1 +1 @@ -37.2.0 \ No newline at end of file +37.3.0 \ No newline at end of file diff --git a/docs/feed/atom.xml b/docs/feed/atom.xml index 4739fa119..518e346fc 100644 --- a/docs/feed/atom.xml +++ b/docs/feed/atom.xml @@ -2,7 +2,7 @@ sitespeed.io-release-feed sitespeed.io release feed - 2025-03-12T00:00:00.000Z + 2025-03-13T00:00:00.000Z https://github.com/jpmonette/feed Peter Hedenskog @@ -15,6 +15,40 @@ https://www.sitespeed.io/img/logos/sitespeed.io.png http://www.sitespeed.io/favicon.ico All rights reserved 2022, Peter Hedenskog and team + + <![CDATA[sitespeed.io 37.3.0]]> + https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#37.3.0 + + 2025-03-13T00:00:00.000Z + Added +
    +
  • Updated to Browsertime 24.5.0 that updates to Geckodriver 0.36.0 (for Firefox) and fixes a bug for running test on Safari on iOS (reported in #4479) fixed in #4480.
  • +
+]]>
+ + Sitespeed.io + https://www.sitespeed.io + +
+ + <![CDATA[browsertime 24.5.0]]> + https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#24.5.0 + + 2025-03-13T00:00:00.000Z + Added +
    +
  • Updated to Geckodriver 0.36.0 #2270.
  • +
+

Fixed

+
    +
  • Fix running tests on Safari on iOS that has been broken by some refactoring #2271.
  • +
+]]>
+ + Sitespeed.io + https://www.sitespeed.io + +
<![CDATA[sitespeed.io 37.2.0]]> https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#37.2.0 @@ -243,21 +277,6 @@
  • Add support for manually setting the log level using --logLevel #2264.2264
-]]> - - Sitespeed.io - https://www.sitespeed.io - -
- - <![CDATA[sitespeed.io 36.4.1]]> - https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#36.4.1 - - 2025-02-17T00:00:00.000Z - Fixed -
    -
  • 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.
  • -
]]>
Sitespeed.io @@ -637,21 +656,6 @@
  • Change bottom margin from 10 to 14 pixel when recording a video on mobile, se bug #2224 and PR #2225.
-]]> - - Sitespeed.io - https://www.sitespeed.io - -
- - <![CDATA[browsertime 23.4.4]]> - https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#23.4.4 - - 2024-12-18T00:00:00.000Z - Fixed -
    -
  • A more robust gnirehtet check when you run your Android test #2223.
  • -
]]>
Sitespeed.io diff --git a/docs/feed/browsertime.atom b/docs/feed/browsertime.atom index 472217975..b54e3c846 100644 --- a/docs/feed/browsertime.atom +++ b/docs/feed/browsertime.atom @@ -2,7 +2,7 @@ browsertime-release-feed browsertime release feed - 2025-03-11T18:33:49.389Z + 2025-03-13T15:12:49.118Z https://github.com/jpmonette/feed Peter Hedenskog @@ -16,6 +16,25 @@ http://www.sitespeed.io/favicon.ico All rights reserved 2022, Peter Hedenskog and team + + <![CDATA[browsertime 24.5.0]]> + https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#24.5.0 + + 2025-03-13T00:00:00.000Z + Added +
    +
  • Updated to Geckodriver 0.36.0 #2270.
  • +
+

Fixed

+
    +
  • Fix running tests on Safari on iOS that has been broken by some refactoring #2271.
  • +
+]]>
+ + Sitespeed.io + https://www.sitespeed.io + +
<![CDATA[browsertime 24.4.0]]> https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#24.4.0 @@ -192,21 +211,6 @@
  • Change bottom margin from 10 to 14 pixel when recording a video on mobile, se bug #2224 and PR #2225.
-]]> - - Sitespeed.io - https://www.sitespeed.io - -
- - <![CDATA[browsertime 23.4.4]]> - https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#23.4.4 - - 2024-12-18T00:00:00.000Z - Fixed -
    -
  • A more robust gnirehtet check when you run your Android test #2223.
  • -
]]>
Sitespeed.io diff --git a/docs/feed/browsertime.rss b/docs/feed/browsertime.rss index 8986460b5..8ad311c44 100644 --- a/docs/feed/browsertime.rss +++ b/docs/feed/browsertime.rss @@ -4,7 +4,7 @@ browsertime release feed https://www.sitespeed.io New releases and changelog feed of browsertime - Tue, 11 Mar 2025 18:33:49 GMT + Thu, 13 Mar 2025 15:12:49 GMT https://validator.w3.org/feed/docs/rss2.html https://github.com/jpmonette/feed en @@ -16,6 +16,22 @@ All rights reserved 2022, Peter Hedenskog and team Web Performance + + <![CDATA[browsertime 24.5.0]]> + https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#24.5.0 + https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#24.5.0 + Thu, 13 Mar 2025 00:00:00 GMT + Added +
    +
  • Updated to Geckodriver 0.36.0 #2270.
  • +
+

Fixed

+
    +
  • Fix running tests on Safari on iOS that has been broken by some refactoring #2271.
  • +
+]]>
+ +
<![CDATA[browsertime 24.4.0]]> https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#24.4.0 @@ -168,18 +184,6 @@
  • Change bottom margin from 10 to 14 pixel when recording a video on mobile, se bug #2224 and PR #2225.
-]]> - -
- - <![CDATA[browsertime 23.4.4]]> - https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#23.4.4 - https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#23.4.4 - Wed, 18 Dec 2024 00:00:00 GMT - Fixed -
    -
  • A more robust gnirehtet check when you run your Android test #2223.
  • -
]]>
diff --git a/docs/feed/rss.xml b/docs/feed/rss.xml index e3196974d..7ba2b795c 100644 --- a/docs/feed/rss.xml +++ b/docs/feed/rss.xml @@ -4,7 +4,7 @@ sitespeed.io release feed https://www.sitespeed.io New releases and changelog feed of sitespeed.io - Wed, 12 Mar 2025 00:00:00 GMT + Thu, 13 Mar 2025 00:00:00 GMT https://validator.w3.org/feed/docs/rss2.html https://github.com/jpmonette/feed en @@ -15,6 +15,34 @@ All rights reserved 2022, Peter Hedenskog and team + + <![CDATA[sitespeed.io 37.3.0]]> + https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#37.3.0 + https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#37.3.0 + Thu, 13 Mar 2025 00:00:00 GMT + Added +
    +
  • Updated to Browsertime 24.5.0 that updates to Geckodriver 0.36.0 (for Firefox) and fixes a bug for running test on Safari on iOS (reported in #4479) fixed in #4480.
  • +
+]]>
+ +
+ + <![CDATA[browsertime 24.5.0]]> + https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#24.5.0 + https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#24.5.0 + Thu, 13 Mar 2025 00:00:00 GMT + Added +
    +
  • Updated to Geckodriver 0.36.0 #2270.
  • +
+

Fixed

+
    +
  • Fix running tests on Safari on iOS that has been broken by some refactoring #2271.
  • +
+]]>
+ +
<![CDATA[sitespeed.io 37.2.0]]> https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#37.2.0 @@ -204,18 +232,6 @@ ]]> - - <![CDATA[sitespeed.io 36.4.1]]> - https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#36.4.1 - https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#36.4.1 - Mon, 17 Feb 2025 00:00:00 GMT - Fixed -
    -
  • 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.
  • -
-]]>
- -
<![CDATA[server 1.6.3]]> https://github.com/sitespeedio/server/blob/main/CHANGELOG.md#1.6.3 @@ -517,18 +533,6 @@
  • Change bottom margin from 10 to 14 pixel when recording a video on mobile, se bug #2224 and PR #2225.
-]]> - -
- - <![CDATA[browsertime 23.4.4]]> - https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#23.4.4 - https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#23.4.4 - Wed, 18 Dec 2024 00:00:00 GMT - Fixed -
    -
  • A more robust gnirehtet check when you run your Android test #2223.
  • -
]]>
diff --git a/docs/feed/sitespeed.io.atom b/docs/feed/sitespeed.io.atom index 329c0d7d4..7bfcc71c6 100644 --- a/docs/feed/sitespeed.io.atom +++ b/docs/feed/sitespeed.io.atom @@ -2,7 +2,7 @@ sitespeed.io-release-feed sitespeed.io release feed - 2025-03-12T20:12:37.692Z + 2025-03-13T15:33:15.948Z https://github.com/jpmonette/feed Peter Hedenskog @@ -16,6 +16,21 @@ http://www.sitespeed.io/favicon.ico All rights reserved 2022, Peter Hedenskog and team + + <![CDATA[sitespeed.io 37.3.0]]> + https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#37.3.0 + + 2025-03-13T00:00:00.000Z + Added +
    +
  • Updated to Browsertime 24.5.0 that updates to Geckodriver 0.36.0 (for Firefox) and fixes a bug for running test on Safari on iOS (reported in #4479) fixed in #4480.
  • +
+]]>
+ + Sitespeed.io + https://www.sitespeed.io + +
<![CDATA[sitespeed.io 37.2.0]]> https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#37.2.0 @@ -162,21 +177,6 @@
  • Catch if the browser fails to open a broken page #4457.
-]]> - - Sitespeed.io - https://www.sitespeed.io - -
- - <![CDATA[sitespeed.io 36.4.1]]> - https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#36.4.1 - - 2025-02-17T00:00:00.000Z - Fixed -
    -
  • 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.
  • -
]]>
Sitespeed.io diff --git a/docs/feed/sitespeed.io.rss b/docs/feed/sitespeed.io.rss index 6b71a6b12..5a5f49ca0 100644 --- a/docs/feed/sitespeed.io.rss +++ b/docs/feed/sitespeed.io.rss @@ -4,7 +4,7 @@ sitespeed.io release feed https://www.sitespeed.io New releases and changelog feed of sitespeed.io - Wed, 12 Mar 2025 20:12:37 GMT + Thu, 13 Mar 2025 15:33:15 GMT https://validator.w3.org/feed/docs/rss2.html https://github.com/jpmonette/feed en @@ -16,6 +16,18 @@ All rights reserved 2022, Peter Hedenskog and team Web Performance + + <![CDATA[sitespeed.io 37.3.0]]> + https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#37.3.0 + https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#37.3.0 + Thu, 13 Mar 2025 00:00:00 GMT + Added +
    +
  • Updated to Browsertime 24.5.0 that updates to Geckodriver 0.36.0 (for Firefox) and fixes a bug for running test on Safari on iOS (reported in #4479) fixed in #4480.
  • +
+]]>
+ +
<![CDATA[sitespeed.io 37.2.0]]> https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#37.2.0 @@ -138,18 +150,6 @@
  • Catch if the browser fails to open a broken page #4457.
-]]> - -
- - <![CDATA[sitespeed.io 36.4.1]]> - https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#36.4.1 - https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#36.4.1 - Mon, 17 Feb 2025 00:00:00 GMT - Fixed -
    -
  • 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.
  • -
]]>