Skip to content

Commit

Permalink
Update changelog / WHATSNEW docs to account for WSGI docs.
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
tseaver committed Jun 20, 2015
1 parent 6b96bc7 commit 003ca49
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
3 changes: 3 additions & 0 deletions doc/CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ http://docs.zope.org/zope2/
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
request boundaries (analogous to ZPublisher). Backport from master.

Expand Down
12 changes: 6 additions & 6 deletions doc/WHATSNEW.rst
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,8 @@ More information can be found in the detailed
WSGI
----

See :doc:`WSGI`.

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
and obsoletes the externally managed project. With WSGI Zope 2 can natively talk
Expand All @@ -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
implementation will be deprecated. There's no concrete timeline for this yet.

NOTE: There's no setup documentation nor streamlined instance creation logic
for a WSGI setup yet. You are expected to know exactly what you are doing if
you are trying to use this feature.
.. note::

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:
`PubSuccess`, `PubFailure`, `PubBeforeCommit` and `PubBeforeAbort`.
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:
`PubSuccess`, `PubFailure`, `PubBeforeCommit` and `PubBeforeAbort`.


Zope Toolkit
Expand Down

0 comments on commit 003ca49

Please sign in to comment.