summaryrefslogtreecommitdiff
path: root/docs/release-notes
diff options
context:
space:
mode:
authorGraham Dumpleton <Graham.Dumpleton@gmail.com>2019-06-07 12:20:11 +1000
committerGraham Dumpleton <Graham.Dumpleton@gmail.com>2019-06-07 12:20:11 +1000
commit397a4e2c474d6dbf13f48d45a01d1764f371c0df (patch)
tree7728ab18c41cee9defb3c381c015175c2b06a0e9 /docs/release-notes
parent2e822f7775ca3830ef077aee59abbf8d2272f331 (diff)
downloadmod_wsgi-397a4e2c474d6dbf13f48d45a01d1764f371c0df.tar.gz
Add request data and Apache request ID to request events.
Diffstat (limited to 'docs/release-notes')
-rw-r--r--docs/release-notes/version-4.6.6.rst8
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/release-notes/version-4.6.6.rst b/docs/release-notes/version-4.6.6.rst
index 0ffdfa8..046d652 100644
--- a/docs/release-notes/version-4.6.6.rst
+++ b/docs/release-notes/version-4.6.6.rst
@@ -18,3 +18,11 @@ Features Changed
``bash`` and ``sh`` when defining the shell to use for the generated
``apachectl``. The shell used can be overridden using ``--shell-executable``
option. This is to get around issue with FreeBSD not having ``/bin/bash``.
+
+New Features
+------------
+
+* The Apache request ID is accessible in request events as ``request_id``.
+
+* The per request data dictionary accessible using ``mod_wsgi.request_data()``
+ is now also accessible in events as ``request_data``.