Releases: flownative/flow-aws-s3
Releases · flownative/flow-aws-s3
v2.7.0
A roundup release of a couple of changes that got stuck over the years. Mostly bugfixes, but also technically a feature with #64
What's Changed
- TASK: Add back property initialization by @kdambekalns in #65
- Unify meta data by @christophlehmann in #57
- BUGFIX: Same bucket, different keyPrefixes, treat as "Two Buckets" mode by @baschny in #64
- BUGFIX: Remove temporary file after import by @daniellienert in #69
- BUGFIX: S3 compatible storage throws error on object copy with urlencode by @ahaeslich in #70
New Contributors
- @ahaeslich made their first contribution in #70
Full Changelog: v2.6.2...v2.7.0
v2.6.2
What's Changed
- Fix source bucket when publishing on two-bucket setup by @alexgaertner in #63
New Contributors
- @alexgaertner made their first contribution in #63
Full Changelog: v2.6.1...v2.6.2
v2.6.1
v2.6.0
What's Changed
- TASK: Code cleanup by @kdambekalns in #46
- TASK: Use generators in getObjects() / getObjectsByCollection() by @kdambekalns in #47
- FEATURE: Implement one-bucket setup by @kdambekalns in #49
- Remove duplicate else by @christophlehmann in #52
- Pass forgotten callback variable by @kdambekalns in #53
- Declare compatible with Flow 6.3 (again) by @kdambekalns in #54
- TASK: declare compatible with flow 8 by @batabana in #59
New Contributors
- @christophlehmann made their first contribution in #52
Full Changelog: 2.4.2...v2.6.0
2.5.0-beta4
What's Changed
- TASK: Code cleanup by @kdambekalns in #46
- TASK: Use generators in getObjects() / getObjectsByCollection() by @kdambekalns in #47
- FEATURE: Implement one-bucket setup by @kdambekalns in #49
- Remove duplicate else by @christophlehmann in #52
- Pass forgotten callback variable by @kdambekalns in #53
- Declare compatible with Flow 6.3 (again) by @kdambekalns in #54
New Contributors
- @christophlehmann made their first contribution in #52
Full Changelog: 2.4.2...2.5.0-beta4
2.5.0-beta3
What's Changed
- TASK: Code cleanup by @kdambekalns in #46
- TASK: Use generators in getObjects() / getObjectsByCollection() by @kdambekalns in #47
- FEATURE: Implement one-bucket setup by @kdambekalns in #49
- Remove duplicate else by @christophlehmann in #52
- Pass forgotten callback variable by @kdambekalns in #53
New Contributors
- @christophlehmann made their first contribution in #52
Full Changelog: 2.4.2...2.5.0-beta3
2.5.0-beta2
What's Changed
- TASK: Code cleanup by @kdambekalns in #46
- TASK: Use generators in getObjects() / getObjectsByCollection() by @kdambekalns in #47
- FEATURE: Implement one-bucket setup by @kdambekalns in #49
- Remove duplicate else by @christophlehmann in #52
New Contributors
- @christophlehmann made their first contribution in #52
Full Changelog: 2.4.2...2.5.0-beta2
2.5.0-beta1
2.3.1
This the same as 2.2.1, which should not have been tagged (since 2.2 was "done" at that point.)
2.4.2
Merge pull request #48 from batabana/clear-acl-settings Fix acl target settings