Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Uses Python 3.10 (MR48)

  • Improve backend vocabulary consistency by renaming API parameters. Warning, that involves many breaking changes if you were referring to these parameters by name when calling the corresponding methods (MR38).

    • Mainly id or uniqueid renamed to typedid and jst renamed to jst_id when relevant.

    • Refer to the API documentation for more information.

  • When a backend exception occurs, the entire exception stack trace is printed in the job messages instead of the exception message only (MR47).

...