Fix `filelock` issue (some deprecated methods in their latest release).
0.4.3
Fix `S3URI` race condition issue
0.4.2
Fix race condition issues (`GCSURI` and `S3URI`)
0.4.1
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)
0.4.0
- 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)
0.3.0
- Added expiration time (1 hour by default) to lock file for `gs://` URIs. - More stable lock file handling for `gs://` URIs.