Skip to content

Releases: Kinto/kinto-attachment

1.1.1

01 Feb 09:49
597ec9c
Compare
Choose a tag to compare

Bug fixes

  • Fixes compatibility with Kinto 5.3 (fixes #120)

1.1.0

16 Dec 10:05
Compare
Choose a tag to compare
  • Expose the gzipped settings value in the capability (#117)

1.0.1

04 Nov 14:53
Compare
Choose a tag to compare

Bug fixes

  • Make kinto-attachment compatible with both cornice 1.x and 2.x (#115)

1.0.0

07 Sep 15:03
Compare
Choose a tag to compare

Breaking change

  • Remove the base_url from the public settings because the
    accurate value is in the capability.

Protocol

  • Add the plugin version in the capability.

0.8.0

18 Jul 13:34
Compare
Choose a tag to compare

New features

  • Prevent attachment attributes to be modified manually (fixes #83)

Bug fixes

  • Fix crash when the file is not uploaded using attachment field name (fixes #57)
  • Fix crash when the multipart content-type is invalid.
  • Prevent crash when filename is not provided (fixes #81)
  • Update the call to the Record resource to use named attributes. (#97)
  • Show detailed error when data is not posted with multipart content-type.
  • Fix crash when submitted data is not valid JSON (fixes #104)

Internal changes

  • Remove hard-coded CORS setup (fixes #59)

0.7.1

13 Jul 16:18
Compare
Choose a tag to compare

Bug fixes

  • Update the call to the Record resource to use named attributes. (#97)

0.7.0

10 Jun 10:28
Compare
Choose a tag to compare
  • Add the gzip option to automatically gzip files on upload (#85)
  • Run functional test on latest kinto release as well as kinto master (#86)

0.6.0

20 May 16:18
Compare
Choose a tag to compare

Update to kinto.core for compatibility with Kinto 3.0. This release is no longer compatible with Kinto < 3.0, please upgrade!

0.5.1

15 Apr 16:13
Compare
Choose a tag to compare

Bug fixes

  • Fix MANIFEST.in rules in packaging

0.5.0

14 Apr 13:40
Compare
Choose a tag to compare

New features

  • Add ability to disable filename randomization using a ?randomize=false querystring (#62)
  • Add a --keep-filenames option in upload.py script to disable randomization (#63)

Bug fixes

  • Fix a setting name for S3 bucket in README (#68)
  • Do nothing in heartbeat if server is readonly (fixes #69)

Internal changes

  • Big refactor of views (#61)