All Versions
130
Latest Version
Avg Release Cycle
55 days
Latest Release
744 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)