Skip to content

Releases: 4Catalyzer/flask-annex

v0.1.2

24 Sep 05:10
v0.1.2
d132776
Compare
Choose a tag to compare
  • 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

18 Sep 06:28
v0.1.1
df62088
Compare
Choose a tag to compare
  • 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

16 Sep 16:43
v0.1.0
2326fae
Compare
Choose a tag to compare
  • 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

16 Sep 16:43
v0.0.10
45cb037
Compare
Choose a tag to compare
  • Feature: Make S3 access keys optional (#20)

v0.0.9

16 Sep 16:45
Compare
Choose a tag to compare
  • Refactor: Use vendored compat module instead of six (#11)
  • Chore: Set up proper publishing and build scripts (#11)

v0.0.8

16 Sep 16:46
Compare
Choose a tag to compare
  • Bugfix: Fix content type handling on S3 (#10)

v0.0.7

16 Sep 16:47
Compare
Choose a tag to compare
  • Bugfix: Always send files as attachments (#9)
  • Bugfix: Improve handling of filenames (#9)

v0.0.6

16 Sep 16:48
Compare
Choose a tag to compare
  • Feature: Support file-like objects in addition to filenames (#8)

v0.0.5

16 Sep 16:49
Compare
Choose a tag to compare
  • Chore: Add package information (#7)

v0.0.4

16 Sep 16:51
Compare
Choose a tag to compare
  • Bugfix: Handle race condition in creating directories in FileAnnex (#6)