Skip to content
This repository has been archived by the owner on Jan 25, 2022. It is now read-only.

Releases: Kinto/kinto-changes

4.1.1

15 Nov 15:15
4.1.1
4a1ae67
Compare
Choose a tag to compare

Bug fixes

  • Fix redirection for old ?_since values on changeset endpoints (fixes #299)

4.1.0

28 Oct 13:31
4.1.0
72fc6dd
Compare
Choose a tag to compare

New features

  • Send cache control headers on old ?_since redirects (cache for 1 day by default).

4.0.0

21 Oct 14:13
4.0.0
91ab4c9
Compare
Choose a tag to compare

Breaking Changes

  • No ResourceEvent is sent anymore for changes in this virtual monitor/changes collection.

3.2.0

20 Nov 08:25
3.2.0
4ecd7b5
Compare
Choose a tag to compare

New features

  • Add filtering support in monitor/changes changeset endpoint

3.1.2

30 Sep 09:37
3.1.2
a2b4883
Compare
Choose a tag to compare

Bug fixes

  • Fix crash when collection is unknown and backend running in readonly mode

3.1.1

28 Sep 19:47
3.1.1
1c917d7
Compare
Choose a tag to compare

Bug fixes

  • Bypass storage when redirecting on old _since

3.1.0

22 Sep 20:27
3.1.0
0ace369
Compare
Choose a tag to compare

New features

  • Redirect clients whose ?_since value is too old (21 days by default)
  • Add support for monitor/changes in changeset endpoints (fixes #173)

Bug fixes

  • Fix validation rule for _since query parameter

3.0.2

02 Jun 16:20
3.0.2
889cac3
Compare
Choose a tag to compare

Bug fixes

  • Include tombstones in changeset endpoint (fixes #175)

3.0.1

26 May 10:45
3.0.1
3fe0a47
Compare
Choose a tag to compare
  • Sort changes explicitly by last_modified descending

3.0.0

20 Apr 08:56
a31c5a0
Compare
Choose a tag to compare

Breaking changes

  • Switch changeset timestamp from ETag to integer (#168)