10.0.0 (2018-08-16)
Breaking changes
kinto.core.events.get_resource_eventsnow returns a generator
rather than a list.
New features
- Include Python 3.7 support.
kinto.core.events.notify_resource_eventnow supports
resource_nameandresource_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 inkinto-changes.
Bug fixes
- Raise a configuration error if the
kinto.plugin.accountsis 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