From 989e8cd9c8cbadede6cb43953ff04f922274a535 Mon Sep 17 00:00:00 2001 From: Andrei Zeliankou Date: Tue, 22 Aug 2023 11:03:02 +0100 Subject: [PATCH] Edited changes.xml for the 1.31.0 release. --- docs/changes.xml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/changes.xml b/docs/changes.xml index 8e212d62..ce67b638 100644 --- a/docs/changes.xml +++ b/docs/changes.xml @@ -35,19 +35,20 @@ NGINX Unit updated to 1.31.0. -njs updated to 0.8.0. +if building with njs, version 0.8.0 or later is now required. -ability to control HTTP response headers. +response headers are manageable during the action and fallback using +$response_header_NAME variables. -ability to get the HTTP response header variables. +ASGI lifespan state support. Thanks to synodriver.