Skip to content
v6.4.0

The Rust crate is not released in this version of swh-graph, as it depends
on an un-released version of orc-rust, which orc-rust would reject

Python minor breaking changes:

* Drop support for python 3.7

Python improvements:

* Add some defaults values to simplify automation
* Add RunNewGraph meta-task

Python bug fixes:

* Add support for blobs.csv.zst referencing unknown or skipped contents
* Add a warning notice about the output of 'swh graph list-datasets'
* docs/compression: Add missing --no-sign-request option to aws command
* shell: Fix hangs in pytest
* Create provenance directory when it does not exist
* luigi: Fix crash in derived datasets declaration when compressed graph is not available
* Add version restriction to avoid a regression in pyarrow
* Add grpcio-tools version requirement
* Update protobuf to 5.29
* docs/quickstart: Add pv in required debian package to install
* aggregate_datasets: Use precomputed revisions-in-origins table from provenance

Rust bug fixes:

* Update dataset-writer to avoid exceeding Parquet's max row-group count
* Update orc-rust to v0.5.0+three patches

Internal:

* grpc_server: Fix clippy::needless_lifetimes warnings

Rust new features:

* provenance: Add revisions-in-origins index generation