Releases: gatsby-uc/gatsby-source-s3
Releases · gatsby-uc/gatsby-source-s3
v3.0.0
3.0.0 (2021-11-17)
⚠ BREAKING CHANGES
- deps: requires gatsby@^4.0.1
- deps: drops support for Node.js < 14.15
Miscellaneous Chores
v2.1.2
2.1.2 (2021-09-09)
Bug Fixes
Note: these release notes were not generated by semantic-release because of an expired token. The version was auto-published to npm.
v2.1.1
2.1.1 (2020-12-23)
Bug Fixes
- increase default expires time to AWS pre-signed url operations (#283) (029d2db)
v2.1.0
2.1.0 (2020-11-24)
Features
v2.0.1
2.0.1 (2020-05-22)
Bug Fixes
v2.0.0
2.0.0 (2020-05-21)
⚠ BREAKING CHANGES
- you will need to give
GetObject
permissions to your IAM user, because the plugin now supports private buckets via pre-signed URLs (#43). See the README for an example policy.
- the Url key doesn't exist on s3Object anymore. There is not a public URL for private buckets and file nodes are now sourced with pre-signed URLs that shouldn't be added to the schema.
Features
v1.2.0
1.2.0 (2020-04-14)
Features
- support sourcing from buckets with over 1000 objects (#20) (ec9fc17)
v1.1.1
1.1.1 (2020-03-04)
Bug Fixes
v1.1.0
1.1.0 (2020-03-04)
Features
- enable pulling from multiple buckets (#14) (9638294)
v1.0.1
1.0.1 (2020-01-12)
Bug Fixes
- set public access to enable npm public release (#10) (de9cabf)