Skip to content

Releases: smol-rs/blocking

v1.6.1

26 May 01:47
v1.6.1
95570c0
Compare
Choose a tag to compare
  • Remove our dependency on the async-lock crate. (#59)

v1.6.0

27 Apr 23:05
v1.6.0
1a20703
Compare
Choose a tag to compare
  • Panics that occur in unblocked functions are now propagated to the calling
    function. (#58)
  • Add a new optional tracing feature. When enabled, this feature adds logging
    to the implementation. By default it is disabled. (#60)
  • Remove the unused fastrand dependency. (#61)

v1.5.1

13 Nov 00:39
v1.5.1
73d76a9
Compare
Choose a tag to compare
  • Fix compilation on WebAssembly targets (#54).

v1.5.0

06 Nov 01:26
v1.5.0
81ec3dd
Compare
Choose a tag to compare
  • Bump MSRV to 1.61. (#50)

v1.4.1

08 Oct 04:17
3780197
Compare
Choose a tag to compare
  • Change the error_span in grow_pool into trace_span. (#45)

v1.4.0

25 Sep 17:41
c3b5e01
Compare
Choose a tag to compare
  • Bump MSRV to 1.59. (#44)
  • Remove the unused memchr dependency. (#38)
  • Extract read/write pipes into the piper crate, which this crate now uses. (#37)
  • Mark as forbid(unsafe_code) (#37).
  • Set up logging using tracing. (#40)

v1.3.1

07 Apr 17:36
12e4b30
Compare
Choose a tag to compare
  • Gracefully handle the inability to spawn threads. (#31)

v1.3.0

26 Nov 08:28
Compare
Choose a tag to compare
  • Remove the dependency on the once_cell crate to restore the MSRV. (#30)

v1.2.0

12 Mar 15:26
Compare
Choose a tag to compare
  • Return Task from unblock instead of returning opaque type. (#25)