Skip to content

Releases: Kinto/kinto-attachment

0.4.0

09 Mar 11:29
Compare
Choose a tag to compare

New features

  • Previous files can be kept if the setting kinto.keep_old_files is set
    to true. This can be useful when clients try to download files from a
    collection of records that is not up-to-date.
  • Add heartbeat entry for attachments backend (#41)

Bug fixes

  • Now compatible with the default bucket (#42)
  • Now compatible with Python 3 (#44)

Internal changes

  • Upload/Download scripts now use kinto.py (#38)

0.3.0

05 Feb 16:26
Compare
Choose a tag to compare

New feature

  • Expose the API capability attachments in the root URL (#35)

Internal changes

  • Upgrade tests for Kinto 1.11.0 (#36)

0.2.0

21 Dec 17:13
Compare
Choose a tag to compare

New feature

  • Setting to store files into folders by bucket or collection (fixes #22)

Bug fixes

  • Remove existing file when attachment is replaced (fixes #28)

Documentation

  • The demo is now fully online, since the Mozilla demo server has this plugin
    installed.
  • Add some minimal information for production