Releases: 4Catalyzer/flask-annex
Releases · 4Catalyzer/flask-annex
v0.1.2
- Feature: Add
get_upload_info
for direct upload support; currently only supported for S3Annex
(#26)
- Bugfix: Actually use specified expiration time in
S3Annex
(#26)
v0.1.1
- Bugfix: Allow using position args in
Annex
constructor (#27)
- Bugfix: Don't check for root path existence until needed in
FileAnnex
(#28)
- Bugfix: Fix possible race condition in cleaning empty directories in
FileAnnex
(#28)
v0.1.0
- Bugfix: Stop using
Annex
as a proxy to the underlying implementation (#23)
- Bugfix: Raise an exception in
FileAnnex
if root_path
does not exist (#25)
- Refactor: Use the actual
from_env
method on each annex class in Annex.from_env
(#23)
- Refactor: Remove abstract base class use in
AnnexBase
(#23)
- Refactor: Use Boto3 for S3 support (#24)
- Test: Add test coverage (#24)
v0.0.10
- Feature: Make S3 access keys optional (#20)
v0.0.9
- Refactor: Use vendored compat module instead of six (#11)
- Chore: Set up proper publishing and build scripts (#11)
v0.0.8
- Bugfix: Fix content type handling on S3 (#10)
v0.0.7
- Bugfix: Always send files as attachments (#9)
- Bugfix: Improve handling of filenames (#9)
v0.0.6
- Feature: Support file-like objects in addition to filenames (#8)
v0.0.5
- Chore: Add package information (#7)
v0.0.4
- Bugfix: Handle race condition in creating directories in
FileAnnex
(#6)