What's Changed
Breaking Changes
- Remove
kinto.plugins.quotas
(fixes #2894) by @leplatrem in #3503 - Remove accounts emailing features by @leplatrem in #3505
- Do not use
kinto.plugins.statsd
by default by @leplatrem in #3504
Documentation
- Remove obsolete sections from docs (fixes #307, fixes #330, fixes #508) by @leplatrem in #3502
- Remove mentions of kinto-storage.org demo by @leplatrem in #3508
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