Releases: mozilla/remote-settings
Releases · mozilla/remote-settings
29.0.0
Bug Fixes
- Fix port mapping with
uwsgi
when running container without parameter - Fix signing workflow of blocklists in example configs (preview bucket should be
blocklists-preview
) - Monitor all buckets in default config
Internal Changes
- Bump Python version to 3.10
kinto
kinto 14.6.1 → 14.7.2: https://github.com/Kinto/kinto/releases/tag/14.7.2
Bug Fixes
- Prevents merging of
ResourceChanged
events if they were triggered from
events listeners (cascade) (see #203)
kinto-admin
kinto-admin 1.30.2 → 2.0.0: https://github.com/Kinto/kinto-admin/releases/tag/v2.0.0
Bug fixes
- Downgrade to history v4 (Kinto/kinto-admin#2180)
- Fix crash on incorrect auth credentials (Kinto/kinto-admin#2119)
28.0.0
First release since migration from mozilla-services/kinto-dist
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 container.- The container loads the
.ini
file fromconfig/local.ini
instead of/etc/kinto.ini
by default. - Container does not ship
config/example.ini
anymore
New Features
- Now ship default configuration files to run a local instance of Remote Settings out of the box (see the Setup a Local Server tutorial)
- The container can now run without custom configuration using
docker run mozilla/remote-settings
. - The container can now run by just setting the
KINTO_INI
environment variabledocker run -e KINTO_INI=config/testing.ini mozilla/remote-settings
kinto-remote-settings
Breaking Changes
- Group names for editors and reviewers are now always
{collection_id}-editors
and
{collection_id}-reviewers
(fixes #149)
New Features
- Added ability to automatically create the source buckets and collections defined in the
kinto.signer.resources
setting. Enable withkinto.signer.auto_create_resources = true
.
This is useful for testing or when using disposable containers. - Read settings from environment variables (eg.
KINTO_SIGNER_RESOURCES="..."
) - Default value for
kinto.signer.resources
is now/buckets/main-workspace -> /buckets/main-preview -> /buckets/main
kinto
kinto 14.6.0 → 14.6.1: https://github.com/Kinto/kinto/releases/tag/14.6.1
Bug Fixes
- Fix crash in
/permissions
endpoint when a setting is misinterpreted as resource permission (e.g.signer.auto_create_resources_principals
) (Kinto/kinto#2949)