Releases: mozilla/remote-settings
Releases · mozilla/remote-settings
31.2.0
What's Changed
New Features
- Fix #435: add setting to delete preview and destination collections when source is deleted by @leplatrem in #467
Documentation
- Ref #418: add release notes sections by @leplatrem in #468
Full Changelog: 31.1.2...31.2.0
31.1.2
What's Changed
- Do not skip current commit when describing current tagged version by @leplatrem in #465
Full Changelog: 31.1.1...31.1.2
31.1.1
What's Changed
- Upgrade to kinto 16.2.1 to remove superfluous Sentry warnings by @leplatrem in #461
- Show number of commits since last tag in version endpoint by @leplatrem in #464
Full Changelog: 31.1.0...31.2.0
31.1.0
What's Changed
New Features
- Ref #284: Do not let heartbeat fail if Autograph expires soon by @leplatrem in #456
- Ref #419: Replace VERSION with version.json by @leplatrem in #420
- Ref #418: Add request id to summary logs by @leplatrem in #422
Bug Fixes
- Fix warnings and exceptions not being sent to Sentry (part of Kinto upgrade in #456)
Internal Changes
- Upgrade Kinto to 16.1.0 by @leplatrem in #456
- Add Dependabot automation workflow by @grahamalama in #423
- Bump python from 3.11.3-slim to 3.11.4-slim by @dependabot in #424
- Bump pytest-selenium from 4.0.0 to 4.0.1 by @dependabot in #429
- Bump requests-hawk from 1.1.1 to 1.2.1 by @dependabot in #425
- Bump black from 23.3.0 to 23.7.0 by @dependabot in #434
- Bump coverage from 7.2.3 to 7.2.7 by @dependabot in #427
- Bump aiohttp from 3.8.4 to 3.8.5 by @dependabot in #436
- Bump pytest from 6.2.5 to 7.4.0 by @dependabot in #431
- Bump flake8 from 6.0.0 to 6.1.0 by @dependabot in #439
- Bump coverage from 7.2.7 to 7.3.0 by @dependabot in #441
- Bump cryptography from 40.0.1 to 41.0.3 by @dependabot in #437
- Bump httpie from 3.2.1 to 3.2.2 by @dependabot in #445
- Bump sphinx from 6.1.3 to 7.2.2 by @dependabot in #444
- Bump uwsgi from 2.0.21 to 2.0.22 by @dependabot in #438
- Bump certifi from 2022.12.7 to 2023.7.22 by @dependabot in #446
- Bump requests from 2.28.2 to 2.31.0 by @dependabot in #447
- Bump pygments from 2.14.0 to 2.15.0 by @dependabot in #448
- Bump python from 3.11.4-slim to 3.11.5-slim by @dependabot in #452
- Bump pyramid from 2.0.1 to 2.0.2 by @dependabot in #449
- Bump pytest-asyncio from 0.20.3 to 0.21.1 by @dependabot in #443
- Bump docutils from 0.19 to 0.20.1 by @dependabot in #451
- Bump sphinx from 7.2.2 to 7.2.5 by @dependabot in #455
- Bump pytest from 7.4.0 to 7.4.1 by @dependabot in #454
Full Changelog: 31.0.3...31.0.4
31.0.3
31.0.2
Bug Fixes
- Fixes #410: Reorder float error message so path is at the end
Internal Changes
- Improve Docker volume management
- Add Docker compose profile support for test services
- Move
kinto-remote-settings
plugin build step tocompile
stage of Dockerfile - Replace
pip-tools
withpoetry
for dependency management
31.0.1
31.0.0
Yanked
See #354
The timestamps of the monitor/changes entries now reflect the timestamp of the collection metadata (eg. last signature) instead of the records timestamp (eg. last publication).
This change will impact both servers and clients significantly. See the related ADR for more details.