Releases: ENQT-GmbH/remoc
Releases · ENQT-GmbH/remoc
v0.14.0
0.14.0 - 2024-08-02
Added
- remote trait calling (RTC): generate ReqReceiver type for handling requests from clients as messages
v0.13.1
0.13.1 - 2024-07-14
Added
- codec: added Postcard codec by Firaenix
0.13.0
0.13.0 - 2024-04-03
Added
- chmux: forward channel closing
Changed
- make forward a function of Receiver
v0.12.0
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
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
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
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
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
0.11.3 - 2023-11-08
Fixed
- build with no enabled features
v0.11.2
0.11.2 - 2023-11-08
Fixed
- re-export serde for remoc_macro