Skip to content

v2.1.0 (2026-06-05)

Latest

Choose a tag to compare

@alorence alorence released this 05 Jun 10:17
fa3ef47

Improvements

  • A new JSON-RPC backend based on the third party library ujson has been added.
  • It is now possible to call a procedure without the "params" argument in a multicall request.

Breaking Changes

  • AuthenticationError now uses a dedicated error code (-32098) instead of the generic internal error code (-32603).
    Clients relying on the error code to detect authentication failures should update their checks accordingly.

Misc

  • Dropped support for Django < 4.2
  • Dropped support for Python < 3.10