Skip to content
v1.18.5

- Add ObjectDeletionInterface aimed at Storage classes:

      class ObjectDeletionInterface(Protocol):
          def object_delete(
              self, swhids: List[ExtendedSWHID]
          ) -> Dict[str, int]:
              ...

- Implement ObjectDeletionInterface in PostgreSQL storage
- Implement ObjectDeletionInterface in Cassandra storage