Skip to content

Releases: opencadc/vostools

Added support for multiple services

19 Sep 04:10
a954f06
Compare
Choose a tag to compare
Pre-release
Fixed problem with vofs (#149)

* Fixed problem with vofs

Support for multiple VOSPACE services

19 Sep 04:17
baa7a1d
Compare
Choose a tag to compare
Pre-release
vofs=3.1a

Update setup.cfg

Remove dependency on enum34

14 May 03:56
d69a407
Compare
Choose a tag to compare

The dependency on enum34 was interfering with enum in python3.6 and higher. Replace enum34 with aenum to fix the problem.

Changed to support file-based service (cavern) + prefer https

27 Apr 23:15
650504a
Compare
Choose a tag to compare

Small changes to work over file-based vospace (cavern)
Changed to prefer https over http. Changes in config

Bug fixes

23 Oct 22:29
dab8f22
Compare
Choose a tag to compare

Fixed #122 and #126. Also Pypi documentation

Updates related to vault move

28 May 23:27
b689ef6
Compare
Choose a tag to compare

Bug fixes related to the move of CADC vospace to vault name and behind a load balancer.

Do not trap SIGPIPE anymore.

30 Apr 18:38
996e47d
Compare
Choose a tag to compare
Sigpipe (#123)

* Do not trap SIGPIPE anymore

Update dependencies

05 Apr 19:30
f3a5337
Compare
Choose a tag to compare
vos=3.0.11.1

Update setup.cfg

Increased the timeout for requests to 120s

14 Mar 23:56
085e7da
Compare
Choose a tag to compare
vos=3.0.11

Update setup.cfg

Fixed format of error message in vcp (added ERROR tag)

28 Nov 22:33
f9a25d0
Compare
Choose a tag to compare
Added ERROR tag to vcp error messages (#117)

* Added ERROR tag to vcp error message