Update dependency gunicorn to v19.10.0 #5
Reference in New Issue
Block a user
Delete Branch "renovate/gunicorn-19.x"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the following updates:
==19.6→==19.10.0Release Notes
benoitc/gunicorn (gunicorn)
v19.10.0Compare Source
v19.9.0Compare Source
(#1668, #1773)
REMOTE_ADDRon versions of Python 3 affected byPython Issue 30205 <https://bugs.python.org/issue30205>_(#1755, #1796)
AttributeErrorwhen--reloadis not passedin case of a :exc:
SyntaxErrorraised from the WSGI application.(#1805, #1806)
gunicorn.workers.asyncwas renamed togunicorn.workers.base_asyncsinceasyncis now a reserved wordin Python 3.7.
(#1527)
v19.8.1Compare Source
v19.8.0Compare Source
--reload-extra-file(#1527)
--logging-config-dict(#1087, #1110, #1602)
--configflag in theGUNICORN_CMD_ARGSenvironmentvariable (#1576, #1581)
SO_REUSEPORTby default and add the--reuse-portsetting(#1553, #1603, #1669)
inotifyon MacOS no longer breaks the reloader(#1540, #1541)
TypeErrorwhenSO_REUSEPORTis not available(#1501, #1491)
(#1577, #1578)
--umask=0correctly (#1622, #1632)(#1349, #1481)
/in request path (#1512, #1511)(#1683, #1684)
USR1signal to a new greenlet under gevent(#1645, #1651)
connection under Python 2 (#1698, #1699)
USR1signal usinghandler._opentosupport subclasses of
FileHandler(#1739, #1742)gaiohttpworker is deprecated, see theworker-classdocumentation for more information(#1338, #1418, #1569)
v19.7.1Compare Source
== 19.7.1 ==
v19.7.0Compare Source
== 19.7.0 ==
gunicorn_djangocommand has been removed.Use the command-line interface instead.
django_settingssetting has been removed.Use the raw-env setting instead.
ssl.PROTOCOL_TLSv1tossl.PROTOCOL_SSLv23.child_exitcallback (#1394)Breaking Change
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate.