New features
delete()method from cache backend now returns the deleted value (fixes #1231)kinto rebuild-quotasscript was written that can be run to
repair the damage caused by #1226 (fixes #1230).
Bug fixes
- The
default_bucketplugin no longer sends spurious "created"
events for buckets and collections that already exist. This causes
thequotasplugin to no longer leak "quota" when used with the
default_bucketplugin. (#1226) - Fix removal of timestamps when parent object is deleted (fixes #1233)
- Do not allow to reuse deletion tokens (fixes #1171)
accountsplugin: fix exception on authentication. (#1224)- Fix crash with JSONSchema validation of unknown required properties (fixes #1243)
- Fix bug on bucket deletion where other buckets could be deleted too if their id
started with the same id - Fix permissions of accounts created with PUT by admin (ref #1248)
- Fix ownership of accounts created with POST by admin (fixes #1248)
Internal changes