Skip to content
v0.0.148

Tests improvements:

* Remove 'next_branch' from test input data.
* Fix off-by-one error when using origin_visit_upsert on with an unknown visit id.
* Use explicit arguments for origin_visit_add.
* Remove test_content_missing__marked_missing, it makes no sense.

Drop person ids:

* Stop leaking person ids.
* Remove person_get endpoint.

Logging fixes:

* Enforce log level for the werkzeug logger.
* Eliminate warnings about %TYPE.
* api: use RPCServerApp and RPCClient instead of deprecated classes

Other:

* Add support for skipped content in in-memory storage