File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -37,6 +37,12 @@ Features:
37
37
- issue2551315 - Document use of
38
38
RestfulInstance.max_response_row_size to limit data returned
39
39
from rest request.
40
+ - issue2551330 Add an optional 'filter' function to the Permission
41
+ objects and the addPermission method. This is used to optimize search
42
+ performance by not checking items returned from a database query
43
+ one-by-one (using the check function) but instead offload the
44
+ permission checks to the database. For SQL backends this performs the
45
+ filtering in the database. (Ralf Schlatterbeck)
40
46
41
47
2024-07-13 2.4.0
42
48
@@ -223,12 +229,6 @@ Fixed:
223
229
HTTP/1.1, this causes a delay while the browser waits for a timeout.
224
230
Forcing the connection to close after the CSV file is written
225
231
removes the delay. (John Rouillard)
226
- - issue2551330 Add an optional 'filter' function to the Permission
227
- objects and the addPermission method. This is used to optimize search
228
- performance by not checking items returned from a database query
229
- one-by-one (using the check function) but instead offload the
230
- permission checks to the database. For SQL backends this performs the
231
- filtering in the database. (Ralf Schlatterbeck)
232
232
233
233
Features:
234
234
You can’t perform that action at this time.
0 commit comments