Skip to content

20.0.0

Latest
Compare
Choose a tag to compare
@leplatrem leplatrem released this 05 Mar 11:33
fac9acc

What's Changed

Breaking Changes

Documentation

Dependency Updates

  • Update Kinto Admin version to 3.6.0 by @github-actions in #3501

Upgrade Instructions

kinto.plugins.quotas

If you were using this plugin, you would have to copy its code from previous version and make sure the module is available in the PYTHONPATH.
For example:

$ git clone git@github.com:Kinto/kinto.git
$ cd kinto/
$ git checkout 19.6.0
$ cp -R kinto/plugins/quotas /app/kinto_quotas

And refer to the folder in your config:

kinto.includes = ...
                 /app/kinto_quotas

Accounts Emailing Features

If you were using these features, you would have to run (and maintain) your own fork of Kinto 😢

Default StatsD metrics

The kinto.plugins.statsd plugin now has to be included explicitly in the kinto.includes config.

Full Changelog: 19.6.0...20.0.0