Kinto Versions Save

A generic JSON document store with sharing and synchronisation capabilities.

18.1.0

1 month ago

What's Changed

New Features

Bug Fixes

Other Changes

Full Changelog: https://github.com/Kinto/kinto/compare/18.0.0...18.1.0

18.0.0

3 months ago

What's Changed

Breaking Changes

Bug Fixes

Full Changelog: https://github.com/Kinto/kinto/compare/17.0.0...18.0.0

17.0.0

3 months ago

What's Changed

Breaking Changes

Dependency Updates

Other Changes

Full Changelog: https://github.com/Kinto/kinto/compare/16.3.0...17.0.0

16.3.0

4 months ago

New features

  • Add a new kinto.admin_assets_path setting to specify the location on the Admin UI assets.

Internal Changes

  • Publish to docker hub on tag (#3329)
  • Publish to Pypi on tag (#3328)
  • Switch to ruff insteaf of therapist+flake8+black+isort (#3321)
  • Upgrade to SQLAlchemy 2 (fixes #3128)

16.2.3

5 months ago
  • Upgraded Kinto Admin to v2.1.1

16.2.2

5 months ago

Upgrading kinto-admin to v2.1.0.

16.2.1

8 months ago

Bug fixes

  • Keep warning level for server-side logging (#3263)

Note: version 16.2.0 does not exist.

16.1.0

8 months ago

New features

  • Send logging warnings to Sentry, with logging debugs as breadcrumbs. Configure levels with kinto.sentry_breadcrumbs_min_level and kinto.sentry_events_min_level settings (#3262)

16.0.0

11 months ago

Breaking Changes

  • Drop support of Python 3.7 (end-of-life 2023-06-27)

New features

  • Add request id to request.summary logs (read from X-Request-Id header and defaults to 16 hex string)

Documentation

  • Fix typos on the Concepts page (#3151)

15.1.1

1 year ago

Bug Fixes

  • Use correct import path for SQLAlchemy Sentry integration