Release swh.vault 2.0.0 Migrate PostgreSQL connections to psycopg3.
v1.13.0 - remove deprecated 'local' config support - adapt for swh.core 3.6 (declare the backend in the entrypoint) - fix tests
Release swh-vault 1.12.1 Ensure direct objstorage and graph configurations are properly used
Release swh-vault 1.12.0 Multiple speedups thanks to Antoine Lambert: - fetch contents in parallel in the flat cooker and in the git bare cooker - migrate parallel processing to concurrent.futures - use a simpler BFS to reduce memory usage in flat cooker
v1.11.0 - Migrate to copier, PEP420 and pyproject.toml based packaging.
v1.10.1 - rename celery tasks to match what backends.py expects and what is currently used on production system.
v1.10.0 - use scheduler plugin system to declare vault cooking tasks
v1.9.2 backend: Insert cooking task info in database after task creation
v1.9.1 setup.py: Remove sdisk build warning about importable packages
v1.9.0 * to_disk: Represent revisions as empty directories instead of symlinks * interface: Add download_url method and implement it in backend
version 1.8.2
version 1.8.1
v1.8.0 - add support for swh-objstorage v2 - make smtp config optional
Release swh.vault 1.7 - Improve sentry captures - Enhance test execution times - Update linters and other tools - cache: Prepare for objstorage 2.0 API changes
v1.6.1 * conftest: drop deprecated args from objstorage initializers * server tests: refactor config fixtures to match production * server: ensure check_config is called during app instantiation * Finish removing aiohttp