github Kinto/kinto 1.0.0
Kinto 1.0.0

latest releases: 25.0.0, 24.1.1, 24.1.0...
10 years ago

1.0.0 (2015-06-17)

New features

  • Added notion of buckets, user groups and collections (#48, #58)
  • Buckets, collections and records can now have permissions (#59)

Breaking changes

  • Updated Cliquet to 2.0, which introduces a lot of breaking changes
    (see changelog <https://github.com/mozilla-services/cliquet/releases/2.0.0>_)
  • Firefox Accounts is not a dependency anymore and should be installed and
    included explictly using the python package cliquet-fxa
    (see documentation <https://github.com/mozilla-services/cliquet-fxa/>_)
  • API is now served under /v1
  • Collections are now managed by bucket, and not by user anymore (#44)

.. note::

A list of records cannot be manipulated until its parents objects (bucket and
collection) are created.

Settings

  • cliquet.permission_backend and cliquet.permission_url are now configured
    to use PostgreSQL instead of Redis (see default :file:config/kinto.ini)
  • cliquet.basic_auth_enabled is now deprecated (see *Cliquet* docs to enable authentication backends <http://cliquet.readthedocs.org/en/latest/reference/configuration.html#basic-auth>_)

Internal changes

  • Added documentation about deployment and data durability (#50)
  • Added load tests (#30)
  • Several improvements in documentation (#51)

Don't miss a new kinto release

NewReleases is sending notifications on new releases.