From 5e990241fa71ab0f676b3ec6e8360aa47b3cf400 Mon Sep 17 00:00:00 2001 From: Bert JW Regeer Date: Sun, 16 Jan 2022 22:03:51 -0700 Subject: Update CHANGES.txt --- CHANGES.txt | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/CHANGES.txt b/CHANGES.txt index ea28100..c45356e 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,6 +1,22 @@ Next Release ------------ +Bugfix +~~~~~~ + +- Fixed an issue whereby ``BytesIO`` objects were not properly closed, and + thereby would not get cleaned up until garbage collection would get around to + it. + + This led to potential for random memory spikes/memory issues, see + https://github.com/Pylons/waitress/pull/358 and + https://github.com/Pylons/waitress/issues/357 . + + With thanks to Florian Schulze for testing/vaidating this fix! + +Features +~~~~~~~~ + - Add REQUEST_URI to the WSGI environment. REQUEST_URI is similar to ``request_uri`` in nginx. It is a string that -- cgit v1.2.1