Releases: MagicStack/uvloop
Releases · MagicStack/uvloop
v0.4.22
- sock_sendall & sock_recv are 40-50% faster now;
- use libuv.uv_try_write function for streams
instead of socket.h/send.
v0.4.21
- Fix the last compile warning
v0.4.19
- Fix `setup.py test` to work when a system version of
libuv is used.
v0.4.18
- Enable setup.py to run tests
v0.4.17
- Support libuv < v0.1.9
- Micro optimizations in transport write methods
v0.4.16
- Documentation;
- '--use-system-libuv' flag added to setup.py build_ext.
v0.4.15
- Fix exceptions to be raised instead of being logged in
some cases (to be consistent with asyncio);
- loop.create_server now fails if it can't bind to the
address.
v0.4.14
- add_signal_handler will raise a similar error if the user
tries to add a handler for SIGKILL;
- few small fixes.
v0.4.13
- Added support for reuse_port param for loop.create_server
and create_datagram_endpoint.
- Use 'idna' encoding for getaddrinfo to support unicode
host names.