comparison CHANGES.txt @ 7819:0fe2b9f6e19f

issue2551212 - enable wsgi cache_tracker by default Switch the code so the wsgi cache_tracker optimization is enabled by default. Leave the unoptimized/uncached code path available in case it breaks something. The feature flag can be set to False to disable caching. Updated tests to test the disabled (non-cache) code path. Updated upgrading.txt with info on how to disable caching.
author John Rouillard <rouilj@ieee.org>
date Wed, 20 Mar 2024 17:13:30 -0400
parents be6cb2e0d471
children 219fc5804345
comparison
equal deleted inserted replaced
7818:a44c5da250fa 7819:0fe2b9f6e19f
141 - the roundup-admin history command now dumps the journal entries 141 - the roundup-admin history command now dumps the journal entries
142 in a more human readable format. Use the raw option to get the older 142 in a more human readable format. Use the raw option to get the older
143 machine parsible output. (John Rouillard) 143 machine parsible output. (John Rouillard)
144 - Multiple JWT secrets are supported to allow key rotation. See 144 - Multiple JWT secrets are supported to allow key rotation. See
145 an updated config.ini for details. (John Rouillard) 145 an updated config.ini for details. (John Rouillard)
146 146 - issue2551212 - wsgi performance improvement feature added in 2.2.0
147 is active by default. Can be turned off if needed. See upgrading.txt
148 for info. (John Rouillard)
147 149
148 2023-07-13 2.3.0 150 2023-07-13 2.3.0
149 151
150 Fixed: 152 Fixed:
151 153

Roundup Issue Tracker: http://roundup-tracker.org/