Skip to content

Releases: mozilla/remote-settings

v40.3.0

29 Dec 16:40
6f89554

Choose a tag to compare

What's Changed

Bug Fixes

New Features

  • Fix #1109: git-export: handle case with several updates in a short period of time after a long inactivity by @leplatrem in #1110
  • Adjust v1 reader to make quotes in quoted timestamps optional by @alexcottner in #1112
  • Removing quoted timestamps from v2 reader by @alexcottner in #1113

Dependency Updates

  • Bump the development-dependencies group with 2 updates by @dependabot[bot] in #1114

Other Changes

Full Changelog: v40.2.6...v40.3.0

v40.2.6

17 Dec 16:43
ae8ec23

Choose a tag to compare

What's Changed

Bug Fixes

Dependency Updates

  • Bump the development-dependencies group with 3 updates by @dependabot[bot] in #1097
  • Bump the development-dependencies group with 3 updates by @dependabot[bot] in #1100
  • Bump actions/cache from 4 to 5 in the all-dependencies group by @dependabot[bot] in #1101
  • Bump python from 3.14.1-slim to 3.14.2-slim by @dependabot[bot] in #1103

Full Changelog: v40.2.5...v40.2.6

v40.2.5

08 Dec 16:45
b69255c

Choose a tag to compare

What's Changed

Dependency Updates

Full Changelog: v40.2.4...v40.2.5

v40.2.4

04 Dec 07:50
f9ff709

Choose a tag to compare

What's Changed

Bug Fixes

Dependency Updates

  • Bump actions/checkout from 5 to 6 in the all-dependencies group by @dependabot[bot] in #1085
  • Bump the development-dependencies group with 2 updates by @dependabot[bot] in #1084
  • Bump ruff from 0.14.6 to 0.14.7 in the development-dependencies group by @dependabot[bot] in #1087
  • Update Kinto Admin version to 6.0.0 by @github-actions[bot] in #1090
  • Bump werkzeug from 3.1.3 to 3.1.4 by @dependabot[bot] in #1091
  • Bump python from 3.14.0-slim to 3.14.1-slim by @dependabot[bot] in #1092

Full Changelog: v40.2.3...v40.2.4

v40.2.3

17 Nov 10:44
32916d0

Choose a tag to compare

What's Changed

Bug Fixes

  • git-reader: Add missing version info in container by @leplatrem in #1077
  • git-reader: Add HEAD support on attachments endpoints by @leplatrem in #1078
  • Git reader: /__version__ reads from APP_DIR and /app by default by @leplatrem in #1080

Full Changelog: v40.2.2...v40.2.3

v40.2.2

12 Nov 20:43
daf34d6

Choose a tag to compare

What's Changed

New Features

  • git-export: Delete attachments once every 2 days by default by @leplatrem in #1075

Other Changes

Full Changelog: v40.2.1...v40.2.2

v40.2.1

12 Nov 16:45
5450604

Choose a tag to compare

What's Changed

New Features

Dependency Updates

Full Changelog: v40.2.0...v40.2.1

v40.2.0

12 Nov 15:50
fd16d2d

Choose a tag to compare

What's Changed

Bug Fixes

  • git-export: Skip bundle if no attachment in collection by @leplatrem in #1066
  • gitupdate without any changes should not result in an error exit code by @alexcottner in #1069
  • Fix expire orphan attachment job, event hold not required by @leplatrem in #1073

New Features

Dependency Updates

Full Changelog: v40.1.0...v40.2.0

v40.1.0

06 Nov 09:29
9dd4215

Choose a tag to compare

What's Changed

New Features

Bug Fixes

Dependency Updates

Full Changelog: v40.0.0...v40.1.0

v40.0.0

04 Nov 17:21
8d8aabc

Choose a tag to compare

What's Changed

Breaking Changes

Replace all key_id settings like:

kinto.signer.autograph.key_id = ...
kinto.signer.security-state-staging.autograph.key_id = ...

to key_ids:

kinto.signer.autograph.key_ids = ...
kinto.signer.security-state-staging.autograph.key_ids = ...

New Features

  • Add slowdown setting for git-export by @leplatrem in #1059
  • cronjob: expire orphan attachments, set custom_time instead of releasing hold by @leplatrem in #1060

Dependency Updates

  • Bump ruff from 0.14.2 to 0.14.3 in the development-dependencies group by @dependabot[bot] in #1055
  • Bump cryptography from 46.0.2 to 46.0.3 in the production-dependency-patches group by @dependabot[bot] in #1054
  • Fix #1048: Upgrade to kinto 23.2.0 by @leplatrem in #1057

Full Changelog: v39.2.1...v40.0.0