Changelog of @hackage/broadcast-chan-conduit 0.3.0

0.3.0 [2025.03.16]

  • Add missing reexports of readBChan, writeBChan, and BChanError to BroadcastChan.Conduit and BroadcastChan.Conduit.Throw.
  • Add reexports for the new tryReadBChan in BroadcastChan.Conduit and BroadcastChan.Conduit.Throw.
  • Turned into a trivial re-export of broadcast-chan:conduit.
  • broadcast-chan-conduit is deprecated in favour of broadcast-chan:conduit (sub-library of the broadcast-chan package).

0.2.1.2 [2022.08.24]

  • Revision updating bounds for GHC 9.4.

0.2.1.2 [2021.12.01]

  • Updated bounds for GHC 9.0 and 9.2.
  • Tighten bound on broadcast-chan to only use version with fixed race condition.

0.2.1.1 [2020.03.05]

  • Updated imports to support unliftio-core 0.2.x

0.2.1 [2019.11.17]

  • Fix resource management bug resulting from using MonadUnliftIO to run MonadResource code in multiple threads. This version properly increments resource count for every thread.

0.2.0.2 [2019.03.30]

  • Update bounds for GHC 8.6

0.2.0.1 [2018.09.24]

  • Ditch GHC 7.6.3 support.

0.2.0 [2018.09.20]

  • Initial release.