File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66
77All release highlights of this project will be documented in this file.
88
9+ 4.5.5 - May 31, 2026
10+ ______________________
11+
12+ **Added **
13+
14+ - ``SAClient.query.count() `` Returns the number of items that match a query.
15+ - ``SAClient.grant_project_user_permissions() `` Grants project-level user permissions.
16+ - ``SAClient.revoke_project_user_permissions() `` Revokes project-level user permissions.
17+
18+ **Updated **
19+
20+ - ``SAClient.list_users() `` Now returns user permissions.
21+ - ``SAClient.create_project() `` Now supports the `MaxIdleDuration ` setting.
22+
23+
9244.5.4 - April 23, 2026
1025______________________
1126
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ minversion = 3.7
33log_cli =true
44python_files = test_*.py
55; pytest_plugins = ['pytest_profiling']
6- ; addopts = -n 6 --dist loadscope
6+ addopts = -n 6 --dist loadscope
Original file line number Diff line number Diff line change 22import os
33import sys
44
5- __version__ = "4.5.5dev2 "
5+ __version__ = "4.5.5dev3 "
66
77
88os .environ .update ({"sa_version" : __version__ })
You can’t perform that action at this time.
0 commit comments