Skip to content
v0.11.6

- storage*: Adapt origin_list(...) -> PagedResult[Origin]
- algos.snapshot: Open snapshot_id_get_from_revision
- storage*: add origin_visit_status_get(...) -> PagedResult[OriginVisitStatus]
- Add type annotations on get_storage.
- buffer: Pass lists to backend functions, not iterables.
- storage*: Simplify next-page-token computation
- filter: Fix types passed to the proxied storage.
- Fix upcoming type warning with swh.core > v0.1.2.
- Make API endpoints take Lists instead of Iterables as arguments
- storage*: use an enum to explicit the order in origin_visit_get
- storage*: origin_visit_get(...) -> PagedResult[OriginVisit]
- Write metadata + metadata authorities/fetchers to the journal.