Commit 003ca494 authored by Tres Seaver's avatar Tres Seaver

Update changelog / WHATSNEW docs to account for WSGI docs.

[ci skip]
parent 6b96bc75
...@@ -8,6 +8,9 @@ http://docs.zope.org/zope2/ ...@@ -8,6 +8,9 @@ http://docs.zope.org/zope2/
2.13.23 (unreleased) 2.13.23 (unreleased)
-------------------- --------------------
- Document running Zope as a WSGI application. See
https://github.com/zopefoundation/Zope/issues/30
- LP #1465432: Ensure that WSGIPublisher starts / ends interaction at - LP #1465432: Ensure that WSGIPublisher starts / ends interaction at
request boundaries (analogous to ZPublisher). Backport from master. request boundaries (analogous to ZPublisher). Backport from master.
......
...@@ -70,6 +70,8 @@ More information can be found in the detailed ...@@ -70,6 +70,8 @@ More information can be found in the detailed
WSGI WSGI
---- ----
See :doc:`WSGI`.
This Zope release comes with native WSGI support. First pioneered in the This Zope release comes with native WSGI support. First pioneered in the
repoze.zope2 project, this capability finally found its way back into the core repoze.zope2 project, this capability finally found its way back into the core
and obsoletes the externally managed project. With WSGI Zope 2 can natively talk and obsoletes the externally managed project. With WSGI Zope 2 can natively talk
...@@ -79,13 +81,11 @@ factoring out capabilities into WSGI endware. It's expected that this new ...@@ -79,13 +81,11 @@ factoring out capabilities into WSGI endware. It's expected that this new
deployment model will over time become the default and the old ZServer deployment model will over time become the default and the old ZServer
implementation will be deprecated. There's no concrete timeline for this yet. implementation will be deprecated. There's no concrete timeline for this yet.
NOTE: There's no setup documentation nor streamlined instance creation logic .. note::
for a WSGI setup yet. You are expected to know exactly what you are doing if
you are trying to use this feature.
Due to the way logic is split out into WSGI middleware, some of the Due to the way logic is split out into WSGI middleware, some of the
`ZPublisher.pubevents` aren't emitted by the WSGI publisher. These are: `ZPublisher.pubevents` aren't emitted by the WSGI publisher. These are:
`PubSuccess`, `PubFailure`, `PubBeforeCommit` and `PubBeforeAbort`. `PubSuccess`, `PubFailure`, `PubBeforeCommit` and `PubBeforeAbort`.
Zope Toolkit Zope Toolkit
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment