Releases: sbg/sevenbridges-python
Releases · sbg/sevenbridges-python
2.0.1 (2020-12-23)
Bugfixes:
- Fixed terminal_states not being iterable in status enums
2.0.0 (2020-12-23)
Improvements:
- Removed python 2 and 3.5 support. Python 3.6 is now the minimum version.
- Added AutomationStatus and TaskStatus enums with
terminal_states
property to check if they are finished - Moved from Travis to Github Actions CI
1.1.1 (2020-12-02)
Improvements:
- Better handling of non JSON responses
1.1.0 (2020-11-18)
Improvements:
- Retry policies are revised and unified
- Default timeout for uploads and downloads is raised to 300s
- Default part_size for uploads has been set to 32Mb
Bugfixes:
- When passed, download chunk_size will now be accurately calculated
- Fixed randomly failing upload tests
1.0.9 (2020-10-04)
Improvements:
- Secondary files task output avoid lazy fetching
1.0.8 (2020-11-02)
Preload file names from CWL 1 task outputs.
Preload file type from task outputs.
1.0.7 (2020-10-28)
Improvements:
- Retry error handlers
1.0.6 (2020-10-19)
Improvements:
- Retry strategy after connection failure
1.0.5 (2020-09-30)
Improvements:
Add autorename
flag to submit_import
call.
Add autorename
and preserve_folder_structure
flags to bulk submit of imports calls.
Fix the doc-strings.
1.0.4 (2020-09-25)
Improvements:
Add disable() user functionality