This commit is contained in:
soulgalore 2024-04-29 08:40:34 +02:00
parent 01680c9f44
commit a68005b417
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
## 34.0.0 - UNRELEASED
### Breaking
* 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.plugin us-east-1` and it will work as before.
* 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.
* Dependency to WebPageTest has been removed [#4085](https://github.com/sitespeedio/sitespeed.io/pull/4085).