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
+23Lines changed: 23 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,24 @@ History
6
6
7
7
All release highlights of this project will be documented in this file.
8
8
9
+
4.6.0 - Aug 16, 2026
10
+
____________________
11
+
12
+
**Added**
13
+
14
+
- ``SAClient.grant_team_user_permissions()`` Grants permissions to a team user, with support for granting specific permissions or all available permissions based on the user's role.
15
+
- ``SAClient.revoke_team_user_permissions()`` Revokes permissions from a team user, with support for revoking specific permissions or all available permissions based on the user's role.
16
+
17
+
**Updated**
18
+
19
+
- ``SAClient.upload_annotations()`` Added the ``integration`` parameter to sign private external URLs when creating new items in Multimodal projects. The integration must already exist on SuperAnnotate and is supported only when ``data_spec="multimodal"``.
20
+
- ``SAClient(token=<API key>)`` Added support for authentication using both Personal API Keys and Team API Keys.
21
+
22
+
**Removed**
23
+
24
+
- ``SAClient.search_team_contributors()`` Recommended replacements: ``SAClient.get_item_metadata()`` or ``SAClient.list_items()``
25
+
- ``SAClient.search_items()`` Recommended replacements: ``SAClient.get_user_metadata()`` or ``SAClient.list_users()``
26
+
9
27
4.5.9 - July 21, 2026
10
28
_____________________
11
29
**Updated**
@@ -15,6 +33,11 @@ _____________________
15
33
4.5.8 - July 12, 2026
16
34
_____________________
17
35
36
+
**Added**
37
+
38
+
- ``SAClient.grant_team_user_permissions()`` Grants team-level user permissions.
39
+
- ``SAClient.revoke_team_user_permissions()`` Revokes team-level user permissions.
40
+
18
41
**Updated**
19
42
20
43
- ``SAClient.generate_items()`` The name key now supports values with up to 200 characters.
0 commit comments