Release history
kinto releases
A generic JSON document store with sharing and synchronisation capabilities.
All releases
14 shown
Routine maintenance and dependency updates.
- Add support for migrations in plugins
Full changelog
What's Changed
New Features
- Add support of migrations in plugins (fixes #2391) by @leplatrem in https://github.com/Kinto/kinto/pull/3699 https://github.com/Kinto/kinto/pull/3700
Full Changelog: https://github.com/Kinto/kinto/compare/26.0.1...26.1.0
Minor fixes and improvements.
Full changelog
What's Changed
Bug Fixes
- Fix crash when object ID contains regex special chars (Fixes #2676) by @FrancoMorales1 in https://github.com/Kinto/kinto/pull/3697
Dependency Updates
- Bump the minor-patch group with 4 updates by @dependabot[bot] in https://github.com/Kinto/kinto/pull/3696
- Bump the minor-patch group with 4 updates by @dependabot[bot] in https://github.com/Kinto/kinto/pull/3698
New Contributors
- @FrancoMorales1 made their first contribution in https://github.com/Kinto/kinto/pull/3697
Full Changelog: https://github.com/Kinto/kinto/compare/26.0.0...26.0.1
- AWS S3 support removed from kinto-attachment; must use S3FS (fuse) to mount S3 as local filesystem for attachments
Fixes tag fetching on repository checkout during CI/CD releases.
- JSONB queries require GIN-friendly EQ filters and index creation
- uwsgi removed from container
- Granian ASGI server replacement
- GIN index optimization
- Counters plugin for storage inspection
Fixes purge_deleted to only delete tombstones on PostgreSQL backend and migrates from pkg_resources to importlib for better dependency management.
- Cannot override server cache setting from collection metadata
Fixes performance regression in all_resource_timestamps() for PostgreSQL, updates Kinto Admin to 6.1.1, and applies dependency security updates.
Fixes purge-delete commit handling and optimizes history trimming to avoid unnecessary operations on each insertion.