Kinto v9.1.0 Release Notes

Release Date: 2018-05-21 // almost 6 years ago
  • API

    • ๐Ÿ›  Batch endpoint now checks for and aborts any parent request if subrequest encounters 409 constraint violation (fixes #1569)

    ๐Ÿ› Bug fixes

    • ๐Ÿ›  Fix a bug where you could not reach the last records via Next-Header when deleting with pagination (fixes #1170)
    • Slight optimizations on the get_all query in the Postgres storage backend which should make it faster for result sets that have a lot of records (#1622). This is the first change meant to address #1507, though more can still be done.
    • ๐Ÿ›  Fix a bug where the batch route accepted all content-types (fixes #1529)

    Internal changes

    • Upgrage to kinto-admin v1.17.1