Releases: Kinto/kinto
Releases · Kinto/kinto
26.0.1
What's Changed
Bug Fixes
- Fix crash when object ID contains regex special chars (Fixes #2676) by @FrancoMorales1 in #3697
Dependency Updates
- Bump the minor-patch group with 4 updates by @dependabot[bot] in #3696
- Bump the minor-patch group with 4 updates by @dependabot[bot] in #3698
New Contributors
- @FrancoMorales1 made their first contribution in #3697
Full Changelog: 26.0.0...26.0.1
26.0.0
What's Changed
Breaking Changes
- Bump kinto-attachment from 7.3.1 to 8.0.0 by @dependabot[bot] in #3695: Drop AWS S3 support for storing attachments. Migrate to S3FS (fuse) to mount S3 as a local filesystem instead.
Internal Changes
- Remove useless code by @leplatrem in #3693
Documentation
- Fix typos in error message and docstrings by @eyetheekh in #3678
- Fix some typos in docs by @leplatrem in #3674
Dependency Updates
- Bump the all-dependencies group with 4 updates by @dependabot[bot] in #3671
- Bump the minor-patch group with 5 updates by @dependabot[bot] in #3672
- Bump docker/build-push-action from 6 to 7 in the all-dependencies group by @dependabot[bot] in #3675
- Bump the minor-patch group with 4 updates by @dependabot[bot] in #3676
- Bump pyasn1 from 0.6.2 to 0.6.3 by @dependabot[bot] in #3679
- Bump newrelic from 11.5.0 to 12.0.0 by @dependabot[bot] in #3681
- Bump the minor-patch group with 3 updates by @dependabot[bot] in #3680
- Bump pygments from 2.19.2 to 2.20.0 by @dependabot[bot] in #3686
- Bump cryptography from 46.0.5 to 46.0.6 by @dependabot[bot] in #3685
- Bump requests from 2.32.5 to 2.33.0 by @dependabot[bot] in #3683
- Bump the minor-patch group across 1 directory with 9 updates by @dependabot[bot] in #3687
- Bump the minor-patch group with 3 updates by @dependabot[bot] in #3688
- Bump cryptography from 46.0.6 to 46.0.7 by @dependabot[bot] in #3692
- Bump the minor-patch group with 5 updates by @dependabot[bot] in #3694
New Contributors
- @eyetheekh made their first contribution in #3678
Full Changelog: 25.0.3...26.0.0
25.0.3
What's Changed
Bug Fixes
- Add safe guard around
last_modifiedfilter by @leplatrem in #3669
Internal Changes
- Remove tests warnings by @leplatrem in #3670
- Add type checking by @leplatrem in #3668
Dependency Updates
- Bump the all-dependencies group with 2 updates by @dependabot[bot] in #3666
- Bump ruff from 0.15.2 to 0.15.3 in the minor-patch group by @dependabot[bot] in #3667
Full Changelog: 25.0.2...25.0.3
25.0.2
What's Changed
Bug fixes
- Fetch tags on repo checkout by @leplatrem in #3665
Full Changelog: 25.0.1...25.0.2
25.0.1
What's Changed
Bug Fixes
- Do not force commit on collection delete by @leplatrem in #3658
Internal Changes
- Fix #3401: Use pytest-xdist by @leplatrem in #3657
Dependency Updates
- Bump werkzeug from 3.1.5 to 3.1.6 by @dependabot[bot] in #3655
- Bump the minor-patch group with 2 updates by @dependabot[bot] in #3656
- Switch to uv by @leplatrem in #3654
- Bump astral-sh/setup-uv from 5 to 7 in the all-dependencies group by @dependabot[bot] in #3659
- Bump werkzeug from 3.1.5 to 3.1.6 by @dependabot[bot] in #3660
- Bump the minor-patch group across 1 directory with 6 updates by @dependabot[bot] in #3663
- Upgrade docutils and Sphinx by @leplatrem in #3664
Full Changelog: 25.0.0...25.0.1
25.0.0
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
24.1.1
What's Changed
Bug Fixes
- Fix
purge_deletedto only delete tombstones on PostgreSQL backend by @sambhav in #3644 - Update Kinto to use importlib rather than pkg_resources by @Natim in #3643
Dependency Updates
- Bump sphinxcontrib-httpdomain from 1.8.1 to 2.0.0 by @dependabot[bot] in #3641
- Bump the minor-patch group with 2 updates by @dependabot[bot] in #3639
- Bump the minor-patch group with 2 updates by @dependabot[bot] in #3647
Full Changelog: 24.1.0...24.1.1
24.1.0
What's Changed
Bug Fixes
- Fix TypeError crash when POST data is not a dict by @chen0427ok in #3636
New Features
- Import Redis cache backend from defunkt kinto-redis by @leplatrem in #3638
New Contributors
- @chen0427ok made their first contribution in #3636
Full Changelog: 24.0.0...24.1.0
24.0.0
What's Changed
Breaking Changes
- Do not allow to override server cache setting from collection metadata by @leplatrem in #3634
Bug Fixes
- Catch FileNotFoundError on Prometheus metrics endpoint by @leplatrem in #3635
Dependency Updates
- Bump dockerflow from 2024.4.2 to 2026.1.26 by @dependabot[bot] in #3633
- Bump the minor-patch group with 3 updates by @dependabot[bot] in #3632
- Bump the minor-patch group with 3 updates by @dependabot[bot] in #3637
Full Changelog: 23.3.2...24.0.0
23.3.2
What's Changed
Bug Fixes
- Fixes #3630: performance regression in
all_resource_timestamps()for Postgres by @alexcottner in #3631
Dependency Updates
- Update Kinto Admin version to 6.1.1 by @github-actions[bot] in #3626
- Bump werkzeug from 3.1.4 to 3.1.5 by @dependabot[bot] in #3624
- Bump the minor-patch group across 1 directory with 5 updates by @dependabot[bot] in #3627
- Bump urllib3 from 2.6.0 to 2.6.3 by @dependabot[bot] in #3622
- Bump the minor-patch group with 2 updates by @dependabot[bot] in #3628
Full Changelog: 23.3.1...23.3.2