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_registryand
instance_uri_registry, suitable for use when you don't
necessarily have arequestobject around. The existing functions
will remain in place. - openid plugin will carry
prompt=nonequerystring parameter if appended
to authorize endpoint.
Internal changes
- Upgrade to kinto-admin v1.18.0