Releases: mozilla/remote-settings
Releases · mozilla/remote-settings
29.0.0
Bug Fixes
- Fix port mapping with
uwsgiwhen 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
ResourceChangedevents 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-distis 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
.inifile fromconfig/local.iniinstead of/etc/kinto.iniby default. - Container does not ship
config/example.inianymore
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_INIenvironment 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}-editorsand
{collection_id}-reviewers(fixes #149)
New Features
- Added ability to automatically create the source buckets and collections defined in the
kinto.signer.resourcessetting. 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.resourcesis 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
/permissionsendpoint when a setting is misinterpreted as resource permission (e.g.signer.auto_create_resources_principals) (Kinto/kinto#2949)