SDK Changelog
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.6 - 1.1.9
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
"bounding-box"
label category is added.Default host name is changed to https://plugin.imerit.ango.ai.
1.1.2
Added the
get_task_history
function.
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