Skip to content

Releases: sbg/sevenbridges-python

2.7.0 (2021-09-28)

28 Sep 13:23
Compare
Choose a tag to compare

Improvements:

  • New attribute in task model(origin) representing the connection to the automation run that executed given task.
  • New query parameter for querying tasks based on origin value

2.6.0 (2021-09-14)

14 Sep 09:05
Compare
Choose a tag to compare

Improvements:

  • Added DRSImportBulk model allowing import files via DRS URIs with metadata and tags alongside

2.5.1 (2021-09-09)

09 Sep 13:09
Compare
Choose a tag to compare

Improvements:

  • Make Volume resource field VolumeService editable (read_only=False).
  • Task resource execution settings expand with use_elastic_disc option.

2.5.0 (2021-07-14)

14 Jul 12:10
Compare
Choose a tag to compare

Improvements:

  • CodePackageUpload enable passing parent with init.

2.4.0 (2021-06-18)

18 Jun 14:37
Compare
Choose a tag to compare

Bugfixes:

  • Changed upload file on so it won't need ETag field.

Improvements:

  • Added support for attaching s3 volumes using IAM role for authentication

2.3.0 (2021-03-09)

09 Mar 13:49
Compare
Choose a tag to compare

Improvements:

  • Made all field read_only parameters mandatory to ensure consistency
  • Reduced number of reloads (api calls) when saving resources
  • Added debug flag to Api instance to allow http endpoints on debug environments, otherwise only https is allowed

2.2.1 (2021-03-02)

02 Mar 09:43
Compare
Choose a tag to compare

Improvements:

  • Added querying projects by tags

2.2.0 (2021-02-11)

11 Feb 12:25
Compare
Choose a tag to compare

Improvements:

  • Added support for billing breakdown (analysis, storage and egress)

2.1.0 (2021-02-10)

10 Feb 16:53
Compare
Choose a tag to compare

Improvements:

  • Added project category support.

2.0.1 (2020-12-23)

23 Dec 18:24
Compare
Choose a tag to compare

Bugfixes:

  • Fixed terminal_states not being iterable in status enums