Releases: gatsby-uc/plugins
[email protected]
[email protected]
Patch Changes
-
#413
30880d5
Thanks @xSyki! - singleTypes return a 404 when it isn't updated since the latest fetch. Therefor, errors would be silenced. Fix this to report errors that are not 404 -
#397
de090f0
Thanks @konsalex! - addmaxParallelRequests
config option for users to provide, and refactor to use a single axios instance to all functions
[email protected]
Patch Changes
- #408
92f7486
Thanks @laurenskling! - No need for JSON.stringify when results are already String
[email protected]
Patch Changes
- #406
9a51a78
Thanks @laurenskling! - add paramsSerializer to singleType reporter info
[email protected]
Patch Changes
- #404
f5471bc
Thanks @laurenskling! - Revert "fix(packages): update dependency axios to v1"
[email protected]
Minor Changes
- #362
f6c5b3a
Thanks @renovate! - fix(packages): update dependency axios to v1
Thanks to @konsalex for some manual testing. Due to the lack of automated tests we cannot guarantee this update won't break anything, please report any issues you may run into.
Patch Changes
- #399
9a562d8
Thanks @laurenskling! - fix(gatsby-source-strapi) make sure the pagination is not mutated when refetching
[email protected]
Patch Changes
- #395
0b324dd
Thanks @KyleAMathews! - Update Strapi README noting need for local IP address instead of 'localhost'
[email protected]
Major Changes
-
#387
a0cfd0b
Thanks @h93xV2! - Upgraded the AWS SDK dependency in gatsby-source-s3 from v2 to v3.AWS SDK v2 is going into maintenance mode in 2023, and projects which use the old version have error messages logged in their consoles.
The upgrade breaks backwards compatibility for existing plugin configurations, so a major version increment has been applied.
For plugin configuration, the AWS property follows the S3ClientConfig interface, but adds the additional
Buckets
property unique to the plugin.The two main differences with the plugin configuration are:
region
is now required for custom endpoints.- The
accessKeyId
andsecretAccessKey
properties have been moved into thecredentials
property.