Releases: Kinto/kinto-signer
Releases · Kinto/kinto-signer
8.0.1
Bug fixes
- Fix behaviour with preview collection when review is disabled (#1327)
8.0.0
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
Breaking changes
- Records cannot contain float values anymore. See
signer.allow_floats
settings to toggle old behaviour.
6.1.0
- Send resource events on rollback (#894)
6.0.2
- Do not recreate tombstones on rollback (fixes #832)
6.0.1
Bug fixes
- Fix records dropped since #780 (fixes #816)
6.0.0
Breaking changes
- Records timestamps are now bumped when copied to preview/destination collections (fixes #779)
5.2.1
- Fix crash in collection deletion safety check (fixes #709)
5.2.0
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
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)