Bumped version and changelog for v4.2 release. (#556)

This commit is contained in:
Carlton Gibson 2025-05-16 16:44:28 +02:00 committed by GitHub
parent 7cb7253150
commit ce3e7f6156
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 20 additions and 5 deletions

View File

@ -1,13 +1,28 @@
4.2.0 (to be released)
4.2.0 (2025-05-16)
------------------
Daphne 4.2 is a maintenance release in the 4.x series.
* Added support for Python 3.13.
* Drop support for EOL Python 3.8.
* Dropped support for EOL Python 3.8.
* Removed unused pytest-runner
* Updated pyupgrade configuration to target Python 3.9.
* Fixed sdist file to ensure it includes all tests
* Added a `load_asgi_app` hook to CLI class, useful for compiled or frozen
applications.
* Allowed assigning a port in the DaphneProcess test helper, useful for live
server test cases, such as that provided by Channels.
* Added --nostatic and --insecure args to runserver command to match Django's
built-in command.
* Moved metadata to use pyproject.toml.
* Updated sdist file to include tests and changelog.
* Removed unused pytest-runner.
4.1.2 (2024-04-11)
------------------

View File

@ -1,6 +1,6 @@
import sys
__version__ = "4.1.3"
__version__ = "4.2.0"
# Windows on Python 3.8+ uses ProactorEventLoop, which is not compatible with