Skip to content

Commit

Permalink
Prep 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
digitalresistor committed Mar 8, 2021
1 parent c159853 commit 4b6b583
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 7 deletions.
29 changes: 23 additions & 6 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,29 @@
2.0.0b1 (2020-11-29)
--------------------
2.0.0 (2021-03-07)
------------------

Friendly Reminder
~~~~~~~~~~~~~~~~~

This release still contains a variety of deprecation notices about defaults
that can be set for a variety of options.

Please note that this is your last warning, and you should update your
configuration if you do NOT want to use the new defaults.

See the arguments documentation page for all supported options, and pay
attention to the warnings:

https://docs.pylonsproject.org/projects/waitress/en/stable/arguments.html

Without further ado, here's a short list of great changes thanks to our
contributors!

Bugfixes/Features
~~~~~~~~~~~~~~~~~

- Fix a crash on startup when listening to multiple interfaces.
See https://github.com/Pylons/waitress/pull/332

2.0.0b0 (2020-11-26)
--------------------

- Waitress no longer attempts to guess at what the ``server_name`` should be for
a listen socket, instead it always use a new adjustment/argument named
``server_name``.
Expand All @@ -30,7 +47,7 @@

See https://github.com/Pylons/waitress/pull/310

- Drop Python 2.7, 3.5 support
- Drop Python 2.7 and 3.5 support

- The server now issues warning output when it there are enough open
connections (controlled by "connection_limit"), that it is no longer
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = waitress
version = 2.0.0b1
version = 2.0.0
description = Waitress WSGI server
long_description = file: README.rst, CHANGES.txt
long_description_content_type = text/x-rst
Expand Down

0 comments on commit 4b6b583

Please sign in to comment.