Skip to content

Commit 717e144

Browse files
committed
prepping the new release
1 parent d8fa290 commit 717e144

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,22 @@
33
## 34.0.0 - UNRELEASED
44

55
### Breaking
6-
* The S3 plugin has been upgraded to @aws-sdk/client-s3 v3 [#4138](https://github.com/sitespeedio/sitespeed.io/pull/4138). If you are using the S3 plugin and not set region, that will now fail. The v2 version of the aws-sdk used us-east-1 region as default, if you didn't used to set region you can add `--s3.region us-east-1` and it will work as before.
6+
* The S3 plugin has been upgraded to @aws-sdk/client-s3 v3 [#4138](https://github.com/sitespeedio/sitespeed.io/pull/4138). If you are using the S3 plugin and not set region, that will now fail. The v2 version of the aws-sdk used us-east-1 region as default, but v3 has removed the default setting. If you didn't used to set region you can add `--s3.region us-east-1` and it will work as before. If you do not do that, the uploads to S3 will fail.
77

8-
* Dependency to WebPageTest has been removed [#4085](https://github.com/sitespeedio/sitespeed.io/pull/4085).
8+
* Dependency to WebPageTest has been removed [#4085](https://github.com/sitespeedio/sitespeed.io/pull/4085). You are only affected if you used the plugin-webpagetest. This means that the Docker container with the WebPageTest plugin will not be built. If you still want to use WebPageTest with sitespeed.io you can still clone the archived [plugin-webpagetest](https://github.com/sitespeedio/plugin-webpagetest).
9+
10+
* The -plus1 Docker container now has plugin-lighthouse and plugin-gpsi installed from npm instead of the git repository. It will work as before, but if you want to disable one of them, that has changed: TBD
11+
12+
* Updated to [Browsertime 22](https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#2200---2024-05-16). This version of Browsertime drops the Browsertime extension and start use the kind of new HAR exporter using Bidi as the default HAR exporter! If you add request headers to your Firefox test or clear the cache inside of your scripyt using Firefox, this will stop to work for now.
13+
14+
### Added
15+
* Updated to Chrome 125, Firefox 126 and Edge 124 in the Docker container [#4156](https://github.com/sitespeedio/sitespeed.io/pull/4156)
916

1017
## 33.6.1 - 2024-05-13
1118
### Fixed
1219
* The plus1 container was updated with the latest version of the gpsi-plugin, since the old version broke when GPSI was updated to Lighthouse 12.
1320

14-
## 33.6.0 - 2024-04-17
21+
will## 33.6.0 - 2024-04-17
1522
### Added
1623
* Updated to Chrome 124 and Firefox 125 in the Docker container [#4142](https://github.com/sitespeedio/sitespeed.io/pull/4142) and [#4142](https://github.com/sitespeedio/sitespeed.io/pull/4141).
1724

0 commit comments

Comments
 (0)