github Kinto/kinto 10.0.0

latest releases: 25.0.3, 25.0.2, 25.0.1...
7 years ago

10.0.0 (2018-08-16)

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

Don't miss a new kinto release

NewReleases is sending notifications on new releases.