Skip to content

Releases: simonsobs/librarian

v4.1.0 - Globus Cancellations

05 Mar 20:43
657cff3
Compare
Choose a tag to compare

Includes a new change to automatically close broken globus transfers, and cancel their associated OutgoingTransfer and IncomingTransfer rows.

What's Changed

  • Fail a transfer when globus task has faults by @iparask in #136

Full Changelog: v4.0.4...v4.1.0

v4.0.4 - Transfer Status Not Found

03 Mar 21:33
d5a03ae
Compare
Choose a tag to compare

Adds a fix to the Incoming Transfer Hypervisor for when the upstream does not have a record of the associated Outgoing Transfer, which occurs in extremely rare scenarios.

What's Changed

  • Fail transfer when upstream does not have it by @iparask in #137

Full Changelog: v4.0.3...v4.0.4

v4.0.3 - Ping before validate

25 Feb 15:14
Compare
Choose a tag to compare

Uses a ping before attempting to validate a file to check connection status.

Full Changelog: v4.0.2...v4.0.3

v4.0.2 - Globus Relative Fix

21 Feb 15:39
3ba4f55
Compare
Choose a tag to compare

A hotfix for globus transfers when we use a non-standard globus root.

What's Changed

Full Changelog: v4.0.1...v4.0.2

v4.0.1 - Cached Checksums Hotfix

20 Feb 20:16
Compare
Choose a tag to compare

v4.0.0 of librarian uses Integer for the table of currently-computed Instance sizes. It must use BigInteger. All current in-place instances have had their databases manually upgraded.

v4.0.0 - Database-side caching of checksums

20 Feb 19:41
25a4c2c
Compare
Choose a tag to compare

Caches checksums in the Instances table such that they do not need to be recomputed frequently.

REQUIRES A DATABASE MIGRATION!

librarian-server-setup --migrate.

v3.1.2 - Globus hotfix

19 Feb 21:46
Compare
Choose a tag to compare

A hotfix for cases where there is no globus root set.

v3.1.1 - Global checksum cache

19 Feb 20:31
Compare
Choose a tag to compare

Uses a global object for the checksum cache, not a hyper-local one that was skipped every time.

Full Changelog: v3.1.0...v3.1.1

v3.1.0 - Cache recent validation responses

19 Feb 19:53
Compare
Choose a tag to compare

Caches recent validation responses from the filesystem. Should still work even if the HTTP request fails.

What's Changed

Full Changelog: v3.0.11...v3.1.0

v3.0.11 - CorruptionFixer Hotfix

10 Jan 15:33
4f187af
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.0.10...v3.0.11