diff options
| author | Graham Dumpleton <Graham.Dumpleton@gmail.com> | 2019-06-07 12:20:11 +1000 |
|---|---|---|
| committer | Graham Dumpleton <Graham.Dumpleton@gmail.com> | 2019-06-07 12:20:11 +1000 |
| commit | 397a4e2c474d6dbf13f48d45a01d1764f371c0df (patch) | |
| tree | 7728ab18c41cee9defb3c381c015175c2b06a0e9 /docs/release-notes | |
| parent | 2e822f7775ca3830ef077aee59abbf8d2272f331 (diff) | |
| download | mod_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.rst | 8 |
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``. |
