Releases: simonsobs/librarian
v3.0.11 - CorruptionFixer Hotfix
v3.0.10 - Send Clone Performance Improvements
Significantly (~600-1000x increase) improved query performance in the send clone task by using an outer join query instead of an ORM-based filtering method.
v3.0.9 - Hush libby
Quietens the librarian by making deletions of staged data 'info' level, not 'warning' level.
Full Changelog: v3.0.8...v3.0.9
v3.0.8 - Hotfix II
Prior hotfix did not handle the case where file was remedied correctly.
Full Changelog: v3.0.7...v3.0.8
v3.0.7 - Hotfix Reloaded
Allows for files to actually be fixed behind our back.
Full Changelog: v3.0.6...v3.0.7
v3.0.6 - Hotfix Redux
Full Changelog: v3.0.5...v3.0.6
v3.0.5 - Hotfix
Hotfix for logic error in file ingestion. Do not use 3.0.4.
Full Changelog: v3.0.4...v3.0.5
v3.0.4 - Commit doesn't mean move (for now)
Revert earlier change to immediately clean up after copying. Also fixes a small bug in incrementing the corrupt file table.
Full Changelog: v3.0.3...v3.0.4
v3.0.3 - Commit means move
Updated the commit operation to delete what it left behind if it needs to use a copy instead of a move. This reduces lots of unnecessary errors.
A hotfix to 3.0.1 for the release flow that was broken. For all other information see 3.0.0.
Merge pull request #127 from simonsobs/gp/fix/proper_docker_name correcting docker image name