uvloop 0.21.0

Changes
=======

* Add cleanup_socket param on create_unix_server() (#623)
  (by @fantix in d6114d2)

Fixes
=====

* Use cythonized SO_REUSEPORT rather than the unwrapped native one. (#609)
  (by @ptribble in 4083a94e for #550)

* UDP errors should result in protocol.error_received (#601)
  (by @jensbjorgensen in 3c3bbeff)

* Updates for Cython3 (#587)
  (by @alan-brooks in 3fba9fab for #587)

* Test with Python 3.13 (#610)
  (by @edgarrmondragon in fb5a139)
This commit is contained in:
Fantix King 2024-10-14 16:02:05 -04:00
parent 79d5dcdb07
commit 40e8a34c8b
No known key found for this signature in database
GPG Key ID: 95304B04071CCDB4
1 changed files with 1 additions and 1 deletions

View File

@ -10,4 +10,4 @@
# supported platforms, publish the packages on PyPI, merge the PR
# to the target branch, create a Git tag pointing to the commit.
__version__ = '0.21.0beta1'
__version__ = '0.21.0'