Kinto v9.2.0 Release Notes

Release Date: 2018-06-07 // almost 6 years ago
  • API

    • ๐Ÿ“‡ JSON schemas can now be defined in the bucket metadata and will apply to every underlying collection, group or record (fixes #1555)

    API is now at version 1.20. See API changelog_.

    ๐Ÿ†• New features

    • ๐Ÿ”Œ Kinto Admin plugin now supports OpenID Connect
    • ๐Ÿ”’ Limit network requests to current domain in Kinto Admin using Content-Security Policies <https://hacks.mozilla.org/2016/02/implementing-content-security-policy/>_
    • Prompt for cache backend type in kinto init (#1653)
    • kinto.core.utils now has new features route_path_registry and instance_uri_registry, suitable for use when you don't necessarily have a request object around. The existing functions will remain in place.
    • ๐Ÿ”Œ openid plugin will carry prompt=none querystring parameter if appended to authorize endpoint.

    Internal changes

    • โฌ†๏ธ Upgrade to kinto-admin v1.18.0