SDK Changelog

1.3.27

  • Added requeue_tasks function to the SDK

  • Bug Fix: Resolved an issue in the Export Plugin where numTasks displayed as zero despite having assets.

1.3.26

  • Added annotate_task function to the SDK.

1.3.25

  • Bug Fix: Fixed the color assignment issue in the create_label_set function

1.3.24

  • Added the Brush tool to tool enums

1.3.23

  • Updated boto3 dependency from boto3~=1.26.30 to boto3~=1.*

1.3.22

1.3.21

  • Integrated upload_local functionality into the upload_files_cloud function

1.3.19

  • Batch usage is changed in the upload_files_cloud function

  • Refactored and organized codebase

1.3.17

  • Added get_issues and delete_issue functions to the SDK

  • Updated get_storages usage in the __check_storages function

1.3.15

  • Bug Fix: Resolved an issue in the get_storages function where multiple storages were returned even when a specific storage_id was provided

1.3.14

  • Added the add_members_to_project() function, allowing project managers to add existing Ango Hub users to projects. Read more in our docs.

  • The exportV3() function can now be customized with filters, such that you do not have to download the entire unfiltered export every time. Read more in our docs.

  • The get_assets() function can now be customized with filters, to enable users to download only a selection of assets from a project instead of the entire list. Read more in our docs.

1.3.13

  • Maintenance release.

1.3.12

  • Added raw_category_schema to the create_label_set() function, allowing users to import a category schema to a project using JSON.

1.2.9

  • Maintenance release.

1.2.8

  • Maintenance release.

1.2.7

  • Export plugins now return ExportResponse objects.

  • Added support for exporting to external storage.

  • The type parameter of the get_export and get_exportV3 functions was renamed to export_type.

1.2.6

  • Signed URLs are now provided in plugins.

1.2.5

  • Added the ability to download issues only in the exportV3 function.

  • Added type input parameter for export functions.

1.2.3

  • Added support for contextData.

1.2.2

  • The bug of the model plugin not running over the workflow has been resolved.

1.2.1

  • Since the total number of assets cannot be obtained from the iterator, "numTasks" field is added to the input of the export plugin.

1.2.0

  • exportV3 function is added to SDK.

  • Export plugin started to use iterator instead of list.

  • Added export-v3 support for export plugins.

1.1.9

  • Stability and performance improvements.

1.1.8

  • Stability and performance improvements.

1.1.7

  • Stability and performance improvements.

1.1.6

  • Stability and performance improvements.

1.1.5

  • The filtering bug in the get_assets function is fixed.

1.1.4

  • Performance improvements.

1.1.3

1.1.2

1.1.1

Features

  • Added a line at the top of each SDK output telling users which host they are currently connected to (e.g. hub.ango.ai, apibeta.ango.ai, imeritapi.ango.ai...)

  • Added a warning when users attempt to connect to a v2 version of Ango Hub with an API with version >1.0.0, as they are not compatible with one another.

1.1.0

Initial release.

Last updated