Kinto v10.0.0 Release Notes

Release Date: 2018-08-16 // over 5 years ago
  • ๐Ÿ’ฅ Breaking changes

    • kinto.core.events.get_resource_events now returns a generator rather than a list.

    ๐Ÿ†• New features

    • ๐Ÿ‘ Include Python 3.7 support.
    • kinto.core.events.notify_resource_event now supports resource_name and resource_data. These are useful when emitting events from one view "as though" they came from another view.
    • Resource events can now trigger other resource events, which are handled correctly. This might be handy if one resource wants to simulate events on another "virtual" resource, as in kinto-changes.

    ๐Ÿ› Bug fixes

    • ๐Ÿ”ง Raise a configuration error if the kinto.plugin.accounts is included without being enabled in policies. Without this kinto-admin would present a confusing login experience (fixes #1734).

    Internal changes

    • โฌ†๏ธ Upgrade kinto-admin to v1.20.0