- Nothing changed yet.
Internal Changes
- Replacing
ujson
withkinto.core.utils.json
Bug fixes
pool_size
setting should remain optional
Breaking changes
- Upgrade to Kinto >= 13 storage API.
- Update storage tests with new Kinto 9.x features. (#13)
- Cache set now requires a ttl value
- Cache delete() method now returns the deleted value
- Cache never accept to store bytes.
- Upgrade to last storage, permissions and cache backends features. (#7)
Bug fixes
- Fix compability with Kinto 4.0 about unique fields (Kinto/kinto#763)
- Move the kinto redis backends to an external repository.