Skip to content

Releases: smol-rs/async-channel

v2.5.0

06 Jul 07:06
Compare
Choose a tag to compare
  • Add Sender::closed() (#102)

v2.4.0

03 Jul 12:50
c250f28
Compare
Choose a tag to compare
  • Add Sender::same_channel() and Receiver::same_channel(). (#98)
  • Add portable-atomic feature to support platforms without atomics. (#106)

v2.3.1

16 May 01:34
v2.3.1
Compare
Choose a tag to compare
  • Use the correct version of async-channel in our manifest. (#93)

v2.3.0

13 May 00:26
v2.3.0
Compare
Choose a tag to compare
  • Add force_send for sending items over the channel that displace other items. (#89)

v2.2.1

14 Apr 14:48
v2.2.1
790456a
Compare
Choose a tag to compare
  • Fix the CI badge in the crates.io page. (#84)

v2.2.0

08 Feb 16:20
170a5b6
Compare
Choose a tag to compare
  • Bump event-listener to v5.0.0. (#79)
  • Bump MSRV to 1.60. (#80)

v2.1.1

24 Nov 15:51
v2.1.1
e243d55
Compare
Choose a tag to compare
  • Bump event-listener to v4.0.0. (#73)

v2.1.0

06 Nov 01:21
v2.1.0
f87b7a1
Compare
Choose a tag to compare
  • Bump futures-lite to its latest version. (#70)

v2.0.0

25 Oct 03:19
v2.0.0
7335004
Compare
Choose a tag to compare
  • Breaking: Make Send, Recv and Receiver !Unpin. This enables more efficient event notification strategies. (#59)
  • Breaking: Add an std enabled-by-default feature that enables parts of the API that require std. (#59)
  • Add support for the wasm32 target. (#67)

v1.9.0

08 Jul 04:21
3d6cd8f
Compare
Choose a tag to compare
  • Fix a bug where WeakSender/WeakReceiver could incorrectly return Some even if the channel is already closed (#60)
  • Remove the unnecessary T: Clone bound from WeakSender/WeakReceiver's Clone implementation (#62)