Skip to content
v0.0.159

- Monkey-patch backend classes instead of 'get_storage' functions.
- Fix DeprecationWarning about get_storage args.
- Move IndexerStorage documentation and endpoint paths to a new IndexerStorageInterface class.
- conftest: Use module's `get_<storage-backend>` to instantiate backend
- docs: Fix sphinx warnings
- Fix merge_documents to work with input document with an @id.
- Fix support of VCSs whose HEAD branch is an alias.
- Fix type of 'author' in gemspec mapping output.
- Fix test_origin_metadata mistakenly broken by e50660efca
- Fix several typos reported by pre-commit hooks
- Add a pre-commit config file
- Remove unused property-based test environment
- Migrate tox.ini to extras = xxx instead of deps = .[testing]
- Merge tox test environments
- Drop version constraint on pytest
- Include all requirements in MANIFEST.in