- Gzip ``Content-Encoding`` is now always enabled when uploading on S3 (fixes 139) - Overriding settings via the querystring (eg. ``?gzipped``, ``randomize``, ``use_content_encoding``) is not possible anymore
**Internal changes**
- Refactor reading of settings
3.0.1
Not secure
------------------
**Bug fix**
- Do not delete attachment when record is deleted if ``keep_old_files`` setting is true (137)
3.0.0
Not secure
------------------
**Breaking changes**
- The collection specific ``use_content_encoding`` setting must now be separated with ``.`` instead of ``_``. (eg. use ``kinto.attachment.resources.bid.cid.use_content_encoding`` instead of ``kinto.attachment.resources.bid_cid.use_content_encoding``) (fixes 134)
2.1.0
Not secure
------------------
**New features**
- Add support for the ``Content-Encoding`` header with the S3Backend (132)
2.0.1
Not secure
------------------
**Bug fixes**
- Set request parameters before instantiating a record resource. (127)
2.0.0
Not secure
------------------
**Breaking changes**
- Remove Python 2.7 support and upgrade to Python 3.5. (125)