Operational concerns
- The schema for the Postgres
storagebackend has changed. This
lets us prevent a race condition where deleting and creating a thing
at the same time can leave it in an inconsistent state (#1386). You
will have to run thekinto migratecommand in order to migrate
the schema.
Bug fixes
- Document how to create an account using the
POST /accountsendpoint (#1385).
Internal changes
- Update dependency on pytest to move to 3.3.0 (#1403).
- Update other dependencies: setuptools to 38.2.1 (#1380, #1381,
#1392, #1395), jsonpatch to 1.20 (#1393), zest.releaser to 6.13.2
(#1397), paste-deploy to 0.4.2 (#1384), webob to 1.7.4 (#1383),
simplejson to 3.13.2 (#1389, #1390). - Undo workaround for broken kinto-http.js in the kinto-admin plugin
(#1382).