1. XenForo 1.5.14 中文版——支持中文搜索!现已发布!查看详情
  2. Xenforo 爱好者讨论群:215909318 XenForo专区

新闻 gunicorn 19.5.0 发布,Python 的 HTTP 服务器 下载

本帖由 漂亮的石头2016-05-12 发布。版面名称:软件资讯

  1. 漂亮的石头

    漂亮的石头 版主 管理成员

    注册:
    2012-02-10
    帖子:
    487,660
    赞:
    47
    gunicorn 19.5.0 发布了。更新如下:

    Core


    • fix: Ensure response to HEAD request won't have message body


    • fix: lock domain socket and remove on last arbiter exit (#1220)


    • improvement: use EnvironmentError instead of socket.error (#939)


    • add: new $FORWARDDED_ALLOW_IPS environment variable (#1205)


    • fix: infinite recursion when destroying sockets (#1219)


    • fix: close sockets on shutdown (#922)


    • fix: clean up sys.exc_info calls to drop circular refs (#1228)


    • fix: do post_worker_init after load_wsgi (#1248)

    Workers


    • fix access logging in gaiohttp worker (#1193)


    • eventlet: handle QUIT in a new coroutine (#1217)


    • gevent: remove obsolete exception clauses in run (#1218)


    • tornado: fix extra "Server" response header (#1246)


    • fix: unblock the wait loop under python 3.5 in sync worker (#1256)

    Logging


    • fix: log message for listener reloading (#1181)


    • Let logging module handle traceback printing (#1201)


    • improvement: Allow configuring logger_class with statsd_host (#1188)


    • fix: traceback formatting (#1235)


    • fix: print error logs on stderr and access logs on stdout (#1184)

    Documentation


    • Simplify installation instructions in gunicorn.org (#1072)


    • Fix URL and default worker type in example_config (#1209)


    • update django doc url to 1.8 lts (#1213)


    • fix: miscellaneous wording corrections (#1216)


    • Add PSF License Agreement of selectors.py to NOTICE :)issue: #1226)


    • document LOGGING overriding (#1051)


    • put a note that error logs are only errors from Gunicorn (#1124)


    • add a note about the requirements of the threads workers under python 2.x (#1200)


    • add access_log_format to config example (#1251)

    Tests


    • Use more pytest.raises() in test_http.py

    下载地址:

    gunicorn 19.5.0 发布,Python 的 HTTP 服务器下载地址
     
正在加载...