diff 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
line wrap: on
line diff
--- a/CHANGES.txt	Wed Mar 20 12:06:46 2024 -0400
+++ b/CHANGES.txt	Wed Mar 20 17:13:30 2024 -0400
@@ -143,7 +143,9 @@
   machine parsible output. (John Rouillard)
 - Multiple JWT secrets are supported to allow key rotation. See
   an updated config.ini for details. (John Rouillard)
-
+- issue2551212 - wsgi performance improvement feature added in 2.2.0
+  is active by default. Can be turned off if needed. See upgrading.txt
+  for info. (John Rouillard)
 
 2023-07-13 2.3.0
 

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