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:
3737- issue2551315 - Document use of
3838 RestfulInstance.max_response_row_size to limit data returned
3939 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)
4046
41472024-07-13 2.4.0
4248
@@ -223,12 +229,6 @@ Fixed:
223229 HTTP/1.1, this causes a delay while the browser waits for a timeout.
224230 Forcing the connection to close after the CSV file is written
225231 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)
232232
233233Features:
234234
You can’t perform that action at this time.
0 commit comments