Skip to content

Releases: ENQT-GmbH/remoc

v0.14.0

02 Aug 07:40
Compare
Choose a tag to compare

0.14.0 - 2024-08-02

Added

  • remote trait calling (RTC): generate ReqReceiver type for handling requests from clients as messages

v0.13.1

14 Jul 11:42
Compare
Choose a tag to compare

0.13.1 - 2024-07-14

Added

  • codec: added Postcard codec by Firaenix

0.13.0

03 Apr 19:01
Compare
Choose a tag to compare

0.13.0 - 2024-04-03

Added

  • chmux: forward channel closing

Changed

  • make forward a function of Receiver

v0.12.0

02 Apr 22:10
Compare
Choose a tag to compare

0.12.0 - 2024-04-03

Added

  • chmux: allow specification of custom id (u32) when connecting a new channel
  • chmux: recursive port data forwarding
  • rch::bin: allow forwarding of binary channel

Changed

  • chmux: protocol version is now 3; fully backward compatible, but custom id and
    forwarding requires endpoint of same or higher version

v0.11.7

22 Mar 15:52
Compare
Choose a tag to compare

0.11.7 - 2024-03-22

Added

  • remote trait calling (RTC): default method in remote traits
  • remote trait calling (RTC): allow specification of supertraits in remote traits

v0.11.6

13 Mar 21:56
Compare
Choose a tag to compare

0.11.6 - 2024-03-13

Added

  • broadcast channel: method on sender to subscribe with specific maximum item size
  • remote channels: convenience methods for setting maximum item size on
    (sender, receiver)-tuple

v0.11.5

13 Mar 20:41
Compare
Choose a tag to compare

0.11.5 - 2024-03-13

Added

  • watch channel: check() method on sender to check that no item-specific send errors
    have occurred
  • allow querying whether error is due to item being sent on all send error types

v0.11.4

13 Mar 19:36
Compare
Choose a tag to compare

0.11.4 - 2024-03-13

Changed

  • watch channel: fail sender if send error is caused by item being sent; this results
    in subsequent send calls to fail, making the error visible to the caller
  • docs: clarify that mpsc and watch channel error reporting may be delayed

v0.11.3

08 Nov 19:02
Compare
Choose a tag to compare

0.11.3 - 2023-11-08

Fixed

  • build with no enabled features

v0.11.2

08 Nov 11:36
Compare
Choose a tag to compare

0.11.2 - 2023-11-08

Fixed

  • re-export serde for remoc_macro