Skip to content

Releases: ENQT-GmbH/remoc

v0.9.12

24 Feb 16:21
Compare
Choose a tag to compare

Fixed

  • export rch::watch::ChangedError

v0.9.11

24 Feb 16:21
Compare
Choose a tag to compare

Added

  • conversions between remote channel receive errors
  • error message when trying to use lifetimes or function generics in a remote trait

v0.9.10

24 Feb 16:22
Compare
Choose a tag to compare

Added

  • Cbor codec using ciborium, contributed by baptiste0928

Deprecated

  • legacy Cbor codec using serde_cbors or function generics in a remote trait

v0.9.9

24 Feb 16:22
Compare
Choose a tag to compare

Added

  • rch::mpsc::Receiver implements the Stream trait
  • ReceiverStream for rch::broadcast::Receiver and rch::watch::Receiver
  • rch::watch::Sender::send_replaceg serde_cbors or function generics in a remote trait

v0.9.8

24 Feb 16:22
Compare
Choose a tag to compare

Added

  • rch::SendErrorExt and rch::SendResultExt for quick querying if a send error
    was due to disconnection

v0.9.7

24 Feb 16:22
Compare
Choose a tag to compare

Added

  • rch::mpsc::Receiver::try_recv, error and take_error
  • rch::mpsc::Sender::closed_reason
  • full-codecs crate feature to activate all codecs

Changed

  • An mpsc channel receiver will hold back a receive error due to connection failure
    if other senders are still active. The error will be returned after all other
    senders have been disconnected.
  • Fixes premature drop of RwLock owners.

v0.9.6

24 Feb 16:22
Compare
Choose a tag to compare

Added

  • add rtc::Client to prelude

v0.9.5

24 Feb 16:22
Compare
Choose a tag to compare

Added

  • rtc::Client trait implemented by all generated clients. This allows to
    receive notifications when the server has been dropped or disconnected.
  • configuration options for transport queue lengths

Changed

  • fix mpsc channel close notifications not being delivered sometimes

v0.9.4: Fix build when no default codec is set.

24 Feb 16:23
Compare
Choose a tag to compare

Changed

  • fix build when no default codec is set

v0.9.3

24 Feb 16:23
Compare
Choose a tag to compare

Changed

  • fix premature chmux termination with outstanding remote port requests
  • fix build with Rust 1.51