Releases: flownative/flow-aws-s3
Releases · flownative/flow-aws-s3
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
2.4.1
- BUGFIX: Replace use of outdated getMd5() in S3Target
- TASK: Amend configuration with default "unpublishResources: true"
- TASK: Add description to composer manifest