Skip to content

Releases: Kinto/kinto

15.1.1

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

Bug Fixes

  • Use correct import path for SQLAlchemy Sentry integration

15.1.0

09 Feb 01:47
5f51e07
Compare
Choose a tag to compare

New features

  • Enable SQLAlchemy integration for Sentry

Internal Changes

  • Force SQLAlchemy version to 1.X

15.0.0

04 Feb 00:20
15.0.0
da7bd32
Compare
Choose a tag to compare

Breaking Changes

  • raven is not installed by default anymore (fixes #3054). Sentry reporting is now enabled via settings (or environment variables).
    In order to migrate from Kinto <14 to Kinto 15, remove the mention of sentry and raven from your logging configuration:
# kinto.ini
[logger_root]
level = INFO
-    handlers = console, sentry
+    handlers = console
[handlers]
-    keys = console, sentry
+    keys = console
-    [handler_sentry]
-    class = raven.handlers.logging.SentryHandler
-    args = ('https://<key>:<secret>@app.getsentry.com/<project>',)
-    level = WARNING
-    formatter = generic

And add the following settings:

    kinto.sentry_dsn = https://userid@o1.ingest.sentry.io/1
    kinto.sentry_env = prod

For more information, see Settings documentation

Documentation

  • Fix /batch endpoint documentation about required authentication.

14.8.0

06 Oct 13:42
14.8.0
a6a5109
Compare
Choose a tag to compare

New Features

  • Add Cache-Control response header in root URL endpoint (/v1/) when the instance is configured as read-only.

14.7.2

13 Apr 15:01
14.7.2
92ce62f
Compare
Choose a tag to compare

Bug Fixes

14.7.1

31 Mar 00:17
Compare
Choose a tag to compare

Bug Fixes

  • Include Kinto Admin VERSION file in package

Internal Changes

  • Exclude tests from built package

14.7.0

30 Mar 20:16
Compare
Choose a tag to compare

Internal Changes

  • Add alwaysdata Marketplace link. #2957
  • Test package description formatting in CI #2951
  • Build Kinto Admin from source #2966
Dependabot Updates
  • Bump pytest from 6.2.5 to 7.0.0 #2950
  • Bump pytest from 7.0.0 to 7.0.1 #2953
  • Bump werkzeug from 2.0.2 to 2.0.3 #2954
  • Bump python-rapidjson from 1.5 to 1.6 #2956
  • Bump waitress from 2.0.0 to 2.1.0 #2962
  • Bump sqlalchemy from 1.4.31 to 1.4.32 #2961
  • Bump selenium from 4.1.0 to 4.1.2 #2960
  • Bump newrelic from 7.4.0.172 to 7.6.0.173 #2959
  • Bump pytest from 7.0.1 to 7.1.0 #2965
  • Bump selenium from 4.1.2 to 4.1.3 #2964
  • Bump pyramid-tm from 2.4 to 2.5 #2963
  • Bump waitress from 2.1.0 to 2.1.1 #2968
  • Bump pytest from 7.1.0 to 7.1.1 #2967

Kinto Admin

Bug Fixes

For a complete log of Kinto Admin changes, see v1.31.0...v2.0.0

Full Changelog: 14.6.1...14.7.0

14.6.1

03 Feb 16:02
14.6.1
a958de7
Compare
Choose a tag to compare

Bug Fixes

  • Fix crash in /permissions endpoint when a setting is misinterpreted as resource permission (e.g. signer.auto_create_resources_principals)

Internal Changes

  • Update Dockerfile & docker-compose for faster, usable builds (#2942)
  • Add a SECURITY.md file (fixes #2912) (#2918)
  • Fix coveralls.io support (#2921)
  • Remove duplicated dependencies (#2922)

14.5.0

08 Oct 11:38
14.5.0
e1b4b94
Compare
Choose a tag to compare

New feature

  • Add kinto.version_prefix_redirect_ttl_seconds setting in order to send Cache-Control response headers on version prefix redirects (fixes #2874)

14.4.1

20 Sep 13:56
14.4.1
3ae7332
Compare
Choose a tag to compare

Bug fixes

  • Fix bundle of kinto-admin, using same versions of React as upstream package