Skip to content

Bump gunicorn from 19.9.0 to 20.1.0#132

Merged
1 commit merged intodevelopfrom
dependabot/pip/gunicorn-20.1.0
Jun 13, 2022
Merged

Bump gunicorn from 19.9.0 to 20.1.0#132
1 commit merged intodevelopfrom
dependabot/pip/gunicorn-20.1.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 26, 2022

Bumps gunicorn from 19.9.0 to 20.1.0.

Release notes

Sourced from gunicorn's releases.

20.1.0

  • document WEB_CONCURRENCY is set by, at least, Heroku
  • capture peername from accept: Avoid calls to getpeername by capturing the peer name returned by accept
  • log a warning when a worker was terminated due to a signal
  • fix tornado usage with latest versions of Django
  • add support for python -m gunicorn
  • fix systemd socket activation example
  • allows to set wsgi application in configg file using wsgi_app
  • document --timeout = 0
  • always close a connection when the number of requests exceeds the max requests
  • Disable keepalive during graceful shutdown
  • kill tasks in the gthread workers during upgrade
  • fix latency in gevent worker when accepting new requests
  • fix file watcher: handle errors when new worker reboot and ensure the list of files is kept
  • document the default name and path of the configuration file
  • document how variable impact configuration
  • document the $PORT environment variable
  • added milliseconds option to request_time in access_log
  • added PIP requirements to be used for example
  • remove version from the Server header
  • fix sendfile: use socket.sendfile instead of os.sendfile
  • reloader: use absolute path to prevent empty to prevent0 InotifyError when a file is added to the working directory
  • Add --print-config option to print the resolved settings at startup.
  • remove the --log-dict-config CLI flag because it never had a working format (the logconfig_dict setting in configuration files continues to work)

** Breaking changes **

  • minimum version is Python 3.5
  • remove version from the Server header

** Documentation **

** Others **

  • miscellaneous changes in the code base to be a better citizen with Python 3
  • remove dead code
  • fix documentation generation

20.0.4

  • fix binding a socket using the file descriptor
  • remove support for the bdist_rpm build

20.0.3

  • fixed load of a config file without a Python extension

... (truncated)

Commits
  • 61ccfd6 bump to 20.1.0
  • d1f0f11 fix inline code syntax in news
  • f87882e add an empty line in news.rst
  • 7a79808 update changeslog
  • 6fd97b9 Document that WEB_CONCURRENCY is set by, at least, Heroku
  • dad99a1 Update gunicorn_ext.py
  • 3273492 Improve settings documentation
  • 86eac4c Merge pull request #2479 from benoitc/capture-peer-name
  • 03c642e Merge pull request #2480 from kofrezo/update_docs_install
  • a4407ab Default to Python 3 version of gunicorn in Stretch
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot Bot requested a review from ialarmedalien as a code owner May 26, 2022 21:00
@dependabot dependabot Bot requested a review from a user May 26, 2022 21:00
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label May 26, 2022
@ghost ghost force-pushed the dependabot/pip/gunicorn-20.1.0 branch from 83733a4 to 62fcdc1 Compare June 13, 2022 21:23
@ghost
Copy link
Copy Markdown

ghost commented Jun 13, 2022

@dependabot rebase

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Jun 13, 2022

Looks like this PR has been edited by someone other than Dependabot. That means Dependabot can't rebase it - sorry!

If you're happy for Dependabot to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

@ghost
Copy link
Copy Markdown

ghost commented Jun 13, 2022

@dependabot recreate

@dependabot dependabot Bot force-pushed the dependabot/pip/gunicorn-20.1.0 branch from 62fcdc1 to 25b2ec9 Compare June 13, 2022 21:30
@ghost
Copy link
Copy Markdown

ghost commented Jun 13, 2022

@dependabot rebase

Bumps [gunicorn](https://github.com/benoitc/gunicorn) from 19.9.0 to 20.1.0.
- [Release notes](https://github.com/benoitc/gunicorn/releases)
- [Commits](benoitc/gunicorn@19.9.0...20.1.0)

---
updated-dependencies:
- dependency-name: gunicorn
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/pip/gunicorn-20.1.0 branch from 25b2ec9 to 5b41c30 Compare June 13, 2022 21:44
@ghost ghost merged commit cecc99d into develop Jun 13, 2022
@ghost ghost deleted the dependabot/pip/gunicorn-20.1.0 branch June 13, 2022 21:52
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants