Skip to content

feat(client)!: update transaction api

Arnaud Vergnet requested to merge topic/default/client-api into branch/default

Cleans up @cubicweb/client Transaction API as described in cubicweb#1026 (closed).

As we now use UUIDs to identify queries in a transaction, we need the https://github.com/uuidjs/uuid library.

TODO

  • Update doc
  • Update (external?) usages
Edited by Arnaud Vergnet

Merge request reports