All Versions
130
Latest Version
Avg Release Cycle
55 days
Latest Release
349 days ago

Changelog History
Page 2

  • v14.2.0 Changes

    February 22, 2021

    🆕 New feature

    • 👍 Allow rotation of the user password hmac secret without rotating the default bucket id hmac secret. (#2647)

    📚 Documentation

    • 🌐 servicedenuages.fr domain is parked, replace links with web.archive.org (#2720)
    • 🛠 Fix broken url in docs (#2692)

    Internal changes

    • ⬆️ Upgrade kinto-admin to v1.29.0
    • 👉 Show diff on failures. (#2723)
    • ➕ Add GitHub Actions workflows (#2677)
  • v14.1.3 Changes

    November 09, 2020
    • 📦 Repackage kinto-admin
  • v14.1.2 Changes

    November 09, 2020

    Internal Changes

    • ⬆️ Upgrade kinto-admin to v1.28.0
  • v14.1.1 Changes

    November 03, 2020

    Bug fixes

    • 🛠 Fix broken Kinto admin (#2646)

    Internal Changes

    • ⬆️ Upgrade kinto-admin to v1.27.3
  • v14.1.0 Changes

    October 27, 2020

    New feature

    • ➕ Add ability to disable explicit permissions at object level (ref #893). Use kinto.explicit_permissions = false to only rely on inherited permissions (see settings docs)

    Internal Changes

    • Distinguish readonly errors in storage backend (kinto.core.storage.exceptions.ReadonlyError)
    • ⬆️ Upgrade kinto-admin to v1.27.0
    • ➕ Add support to Python 3.9
  • v14.0.1 Changes

    September 09, 2020

    Bug fixes

    • 🚚 Do not break storage implementations (ie. kinto-redis) that rely on json class attribute (removed in v14.0.0)
    • 🛠 Do not return 400 for ?_since=null (fixes #2595)
  • v14.0.0 Changes

    August 13, 2020

    💥 Breaking changes

    • ⬇️ Drop the strict_json option, and use ultrajson everywhere

    🐛 Bug fixes

    • 🛠 Return 400 if _since is not int or str (fixes #2495)

    Internal Changes

    • ⬆️ Upgrade kinto-admin to v1.26.2
  • v13.6.7

    August 13, 2020
  • v13.6.6 Changes

    June 26, 2020

    Bug fixes

    • 🛠 Fix messages duplication in logs (#2513)
    • 🛠 Fix resource timestamp unicity (fixes #2472, #602)

    📚 Documentation

    • Refer to proper terms in glossary (#2486)
  • v13.6.5 Changes

    March 31, 2020

    Bug fixes

    • Simplify get_objects_permissions query (#2475)