Skip to content

Release history

kinto releases

A generic JSON document store with sharing and synchronisation capabilities.

All releases

14 shown

Review required
26.2.0 Mixed
Auth

OpenID verification + dependency bumps

Review required
26.1.1 Maintenance
Dependencies Breaking upgrade

Routine maintenance and dependency updates.

26.1.0 New feature
Notable features
  • 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

26.0.1 Bug fix

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

26.0.0 Breaking risk
Breaking changes
  • AWS S3 support removed from kinto-attachment; must use S3FS (fuse) to mount S3 as local filesystem for attachments
25.0.0 Breaking risk
Breaking changes
  • JSONB queries require GIN-friendly EQ filters and index creation
  • uwsgi removed from container
Notable features
  • Granian ASGI server replacement
  • GIN index optimization
  • Counters plugin for storage inspection
24.1.1 Bug fix

Fixes purge_deleted to only delete tombstones on PostgreSQL backend and migrates from pkg_resources to importlib for better dependency management.

24.0.0 Breaking risk
Breaking changes
  • Cannot override server cache setting from collection metadata
23.3.2 Bug fix

Fixes performance regression in all_resource_timestamps() for PostgreSQL, updates Kinto Admin to 6.1.1, and applies dependency security updates.

23.3.1 Bug fix

Fixes purge-delete commit handling and optimizes history trimming to avoid unnecessary operations on each insertion.

Beta — feedback welcome: [email protected]