Skip to content

Releases: mozilla/remote-settings

31.2.0

03 Oct 10:26
86d2fe8
Compare
Choose a tag to compare

What's Changed

New Features

  • Fix #435: add setting to delete preview and destination collections when source is deleted by @leplatrem in #467

Documentation

Full Changelog: 31.1.2...31.2.0

31.1.2

19 Sep 15:56
65146d9
Compare
Choose a tag to compare

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

19 Sep 13:56
016079a
Compare
Choose a tag to compare

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

07 Sep 10:40
e0d27f8
Compare
Choose a tag to compare

What's Changed

New Features

Bug Fixes

  • Fix warnings and exceptions not being sent to Sentry (part of Kinto upgrade in #456)

Internal Changes

Full Changelog: 31.0.3...31.0.4

31.0.3

19 May 14:07
31.0.3
c230608
Compare
Choose a tag to compare

Bug Fixes

  • Reduce size of downloaded history in integration tests (#414)
  • Change default collection for integration tests (#413)

31.0.2

13 Apr 14:34
31.0.2
85aca62
Compare
Choose a tag to compare

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 to compile stage of Dockerfile
  • Replace pip-tools with poetry for dependency management

31.0.1

02 Mar 13:42
31.0.1
7f4084b
Compare
Choose a tag to compare

Bug Fixes

  • Rollback #328 of v31.0.0 and #350, where changesets' timestamp field would either lead to profuse signature verification in clients or systematic verification errors.

Internal Changes

  • Enable code coverage report in make test
  • Remove Rust toolchains, make other Docker / docker compose changes (#362, #369, #371)
  • Bump python from 3.11.1-slim to 3.11.2-slim (#373)

31.0.0

10 Jan 15:21
31.0.0
c1c166e
Compare
Choose a tag to compare

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.

30.1.1

22 Nov 14:18
30.1.1
1e46979
Compare
Choose a tag to compare

Bug Fixes

  • Make sure the Last-Modified response header of the /changeset endpoint is bumped when the collection metadata has changed. Otherwise, the CDN won't invalidate the cached responses from the origins when the collections signatures are refreshed.

30.1.0

25 Oct 09:54
30.1.0
ea84ca6
Compare
Choose a tag to compare

API changes

  • Return 200 OK to old clients reaching out the monitor/changes with If-None-Match request headers, instead of the current 304 Not Modified that aren't cached by the CDN.