Skip to content

Releases: Kinto/kinto

19.2.0

16 Oct 15:37
797fb75
Compare
Choose a tag to compare

What's Changed

New Features

Deprecations

  • Before, assigning a value to the kinto.statsd_url setting was enough to enable StatsD monitoring. It is now recommended to add kinto.plugins.statsd to the list of enabled plugins in kinto.includes (see settings docs)
  • Initialization step kinto.core.initialization.setup_statsd in kinto.initialization_sequence is now deprecated. Use kinto.core.initialization.setup_metrics.

Internals:

  • config.registry.statsd is now deprecated. Use config.registry.metrics instead.

Other Changes

New Contributors

Full Changelog: 18.1.1...19.2.0

18.1.1

20 Jun 14:09
92bdfd2
Compare
Choose a tag to compare

What's Changed

Bug Fixes

Full Changelog: 18.1.0...18.1.1

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)