Kinto v3.1.0 Release Notes

Release Date: 2016-05-24 // almost 8 years ago
  • Protocol

    • ➕ Added the GET /contribute.json endpoint for open-source information (fixes #607)

    Protocol is now at version 1.6. See API changelog_.

    🐛 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 /buckets even if no bucket is readable (#454)
    • Fix enabling flush enpoint with KINTO_FLUSH_ENDPOINT_ENABLED environment variable (fixes #588)
    • 🛠 Fix reading settings for events listeners from environment variables (fixes #515)
    • 🛠 Fix principal added to write permission 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

    • 👌 Improved documentation about running in production with uWSGI (#543, #545)