Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changelog waitress version 1.0.0 #896

Merged
merged 2 commits into from
Oct 18, 2016

Conversation

pyup-vuln-bot
Copy link
Collaborator

Keywords: security


Bugfixes


- Removed `AI_ADDRCONFIG` from the call to `getaddrinfo`, this resolves an
  issue whereby `getaddrinfo` wouldn't return any addresses to `bind` to on
  hosts where there is no internet connection but localhost is requested to be
  bound to. See https://github.com/Pylons/waitress/issues/131 for more
  information.

Deprecations
  • Python 2.6 is no longer supported.

Features


- IPv6 support

- Waitress is now able to listen on multiple sockets, including IPv4 and IPv6.
  Instead of passing in a host/port combination you now provide waitress with a
  space delineated list, and it will create as many sockets as required.

  .. code-block:: python

  from waitress import serve
  serve(wsgiapp, listen='0.0.0.0:8080 [::]:9090 *:6543')

Security

@pyup-vuln-bot pyup-vuln-bot merged commit e87593b into master Oct 18, 2016
@pyup-vuln-bot pyup-vuln-bot deleted the changelog-waitress-version-1.0.0 branch October 18, 2016 14:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant