Skip to content

Releases: smol-rs/polling

v3.7.3

10 Aug 19:05
v3.7.3
Compare
Choose a tag to compare
  • Update to windows-sys v0.59. (#214)

v3.7.2

15 Jun 02:56
v3.7.2
Compare
Choose a tag to compare
  • Update hermit-abi to v0.4.0. (#209)

v3.7.1

01 Jun 15:16
v3.7.1
Compare
Choose a tag to compare
  • Fix a typo in Event::is_err(). (#204)

v3.7.0

22 Apr 23:34
v3.7.0
eb9d92a
Compare
Choose a tag to compare
  • Add support for the PS Vita as a platform. (#160)

v3.6.0

24 Mar 03:42
v3.6.0
1c16a1e
Compare
Choose a tag to compare
  • 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

18 Feb 06:03
v3.5.0
4d64fdc
Compare
Choose a tag to compare
  • Use the epoll backend when RedoxOS is enabled. (#190)

v3.4.0

06 Feb 03:19
v3.4.0
ac7fbca
Compare
Choose a tag to compare
  • 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

14 Jan 17:01
v3.3.2
6125508
Compare
Choose a tag to compare
  • When AFD fails to initialize, the resulting error now references
    the underlying system error. (#174)

v3.3.1

24 Nov 16:23
v3.3.1
b57a7c3
Compare
Choose a tag to compare
  • Bump windows-sys to v0.52.0. (#169)

v3.3.0

29 Oct 01:56
v3.3.0
8087787
Compare
Choose a tag to compare
  • Automatically restarts polling when ErrorKind::Interrupted is returned, rather than relying on the user to handle it. (#164)
  • Fix bad link in documentation for Poller::wait(). (#163)