Skip to content

Releases: Kinto/kinto

18.1.0

19 Mar 14:30
fa2c807
Compare
Choose a tag to compare

What's Changed

New Features

Bug Fixes

  • Add request filter if server is configured as readonly by @leplatrem in #3387

Other Changes

Full Changelog: 18.0.0...18.1.0

18.0.0

01 Feb 09:21
0c18cf8
Compare
Choose a tag to compare

What's Changed

Breaking Changes

  • When Kinto Admin assets is read from custom folder, we now expect a VERSION file to be present, by @leplatrem in #3376

Bug Fixes

Full Changelog: 17.0.0...18.0.0

17.0.0

26 Jan 16:03
b72a00b
Compare
Choose a tag to compare

What's Changed

Breaking Changes

Dependency Updates

Other Changes

Full Changelog: 16.3.0...17.0.0

16.3.0

15 Jan 13:17
16.3.0
f510715
Compare
Choose a tag to compare

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

05 Dec 17:42
16.2.3
1c23ba6
Compare
Choose a tag to compare
  • Upgraded Kinto Admin to v2.1.1

16.2.2

22 Nov 15:22
1954369
Compare
Choose a tag to compare

Upgrading kinto-admin to v2.1.0.

16.2.1

13 Sep 14:46
16.2.1
f0abdd0
Compare
Choose a tag to compare

Bug fixes

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

Note: version 16.2.0 does not exist.

16.1.0

06 Sep 20:52
16.1.0
227d439
Compare
Choose a tag to compare

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

30 May 15:26
16.0.0
2b37f53
Compare
Choose a tag to compare

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

09 Feb 16:26
73c0c5e
Compare
Choose a tag to compare

Bug Fixes

  • Use correct import path for SQLAlchemy Sentry integration