Releases: opencadc/vostools
Releases · opencadc/vostools
Added support for multiple services
Fixed problem with vofs (#149) * Fixed problem with vofs
Support for multiple VOSPACE services
vofs=3.1a Update setup.cfg
Remove dependency on enum34
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
Small changes to work over file-based vospace (cavern)
Changed to prefer https over http. Changes in config
Bug fixes
Updates related to vault move
Bug fixes related to the move of CADC vospace to vault name and behind a load balancer.
Do not trap SIGPIPE anymore.
Sigpipe (#123) * Do not trap SIGPIPE anymore
Update dependencies
vos=3.0.11.1 Update setup.cfg
Increased the timeout for requests to 120s
vos=3.0.11 Update setup.cfg
Fixed format of error message in vcp (added ERROR tag)
Added ERROR tag to vcp error messages (#117) * Added ERROR tag to vcp error message