-
v2.2.0785092c5 · ·
Release swh.storage 2.2.0 Notable changes for deployments: - Change metrics tag to use `method` instead of `endpoint`, as `endpoint` is masked by the Kubernetes ServiceMonitors. - PostgreSQL schema upgrade to v192: introduce a database for object masking information Other changes: - Support for Pytest 8.1 - Introduce an object masking proxy storage
-
v2.1.1a349c58b · ·
v2.1.1 - postgresql: Drop fallback for extra_headers in Revision.metadata - cassandra/raw_extrinsic_metadata: No longer insert null entries - utils/map_optional: Document and add unit tests on function Exclude: - Add payloads to ExtIDs commit for now (for pending cassandra migration design/decision/reason)
-
v1.18.51558a646 · ·
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