Skip to content
v0.13.3

- storage*: release_get(...) -> List[Optional[Release]]
- Make StorageInterface a Protocol.
- Add a validating storage proxy, to check ids before insertion.
- Add a --check-config option for cli commands
- Remove the deprecated config-path option from `swh storage rpc-serve` command
- Add support for a new "check_config" config option in get_storage()
- Check for db version mismatch in PgStorage.check_config()
- Add a check_dbversion() method to the Db class
- Fix pytest_plugin's database janitor: do not truncate the dbversion table
- algos.snapshot: Add visits_and_snapshots_get_from_revision
- storage/interface: Remove deprecated diff endpoints
- storage_tests: Remove duplicated postgresql-specific tests.
- Move postgresql-related files to swh/storage/postgresql/