Skip to content

Releases: opencadc/cadctools

Support for bearer tokens

16 Jun 16:36
5c2bf56

Choose a tag to compare

Also Python upgrade.

Disable `replace` flag

15 Apr 19:02
5e78483

Choose a tag to compare

The flag is obsolete and ignored for now. It will be removed all together in future versions.

Fix false put error message

18 Mar 21:52
d1c9eb4

Choose a tag to compare

False put error report when subsequent attempts succeed.

Fix for large file in memory load

23 Dec 22:49
c343751

Choose a tag to compare

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

19 Jul 13:28
f48080c

Choose a tag to compare

cadcutils=1.5.3

Support for transfer of large files without the transaction feature (…

upload/download methods also return the transferred file size

26 Apr 03:20
656e1ac

Choose a tag to compare

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.

22 Apr 18:24
eb472af

Choose a tag to compare

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

22 Apr 17:08
6839b47

Choose a tag to compare

Downstream code requires file name and md5 of the transferred file.

Fixed version warning display

10 Apr 23:09
85e38a5

Choose a tag to compare

Fixed display version warning (#214)

* Fixed display of version warning

---------

Co-authored-by: Adrian Damian <Adrian.Damian@nrc.ca>

`cadcdata` supports SI v1.0

05 Apr 20:56
c9994aa

Choose a tag to compare

Bumped server versions (#213)

Co-authored-by: Adrian Damian <Adrian.Damian@nrc.ca>