Protocol
- Add an
OpenAPI specification <https://kinto.readthedocs.io/en/latest/api/1.x/openapi.html>_
for the HTTP API on/__api__(#997)
Protocol is now at version 1.14. See API changelog_.
New features
- When admin is enabled,
/v1/admindoes not return404anymore, but now redirects to
/v1/admin/(with trailing slash).
Bug fixes
- Add missing
Total-Recordsfield onDELETEheader with plural endpoints (fixes #1000)
Internal changes