Skip to content

Releases: 4Catalyzer/flask-annex

v2.0.0

06 Sep 21:00
Compare
Choose a tag to compare

What's Changed

Breaking

  • S3Annex list_keys now returns a generator which transparently handles pagination. Previously a tuple was returned
  • Drop support for python version < 10

Notes

New Contributors

Full Changelog: v1.1.0...v2.0.0

v0.5.0

04 Oct 14:36
v0.5.0
1e3dad1
Compare
Choose a tag to compare
  • Breaking: Return a post_data sequence of entries rather than a data dictionary for S3 upload info to preserve ordering (#49)
  • Breaking: Drop Python 2 support (#50)

v0.4.4

27 Aug 14:13
v0.4.4
9d20e45
Compare
Choose a tag to compare
  • Bugfix: Fix Python 3.7 compatibility (#46)

v0.4.3

15 Mar 05:35
v0.4.3
1f1d76d
Compare
Choose a tag to compare
  • Bugfix: Return a tuple from list_keys in FileAnnex for consistency with S3Annex (#41)
  • Chore: Fix package long description (#42)

v0.4.2

14 Jul 18:50
v0.4.2
ace1a33
Compare
Choose a tag to compare
  • Bugfix: Fix delete_many on S3 when no keys are specified (#38)

v0.4.1

22 Jun 20:27
v0.4.1
a9b400b
Compare
Choose a tag to compare
  • Bugfix: Include nested keys in FileAnnex.list_keys (#37)

v0.4.0

24 Nov 03:22
v0.4.0
cf3b878
Compare
Choose a tag to compare
  • Breaking: Change send_upload_info to get_upload_info (#35)
  • Feature: Support annex-level max_content_length on S3Annex (#35)
  • Bugfix: Don't fail on deleting nonexistent files in FileAnnex (#34)

v0.3.1

21 Nov 18:03
v0.3.1
25e4ff2
Compare
Choose a tag to compare
  • Bugfix: Send files from S3 as attachments (#32)

v0.3.0

27 Sep 15:50
v0.3.0
b54dc07
Compare
Choose a tag to compare
  • Breaking: Rename get_upload_info to send_upload_info (#31)

v0.2.0

27 Sep 15:45
v0.2.0
889eb70
Compare
Choose a tag to compare
  • Breaking: Rename url_expires_in to expires_in on S3Annex (#29)
  • Breaking: Change get_upload_info to return a Flask response (#30)