Kinto-dist

Latest version: v27.0.3

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

Scan your dependencies

Page 1 of 47

28.0.0

===================

**Breaking Changes**

- ``kinto-dist`` is not an installable package, and won't be published on PyPi anymore.
The Kinto Remote Settings plugin is now an installable package.
This doesn't have many ramifications other than how we build the ``kinto-dist``
container. Instead of adding the source code to the ``PYTHONPATH``, we ``pip install`` it.

**New Features**

- Added ability to automatically create the source buckets and collections defined in the
``kinto.signer.resources`` setting. Enable with ``kinto.signer.auto_create_resources = true``.
This is useful for testing or when using disposable containers.

**Bug Fixes**

- Add missing ``Last-Modified`` response header in ``/changeset`` responses

27.0.1

===================

**Bug fixes**

- Restore ``group_check_enabled`` field in ``"signer"`` capability for backward
compability with previous versions (1962)

**Internal Changes**

- Remove known instances file (1958)

27.0.0

===================

**Breaking Changes**

- The ``kinto.signer.group_check_enabled`` setting is now always ``true``, and
won't be read from configuration anymore.

**Bug fixes**

- Restore ``"version"`` fields in ``signer`` and ``changes`` capabilities metadata


kinto-attachment
----------------

26.0.0

===================

**Breaking Changes**

- Do not install ``kinto_changes`` and ``kinto_signer`` plugins from PyPI.
The source code for these plugins has moved to this repository and will
continue to be maintained here. ``kinto-changes`` was copied to this repo at
commit 0af75a9efb6ae849ee1a6761349bfaf49dd1c488, and ``kinto-signer`` was
copied at commit 249db348caec02daafc4c249658b4ca2a89343bd. After they were
copied, linting and formatting tools were run against them and changes were
made for CI checks to pass.

- ``kinto_changes`` and ``kinto_signer`` are now combined into one plugin
``kinto_remote_settings``. Kinto config files must be changed to register the
plugin as such.

Before:
.. code-block:: ini

kinto.includes = ...
kinto_changes
kinto_signer

After:
.. code-block:: ini

kinto.includes = ...
kinto_remote_settings

This change does not include the names of config items. For instance,
``kinto_changes.http_host`` remains with prefix ``kinto_changes`` and was
not renamed ``kinto_remote_settings.changes.http_host``.

- In addition to the ``kinto_signer`` and ``kinto_changes`` consolidation as
described above, ``kinto_remote_settings.signer``'s internal package
``signer`` was renamed to ``backends``. Consider adjusting the
``kinto.signer.signer_backend`` settings in your configuration
accordingly.

.. code-block:: ini

kinto.signer.signer_backend = kinto_remote_settings.signer.backends.autograph

- Some collection metadata rely on classes from ``kinto_signer`` to have
specific qualified names for ``kinto-emailer`` to send emails on signer
events (review requests, approvals, ...). These names must be changed to
correctly refer to these classes. For example:

Before:

.. code-block:: yaml

kinto-emailer:
hooks:
- event: kinto_signer.events.ReviewRequested

After:

.. code-block:: yaml

kinto-emailer:
hooks:
- event: kinto_remote_settings.signer.events.ReviewRequested

kinto-emailer
-------------

25.0.0

===================

**Breaking Changes**

- Removed ``kinto_fxa``, ``kinto_elasticsearch``, ``kinto_megaphone``, and ``kinto_redis`` from packages distribution (not officially maintained by Mozilla)

**Bug fixes**

- Fix docker-compose command that primes the PostgreSQL server for local testing (mozilla-services/kinto-dist1930)

kinto
-----

24.0.1

===================

kinto
-----

Page 1 of 47

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.