Protocol
- Added the
GET /contribute.jsonendpoint for open-source information (fixes #607)
Protocol is now at version 1.6. See API changelog <http://kinto.readthedocs.io/en/latest/api/>_.
Bug fixes
- Fix internal storage filtering when an empty list of values is provided.
- Authenticated users are now allowed to obtain an empty list of buckets on
GET /bucketseven if no bucket is readable (#454) - Fix enabling flush enpoint with
KINTO_FLUSH_ENDPOINT_ENABLEDenvironment variable (fixes #588) - Fix reading settings for events listeners from environment variables (fixes #515)
- Fix principal added to
writepermission when a publicly writable object
is created/edited (fixes #645) - Prevent client to cache and validate authenticated requests (fixes #635)
- Fix bug that prevented startup if old Cliquet configuration values
were still around (#633)
Documentation