Releases: opencadc/cadctools
Releases · opencadc/cadctools
Support for bearer tokens
Also Python upgrade.
Disable `replace` flag
The flag is obsolete and ignored for now. It will be removed all together in future versions.
Fix false put error message
False put error report when subsequent attempts succeed.
Fix for large file in memory load
Fix the md5 checksum file content calculations so that files are not loaded into memory. Also remove support for Python 3.7 and enabled Python 3.12
Fixed transfer files with no transaction support
cadcutils=1.5.3 Support for transfer of large files without the transaction feature (…
upload/download methods also return the transferred file size
Returned the size of the transferred file in upload/download (#217) * Changed to return size of transferred file in upload/download Co-authored-by: Adrian Damian <Adrian.Damian@nrc.ca>
Small bug fix in version checking.
Fix version check bug (#216) * Fix version check bug --------- Co-authored-by: Adrian Damian <Adrian.Damian@nrc.ca>
`upload/download` file methods return info about the transferred file
Downstream code requires file name and md5 of the transferred file.
Fixed version warning display
Fixed display version warning (#214) * Fixed display of version warning --------- Co-authored-by: Adrian Damian <Adrian.Damian@nrc.ca>
`cadcdata` supports SI v1.0
Bumped server versions (#213) Co-authored-by: Adrian Damian <Adrian.Damian@nrc.ca>