Releases: ENCODE-DCC/autouri
Releases · ENCODE-DCC/autouri
v0.4.4
04 May 17:34
Compare
Sorry, something went wrong.
No results found
Fix filelock issue (some deprecated methods in their latest release).
v0.4.3
07 Nov 08:02
Compare
Sorry, something went wrong.
No results found
Fix S3URI race condition issue
v0.4.2
07 Nov 05:18
Compare
Sorry, something went wrong.
No results found
Fix race condition issues (GCSURI and S3URI)
v0.4.1
07 Nov 04:03
Compare
Sorry, something went wrong.
No results found
Make lockfile of GCSURI and S3URI expire (defined as class constants)
S3URILock.LOCK_FILE_EXPIRATION_SEC: 1800 by default (in seconds)
GCSURILock.LOCK_FILE_EXPIRATION_SEC: 1800 by default (in seconds)
v0.4.0
06 Nov 21:41
Compare
Sorry, something went wrong.
No results found
Can take a relative path for AutoURI if such file exists on CWD
Deprecated temporary_hold for GCSURI. Instead, use the same file-locking mechanism as in S3URI (creating a lock file with lock ID written in it)
v0.3.0
15 Mar 18:39
Compare
Sorry, something went wrong.
No results found
Added expiration time (1 hour by default) to lock file for gs:// URIs.
More stable lock file handling for gs:// URIs.
v0.2.6
24 May 16:11
Compare
Sorry, something went wrong.
No results found
For s3-to-s3 file transfer, use copy instead for copy_object for larges files >= 5GB
Better logging: show start/end of cp action with UUID of a file.
v0.2.5
20 Apr 20:04
Compare
Sorry, something went wrong.
No results found
Added help to delete a stalled lock file (.lock) on GCS.
v0.2.4
02 Apr 19:17
Compare
Sorry, something went wrong.
No results found
Fixed redundant md5sum hashing of a local temporary file.
no_checksum was not propagated for a recursive localization of JSON/CSV/TSV files.
v0.2.3
08 Oct 21:16
Compare
Sorry, something went wrong.
No results found
Added --no-lock to CLI and no_lock (defaulting to False) to rm/rmdir/localize functions.