Releases: scaleapi/scaleapi-python-client
Releases · scaleapi/scaleapi-python-client
v2.15.8
Improvements
- With this change, empty or non-existent
raw,retriesandhistoryattributes of a Response object is handled more elegantly.
v2.15.7
Improvements
- This change handles elegantly in case a
Sessionobject doesn't haveretriesandhistoryobjects.
v2.15.6
Improvements
- Adding
limitoption toget_tasksmethod to allow selecting a certain limit for every pull from API. - Limit is propagated to
/tasksendpoint.
v2.15.5
v2.15.4
Bug Fixes
- Fixes schema change on project templates endpoint
v2.15.3
New Features
- Task Batch creation now supports
metadata - Added
set_batch_metadatafunction to update Task Batch metadata - Added
get_project_templatefunction to retrieve Task Templates for TextCollection and Chat projects
v2.15.2
New Features
- Added
Chatas a new enum forTaskType
v2.15.1
New Features
- Added
limited_responseoption toget_tasks()method.- This is a feature recently added to Scale API, which limits the fields that will be returned back from API for each task.
v2.15.0
Improvements
- Enhanced Error Handling
v2.14.4
Improvements
- adds
include_attachment_urloption to get_tasks