Releases: smol-rs/polling
Releases · smol-rs/polling
v3.7.4
- Add support for visionOS. (#217)
- Fix typos in documentation. (#216)
v3.7.3
- Update to
windows-sys
v0.59. (#214)
v3.7.2
- Update
hermit-abi
to v0.4.0. (#209)
v3.7.1
- Fix a typo in
Event::is_err()
. (#204)
v3.7.0
- Add support for the PS Vita as a platform. (#160)
v3.6.0
- Add an
is_err
method to Event
to tell when an error has occurred. (#189)
- Deprecate the
is_connect_failed
function. (#189)
- Add support for HermitOS to
polling
. (#194)
v3.5.0
- Use the
epoll
backend when RedoxOS is enabled. (#190)
v3.4.0
- Add the ability to identify whether socket connection has failed. (#185)
- On BSD, add the ability to wait on a process by its PID. Previously, it was
only possible to wait on a process by a Child
object. (#180)
- On ESP-IDF, annotate
eventfd
initialization failures with a message
indicating the source of those failures. (#186)
v3.3.2
- When AFD fails to initialize, the resulting error now references
the underlying system error. (#174)
v3.3.1
- Bump
windows-sys
to v0.52.0. (#169)