Skip to content

Releases: smol-rs/polling

v3.11.0

14 Sep 14:01

Choose a tag to compare

  • Bump MSRV to 1.71. (#251)
  • Update to windows-sys v0.61. (#251)

v3.10.0

03 Aug 21:38
v3.10.0

Choose a tag to compare

  • Add wait_deadline function. (#226)

v3.9.0

19 Jul 13:32

Choose a tag to compare

  • Add a new optional tracing feature. When enabled, this feature adds logging
    to the implementation. By default it is disabled. (#238)
  • Update to windows-sys v0.60. (#239)

v3.8.0

25 May 16:40
eb0159a

Choose a tag to compare

  • Implement AsRawFd and AsFd for Poller on Redox OS. (#235)
  • Update hermit-abi to v0.5.0. (#229)
  • Update rustix to 1.0 (#230). This also fixed a bug in wait which (contradicting docs) cleared the events vector instead of appending to it.
  • Add support for QNX. (#201)

v3.7.4

07 Nov 15:27
v3.7.4

Choose a tag to compare

  • Add support for visionOS. (#217)
  • Fix typos in documentation. (#216)

v3.7.3

10 Aug 19:05
v3.7.3

Choose a tag to compare

  • Update to windows-sys v0.59. (#214)

v3.7.2

15 Jun 02:56
v3.7.2

Choose a tag to compare

  • Update hermit-abi to v0.4.0. (#209)

v3.7.1

01 Jun 15:16
v3.7.1

Choose a tag to compare

  • Fix a typo in Event::is_err(). (#204)

v3.7.0

22 Apr 23:34
v3.7.0
eb9d92a

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

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)