MagicStack/uvloop (uvloop)
### [`v0.21.0`](https://redirect.github.com/MagicStack/uvloop/releases/tag/v0.21.0)
[Compare Source](https://redirect.github.com/MagicStack/uvloop/compare/v0.20.0...v0.21.0)
# Changes
- Add cleanup_socket param on create_unix_server()
([#623](https://redirect.github.com/MagicStack/uvloop/issues/623)) (by [@fantix](https://redirect.github.com/fantix) in [`d6114d2`](https://redirect.github.com/MagicStack/uvloop/commit/d6114d2))
# Fixes
- Use cythonized SO_REUSEPORT rather than the unwrapped native one. ([#609](https://redirect.github.com/MagicStack/uvloop/issues/609))
(by [@ptribble](https://redirect.github.com/ptribble) in [`4083a94`](https://redirect.github.com/MagicStack/uvloop/commit/4083a94e) for [#550](https://redirect.github.com/MagicStack/uvloop/issues/550))
- UDP errors should result in protocol.error_received ([#601](https://redirect.github.com/MagicStack/uvloop/issues/601))
(by [@jensbjorgensen](https://redirect.github.com/jensbjorgensen) in [`3c3bbef`](https://redirect.github.com/MagicStack/uvloop/commit/3c3bbeff))
- Updates for Cython3 ([#587](https://redirect.github.com/MagicStack/uvloop/issues/587))
(by [@alan-brooks](https://redirect.github.com/alan-brooks) in [`3fba9fa`](https://redirect.github.com/MagicStack/uvloop/commit/3fba9fab) for [#587](https://redirect.github.com/MagicStack/uvloop/issues/587))
- Test with Python 3.13 ([#610](https://redirect.github.com/MagicStack/uvloop/issues/610))
(by [@edgarrmondragon](https://redirect.github.com/edgarrmondragon) in [`fb5a139`](https://redirect.github.com/MagicStack/uvloop/commit/fb5a139))
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
[ ] If you want to rebase/retry this PR, check this box
This PR contains the following updates:
==0.20.0
->==0.21.0
Release Notes
MagicStack/uvloop (uvloop)
### [`v0.21.0`](https://redirect.github.com/MagicStack/uvloop/releases/tag/v0.21.0) [Compare Source](https://redirect.github.com/MagicStack/uvloop/compare/v0.20.0...v0.21.0) # Changes - Add cleanup_socket param on create_unix_server() ([#623](https://redirect.github.com/MagicStack/uvloop/issues/623)) (by [@fantix](https://redirect.github.com/fantix) in [`d6114d2`](https://redirect.github.com/MagicStack/uvloop/commit/d6114d2)) # Fixes - Use cythonized SO_REUSEPORT rather than the unwrapped native one. ([#609](https://redirect.github.com/MagicStack/uvloop/issues/609)) (by [@ptribble](https://redirect.github.com/ptribble) in [`4083a94`](https://redirect.github.com/MagicStack/uvloop/commit/4083a94e) for [#550](https://redirect.github.com/MagicStack/uvloop/issues/550)) - UDP errors should result in protocol.error_received ([#601](https://redirect.github.com/MagicStack/uvloop/issues/601)) (by [@jensbjorgensen](https://redirect.github.com/jensbjorgensen) in [`3c3bbef`](https://redirect.github.com/MagicStack/uvloop/commit/3c3bbeff)) - Updates for Cython3 ([#587](https://redirect.github.com/MagicStack/uvloop/issues/587)) (by [@alan-brooks](https://redirect.github.com/alan-brooks) in [`3fba9fa`](https://redirect.github.com/MagicStack/uvloop/commit/3fba9fab) for [#587](https://redirect.github.com/MagicStack/uvloop/issues/587)) - Test with Python 3.13 ([#610](https://redirect.github.com/MagicStack/uvloop/issues/610)) (by [@edgarrmondragon](https://redirect.github.com/edgarrmondragon) in [`fb5a139`](https://redirect.github.com/MagicStack/uvloop/commit/fb5a139))Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.