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

Releases: Kinto/kinto-signer

8.0.1

23 Feb 15:35
8.0.1
35df9aa
Compare
Choose a tag to compare

Bug fixes

  • Fix behaviour with preview collection when review is disabled (#1327)

8.0.0

19 Nov 18:53
8.0.0
22db9c6
Compare
Choose a tag to compare

New feature

  • Add comments to sign-off events attributes

Breaking changes

  • Replaced custom Canonical JSON with python-canonicaljson-rs
  • Removed CloudFront invalidation code (#1256)

7.0.0

11 Sep 12:30
7.0.0
e5af824
Compare
Choose a tag to compare

Breaking changes

  • Records cannot contain float values anymore. See signer.allow_floats settings to toggle old behaviour.

6.1.0

27 Mar 17:04
9927d30
Compare
Choose a tag to compare
  • Send resource events on rollback (#894)

6.0.2

07 Jan 16:26
bb8c99a
Compare
Choose a tag to compare
  • Do not recreate tombstones on rollback (fixes #832)

6.0.1

05 Dec 15:21
97d3935
Compare
Choose a tag to compare

Bug fixes

  • Fix records dropped since #780 (fixes #816)

6.0.0

15 Nov 14:16
4323ee0
Compare
Choose a tag to compare

Breaking changes

  • Records timestamps are now bumped when copied to preview/destination collections (fixes #779)

5.2.1

03 Oct 13:59
80123f5
Compare
Choose a tag to compare
  • Fix crash in collection deletion safety check (fixes #709)

5.2.0

26 Sep 15:12
ed55552
Compare
Choose a tag to compare

New features

  • Log Autograph requests references (#687)
  • Set status of new collections to signed (fixes #683)
  • Fix collection deletion safety check (fixes #684)

5.1.0

27 Aug 13:41
daaf1a8
Compare
Choose a tag to compare

New Features

  • Add StatsD counter for number of changes approved (fixes #606)
  • Prevent deletion of preview or destination if in use (fixes #641)
  • Add ability to rollback changes (fixes #260)

Internal changes

  • Use black to autoformat the code base. (#617)
  • Use f-string to format strings. (#619)