Skip to content

Releases: sbg/sevenbridges-python

2.0.0 (2020-12-23)

23 Dec 10:05
Compare
Choose a tag to compare

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)

02 Dec 14:44
Compare
Choose a tag to compare

Improvements:

  • Better handling of non JSON responses

1.1.0 (2020-11-18)

18 Nov 10:08
Compare
Choose a tag to compare

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)

04 Nov 14:10
Compare
Choose a tag to compare

Improvements:

  • Secondary files task output avoid lazy fetching

1.0.8 (2020-11-02)

02 Nov 10:53
Compare
Choose a tag to compare

Preload file names from CWL 1 task outputs.
Preload file type from task outputs.

1.0.7 (2020-10-28)

28 Oct 16:54
Compare
Choose a tag to compare

Improvements:

  • Retry error handlers

1.0.6 (2020-10-19)

19 Oct 13:44
Compare
Choose a tag to compare

Improvements:

  • Retry strategy after connection failure

1.0.5 (2020-09-30)

30 Sep 09:25
Compare
Choose a tag to compare

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)

25 Sep 08:42
Compare
Choose a tag to compare

Improvements:
Add disable() user functionality

1.0.3 (2020-08-25)

25 Aug 13:11
Compare
Choose a tag to compare

Improvements:

  • Enabled upload of empty files
  • Added memory_limit property to automation objects