Releases: threefoldtech/rmb-rs
Releases · threefoldtech/rmb-rs
v1.3.3
What's Changed
- fix rmb calls timeout by @Nabil-Salah in #202
New Contributors
- @Nabil-Salah made their first contribution in #202
Full Changelog: v1.3.2...v1.3.3
v1.3.2
v1.3.1
implement in-mem cache with ttl for peers (#199) * implement in-mem cache with ttl for peers - The rmb peer should use an inmemory cache instead of redis - it also must have a ttl for twins - also run clippy * remove a debug test
v1.3.0
Listen to chain events and update twin on requests (#194) * Listen to chain events and update twin on requests * Add retry connections to chain * Make listener not fail on decode errors and db errors * Update twin relays * Use if let instead of match to check Err * run clippy --------- Co-authored-by: Muhamad Azamy <[email protected]>
v1.2.1
make the cache ttl configurable (#190) also increase the jwt validaity
v1.2.0
generate seed the same way as subkey (#183) Signed-off-by: Ashraf Fouda <[email protected]>
v1.1.3
rewrite for better detection of connection loss (#179) * rewrite for better detection of connection loss * crate update * make sure cancel read routine on break * run clippy * update timestamp on receiving a message
v1.1.2
fix the error message (#176)
v1.1.1
fix args
v1.1.0
update cargo.lock