You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.rst
+20Lines changed: 20 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,26 @@ History
6
6
7
7
All release highlights of this project will be documented in this file.
8
8
9
+
4.4.30 - Feb 13, 2025
10
+
_____________________
11
+
**Added**
12
+
13
+
- ``SAClient.list_users`` method lists contributors with optional custom field filtering.
14
+
- ``SAClient.get_user_metadata`` method retrieves contributor metadata, including option for custom fields.
15
+
- ``SAClient.set_user_custom_field`` method sets a custom field for a contributor.
16
+
- ``SAClient.pause_user_activity`` method pauses a contributor's activity on specified projects.
17
+
- ``SAClient.resume_user_activity`` method resumes a contributor's activity on specified projects.
18
+
- ``SAClient.list_projects`` method lists projects with optional custom field filtering.
19
+
- ``SAClient.set_project_custom_field`` method sets a custom field for a project.
20
+
21
+
**Updated**
22
+
23
+
- ``SAClient.upload_annotations`` added ability to specify the format for processing and transforming annotations before upload, including Multimodal projects.
24
+
- ``SAClient.get_annotations`` added ability to specify the format for processing and transforming annotations before retrieving them.
25
+
- ``SAClient.list_items`` added ability to retrieve item categories.
26
+
- ``SAClient.get_project_metadata`` added ability to retrieve custom fields of projects.
0 commit comments