Mercurial > p > roundup > code
changeset 8161:52f50b43790f permission-performance
move ralf's update to the correct version.
Ralf's changes update was in the 2.4.0 section. Move to 2.5.0 section.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Wed, 20 Nov 2024 09:17:05 -0500 |
| parents | 22c92a8301c4 |
| children | f7037cb91396 |
| files | CHANGES.txt |
| diffstat | 1 files changed, 6 insertions(+), 6 deletions(-) [+] |
line wrap: on
line diff
--- a/CHANGES.txt Wed Nov 20 08:30:56 2024 +0100 +++ b/CHANGES.txt Wed Nov 20 09:17:05 2024 -0500 @@ -37,6 +37,12 @@ - issue2551315 - Document use of RestfulInstance.max_response_row_size to limit data returned from rest request. +- issue2551330 Add an optional 'filter' function to the Permission + objects and the addPermission method. This is used to optimize search + performance by not checking items returned from a database query + one-by-one (using the check function) but instead offload the + permission checks to the database. For SQL backends this performs the + filtering in the database. (Ralf Schlatterbeck) 2024-07-13 2.4.0 @@ -223,12 +229,6 @@ HTTP/1.1, this causes a delay while the browser waits for a timeout. Forcing the connection to close after the CSV file is written removes the delay. (John Rouillard) -- issue2551330 Add an optional 'filter' function to the Permission - objects and the addPermission method. This is used to optimize search - performance by not checking items returned from a database query - one-by-one (using the check function) but instead offload the - permission checks to the database. For SQL backends this performs the - filtering in the database. (Ralf Schlatterbeck) Features:
