Kinto

Latest version: v18.1.0

Safety actively analyzes 627056 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 24

16.0.0

-------------------

**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

-------------------

**Bug Fixes**

- Use correct import path for SQLAlchemy Sentry integration

15.1.0

-------------------

**New features**

- Enable SQLAlchemy integration for Sentry

**Internal Changes**

- Force SQLAlchemy version to 1.X

15.0.0

-------------------

**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:

.. code-block:: diff

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:

.. code-block:: ini

kinto.sentry_dsn = https://userido1.ingest.sentry.io/1
kinto.sentry_env = prod

For more information, see `Settings documentation <https://kinto.readthedocs.io/en/stable/configuration/settings.html#authentication>`_.

**Documentation**

- Fix ``/batch`` endpoint documentation about required authentication.

14.8.0

-------------------

**New features**

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

14.7.2

-------------------

**Bug Fixes**

- Prevents merging of `ResourceChanged` events if they were triggered from
events listeners (cascade) (see mozilla/remote-settings203)

Page 2 of 24

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.