Skip to content
v2.10.0

New features:

* storage/create-keyspace: Extract cassandra configuration when
  possible, so it does not need to be provided on the CLI
* cassandra: Add framework to manage migrations

Fixes:

* docs: Fix format id for gitea and gogs to match swh-loader-metadata
* postgresql/converters: Fix unexpected seconds rounding in db_to_date

Internal:

* cassandra/cql: Fix a bunch of mypy errors
* tests: Fix pytest warning PytestReturnNotNoneWarning
* Fix a bunch of deprecation warnings spotted when running tests
* tests: Use <Object>.object_type instead of ModelObjectType.<Object>
* pytest_plugin: set CASSANDRA_LOG_DIR envvar for cassandra startup
* tests: Remove no longer needed pytest custom marker named db
* storage: Fix flake8 warnings
* Apply swh-py-template v0.3.3 with copier