Skip to content

v0.6.0

Compare
Choose a tag to compare
@austinjones austinjones released this 19 Jan 00:39
· 1 commit to master since this release
319aab6

This release contains support for postage channels, as well as several breaking changes.

Changes:

  • Add support for postage channels.
  • Remove the barrier and subscription channel implementations. See the readme for migration docs.
  • Remove the LifelineSender and LifelineReceiver wrappers, so that channel endpoints which implement Sink or Stream can be used when retrieved from the bus.
  • In the prelude, remove the export of Sender and Receiver. This allows the use of the prelude in programs that import Sink or Stream from postage, tokio-stream, or the upcoming std Stream.
  • Update to async-std v1.9

Upgrading: