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

uvloop 0.21.0 #633

Merged
merged 2 commits into from
Oct 14, 2024
Merged

uvloop 0.21.0 #633

merged 2 commits into from
Oct 14, 2024

Commits on Oct 14, 2024

  1. 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 4083a94 for #550)
    
    * UDP errors should result in protocol.error_received (#601)
      (by @jensbjorgensen in 3c3bbef)
    
    * Updates for Cython3 (#587)
      (by @alan-brooks in 3fba9fa for #587)
    
    * Test with Python 3.13 (#610)
      (by @edgarrmondragon in fb5a139)
    fantix committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    40e8a34 View commit details
    Browse the repository at this point in the history
  2. bump cibuildwheel version

    fantix committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    2e8feae View commit details
    Browse the repository at this point in the history