Skip to content

Latest commit

 

History

History
57 lines (38 loc) · 1.14 KB

changelog.md

File metadata and controls

57 lines (38 loc) · 1.14 KB

Changelog

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Fixed

  • Replaced broken doc links

0.0.95 - 2024-10-03

Added

  • Slab-based combinators
    • multicast::bufferless_slab
    • deal::slab
    • route::slab
  • CloseAll<R,_>: From<R>

Changed

  • require Ord for Key
  • #[must_use] on many things
  • moved route::Router* to route::keyed
  • moved deal::Dealer* to deal::keyed

Deprecated

  • deal
    • ::Dealer
    • ::DealerExtending
    • ::DealerExt
  • route
    • ::Router
    • ::RouterExtending
    • ::RouterExt

Fixed

  • Restricted ConcurrentExt to apply to FusedStream only

0.0.94 - 2024-07-16

Changed

  • Unroute has been moved to ruchei-route

0.0.93 - 2024-07-09

(baseline)