Releases: zoomoid/strapi-provider-upload-aws-s3-advanced
v5.0.1
v5.0.0
This one seems big, but has been long due!
⚠️ Breaking Changes
As Node 10 and Node 12 are EOL now, this PR drops further support for those versions. The only supported NodeJS versions
are v14 and upwards, which aligns with strapi's constraints.
What's Changed
- feat!: Rewrite in Typescript by @zoomoid in #24
- test!: introduce unit tests with jest
- chore!: nodejs version constraints by @zoomoid in #22
Full Changelog: v4.2.1...v5.0.0
v4.2.1
I'm really sorry for the delay, I was otherwise occupied.
What's Changed
- Fix saved media url starting with https::// by @silviodaminato in #15
New Contributors
- @silviodaminato made their first contribution in #15
Full Changelog: v4.2.0...v4.2.1
v4.2.0
What's Changed
- handle no credentials config by @nicholashu in #14
New Contributors
- @nicholashu made their first contribution in #14
Full Changelog: v4.1.0...v4.2.0
v4.1.0
v4.0.8
What's Changed
New Contributors
Full Changelog: v4.0.5...v4.0.8
NOTE: v4.0.6 and v4.0.7 are bad publishes that were pushed from wrong branches. They are no longer available on npm.
v4.0.5
This release allows the plugin to run on NodeJS <= 16.x.x, which is also the versions supported by strapi v4. Thank you to @Keith-Hon for the contribution.
(v4.0.4 is skipped due to a confusion on my end)
v4.0.3
v4.0.2
This release includes:
- Support for provider with strapi >= 4.0.0 (@aaronclimbs, #2)
- Updated documentation for using with strapi >= 4.0.0 (@aaronclimbs, #2)
- Migration guide from 3.x to 4.0.2 (@zoomoid)
Thank you to Aaron for pointing out the changed configuration of providers, it would have taken me at least another month before noticing that strapi changed that.
v4.0.0-beta.1
This pre-release updates the dependencies for aws-sdk to use the newer v3 client, which specifically publishes clients for certain AWS services.
This way, we use a lot less space for dependencies, as we only need the S3 client.
Also uses the newer v3 API for S3 with Command objects and JS await/async
.
Breaking Changes
- Capitalization of
providerOptions.params.bucket
has been updated to converge with@aws-sdk/client-s3
. Previously, this wasBucket
, now it isbucket
. Please update your configuration accordingly!