Skip to content

Commit

Permalink
document 20.0.1 change
Browse files Browse the repository at this point in the history
  • Loading branch information
benoitc committed Nov 23, 2019
1 parent ef7d108 commit e3659e8
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/site/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<div class="logo-div">
<div class="latest">
Latest version: <strong><a
href="https://docs.gunicorn.org/en/stable/">20.0.0</a></strong>
href="https://docs.gunicorn.org/en/stable/">20.0.1</a></strong>
</div>

<div class="logo"><img src="images/logo.jpg" ></div>
Expand Down
19 changes: 19 additions & 0 deletions docs/source/news.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,25 @@
Changelog
=========

20.0.1 / 2019/11/23
=================

- fixed the way the config module is loaded. `__file__` is now available
- fixed `wsgi.input_terminated`. It is always true.
- use the highest protocol version of openssl by default
- only support Python >= 3.5
- added `__repr__` method to `Config` instance
- fixed support of AIX platform and musl libc in `socketfromfd.fromfd` function
- fixed support of applications loaded from a factory function
- fixed chunked encoding support to prevent any `request smuggling <https://portswigger.net/research/http-desync-attacks-request-smuggling-reborn>`_
- Capture os.sendfile before patching in gevent and eventlet workers.
fix `RecursionError`.
- removed locking in reloader when adding new files
- load the WSGI application before the loader to pick up all files

.. note:: this release add official support for applications loaded from a factory function
as documented in Flask and other places.


19.9.10 / 2019/11/23
====================
Expand Down

0 comments on commit e3659e8

Please sign in to comment.