Skip to content
This repository has been archived by the owner on Feb 1, 2022. It is now read-only.

Releases: mozilla-services/kinto-dist

27.0.2

26 Jan 15:02
27.0.2
2bfd35c
Compare
Choose a tag to compare

Bug Fixes

  • Add missing Last-Modified response header in /changeset responses
  • Don't check groups when review is disabled (backport of mozilla/remote-settings#157)

27.0.1

13 Jan 16:07
27.0.1
fcf345f
Compare
Choose a tag to compare

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

10 Dec 15:09
27.0.0
1eccab7
Compare
Choose a tag to compare

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

kinto-attachment 6.1.0 → 6.2.0: https://github.com/Kinto/kinto-attachment/releases/tag/6.2.0

New features

  • base_url field in server's capabilities will be added a trailing slash (/)
    if missing.

26.0.0

01 Dec 16:19
26.0.0
350accb
Compare
Choose a tag to compare

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:

      kinto.includes = ...
                      kinto_changes
                      kinto_signer

After:

      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 & 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.

        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:

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

    After:

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

kinto-emailer

kinto-emailer 2.0.0 → 2.1.0: https://github.com/Kinto/kinto-emailer/releases/tag/2.1.0

New features

  • Add ability to use settings values in placeholders (Kinto/kinto#294).
    For example: "subject": "Email from {settings[project_name]}"

25.0.0

16 Nov 10:25
25.0.0
c5924a3
Compare
Choose a tag to compare

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 (#1930)

kinto

kinto 14.5.1 → 14.6.0: https://github.com/Kinto/kinto/releases/tag/14.6.0

New features

  • Now send Cache-Control response headers on trailing slash redirects. See kinto.trailing_slash_redirect_ttl_seconds setting (Kinto/kinto#2895)

Documentation

kinto-changes

kinto-changes 3.2.0 → 4.1.1: https://github.com/Kinto/kinto-changes/releases/tag/4.1.1

Breaking Changes

  • No ResourceEvent is sent anymore for changes in this virtual monitor/changes collection.

New Features

Bug fixes

24.0.1

18 Oct 11:55
24.0.1
00fe3d4
Compare
Choose a tag to compare

kinto

kinto 14.5.0 → 14.5.1: https://github.com/Kinto/kinto/releases/tag/14.5.1

Bug fixes

  • Fix bundle of kinto-admin, using same versions of React as upstream package #GroundhogDay (Kinto/kinto#2880)

24.0.0

08 Oct 15:05
24.0.0
84d4317
Compare
Choose a tag to compare

Breaking changes

  • Removed kinto-amo from packages distribution (#1915)

kinto

kinto 14.4.1 → 14.5.0: https://github.com/Kinto/kinto/releases/tag/14.5.0

New feature

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

23.3.1

20 Sep 15:07
23.3.1
a8d9aee
Compare
Choose a tag to compare

kinto

kinto 14.4.0 → 14.4.1: https://github.com/Kinto/kinto/releases/tag/14.4.1

Bug fixes

23.3.0

17 Sep 13:09
23.3.0
659620f
Compare
Choose a tag to compare

kinto

kinto 14.2.0 → 14.4.0: https://github.com/Kinto/kinto/releases/tag/14.4.0

Documentation

Internal changes

kinto-admin

kinto-admin 1.30.0 → 1.30.2: https://github.com/Kinto/kinto-admin/releases/tag/v1.30.2

Bug fixes

23.2.0

14 Jun 15:01
23.2.0
a07ef95
Compare
Choose a tag to compare

kinto

kinto 14.1.3 → 14.2.0: https://github.com/Kinto/kinto/releases/tag/14.3.0

Documentation

Internal changes

  • Now compatible with Pyramid 2 (Kinto/kinto#2764)
  • Upgrade kinto-admin to v1.30.0

kinto-admin

kinto-admin 1.29.0 → 1.30.0: https://github.com/Kinto/kinto-admin/releases/tag/v1.30.0

New feature