What's Changed
Breaking Changes
- The storage queries now rely on GIN-friendly EQ filters for JSONB fields. Administrators may want to create apropriate table indexes. See PostgreSQL storage backend docs (and #3652)
uwsgiis not installed in container anymore
Bug Fixes
- Fix cache heartbeat test returning random true if memcached is failing by @leplatrem in #3653
- Enable index range scans for last_modified queries (100x speedup in some cases) by @sambhav in #3645
New Features
- Use JSONB containment for GIN-friendly EQ filters by @sambhav in #3646
- Use Granian instead of uwsgi by @leplatrem in #3650
- Ref #360: Add a counters plugin to ease storage inspection by @leplatrem in #3651
Dependency Updates
- Update Kinto Admin version to 6.2.0 by @github-actions[bot] in #3649
Full Changelog: 24.1.1...25.0.0