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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update waitress to 1.0.0 #71

Merged
merged 1 commit into from Sep 1, 2016
Merged

Conversation

pyup-bot
Copy link
Collaborator

@pyup-bot pyup-bot commented Sep 1, 2016

There's a new version of waitress available.
You are currently using 0.9.0. I have updated it to 1.0.0

Changelog

1.0.0


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

Got merge conflicts? Close this PR and delete the branch. I'll create a new PR for you.

Happy merging! 馃

@pbugni pbugni merged commit a3e5a01 into develop Sep 1, 2016
@ivan-c ivan-c deleted the pyup-update-waitress-0.9.0-to-1.0.0 branch September 6, 2016 16:17
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.

None yet

2 participants