chore(deps): update dependency gunicorn to v21
Compare changes
+ 1
− 1
whitenoise==6.5.0
whitenoise==6.5.0
\ No newline at end of file
\ No newline at end of file
This MR contains the following updates:
Package | Change | Age | Adoption | Passing | Confidence |
---|---|---|---|---|---|
gunicorn (source) |
==20.1.0 -> ==21.2.0
|
v21.2.0
: Gunicorn 21.2.0 has been releasedGunicorn 21.2.0 has been released. This version fix the issue introduced in the threaded worker.
Changes:
21.2.0 - 2023-07-19
===================
fix thread worker: revert change considering connection as idle .
*** NOTE ***
This is fixing the bad file description error.
v21.1.0
: Gunicorn 21.1.0 has been releasedgunicorn 21.1.0 has been released. This version fix the issue introduced in the threaded worker.
v21.0.1
: Gunicorn 21 has been releasedGunicorn 21 is out with miscellaneous changes. Enjoy!
We made this release major to start our new release cycle. More info will be provided on our discussion forum.
fix documentation build
support python 3.11 fix gevent and eventlet workers fix threads support (gththread): improve performance and unblock requests SSL: noaw use SSLContext object HTTP parser: miscellaneous fixes remove unecessary setuid calls fix testing improve logging miscellaneous fixes to core engine
Full Changelog: https://github.com/benoitc/gunicorn/compare/21.0.0...21.0.1
v21.0.0