Releases: Kinto/kinto-attachment
Releases · Kinto/kinto-attachment
1.1.1
1.1.0
1.0.1
1.0.0
0.8.0
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
0.7.0
0.6.0
0.5.1
0.5.0
New features
- Add ability to disable filename randomization using a
?randomize=false
querystring (#62) - Add a
--keep-filenames
option inupload.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)