Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Z
Zope
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
Zope
Commits
003ca494
Commit
003ca494
authored
Jun 20, 2015
by
Tres Seaver
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update changelog / WHATSNEW docs to account for WSGI docs.
[ci skip]
parent
6b96bc75
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
6 deletions
+9
-6
doc/CHANGES.rst
doc/CHANGES.rst
+3
-0
doc/WHATSNEW.rst
doc/WHATSNEW.rst
+6
-6
No files found.
doc/CHANGES.rst
View file @
003ca494
...
...
@@ -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.
...
...
doc/WHATSNEW.rst
View file @
003ca494
...
...
@@ -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
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment