diff CHANGES.txt @ 6458:8f1b91756457

issue2551147 - Enable compression of http responses in roundup. gzip, (brotli/zstd with optional packages) on the fly compression/content-encoding enabled by default. Can serve pre-compressed static assets as well if the client can accept it. Docs updated. Also added example nginx config to installation.txt. The config allows nginx to compress data on the fly. If the config is used, dynamic compression in roundup can be disabled. Dedicating this checkin to my father Paul Hector Rouillard 1930-2021. I did much of the development in this changeset while sitting with him as he slept/transitioned. Without his encouragement and example, my desire to learn would not be what it is and I wouldn't be half the person I am.
author John Rouillard <rouilj@ieee.org>
date Sat, 24 Jul 2021 16:31:36 -0400
parents cbc18a8bc61f
children b98d85e26ff1
line wrap: on
line diff
--- a/CHANGES.txt	Tue Jul 13 00:00:21 2021 -0400
+++ b/CHANGES.txt	Sat Jul 24 16:31:36 2021 -0400
@@ -11,6 +11,18 @@
 v2.7.2 or later are required to run newer releases of Roundup.  From v2.0
 onwards Python 3.4 and later are also supported.
 
+20xx-yy-zz 2.2.0
+
+Fixed:
+
+Features:
+
+- issue2551147 - Enable compression of http responses in roundup.
+  Allow roundup to return gzip, (br or zstd with added modules)
+  Content-Encoded replies. Compression could be done in upstream
+  proxies/wsgi server but this allows it to occur natively. (John
+  Rouillard)
+
 2021-07-13 2.1.0
 
 Fixed:

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