Skip to content

Releases: threefoldtech/rmb-rs

v1.3.3

11 Dec 14:13
0ef17e7
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.3.2...v1.3.3

v1.3.2

29 Oct 16:09
v1.3.2
Compare
Choose a tag to compare

v1.3.1

05 Jun 09:45
241c5c5
Compare
Choose a tag to compare
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

05 Apr 09:34
610d871
Compare
Choose a tag to compare
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

07 Feb 14:07
f35d685
Compare
Choose a tag to compare
make the cache ttl configurable (#190)

also increase the jwt validaity

v1.2.0

19 Dec 12:56
d869bec
Compare
Choose a tag to compare
generate seed the same way as subkey (#183)

Signed-off-by: Ashraf Fouda <[email protected]>

v1.1.3

12 Dec 15:36
15b8be8
Compare
Choose a tag to compare
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

20 Nov 10:05
22735e5
Compare
Choose a tag to compare
fix the error message (#176)

v1.1.1

26 Sep 11:24
a1c8191
Compare
Choose a tag to compare
fix args

v1.1.0

26 Sep 09:44
f986c31
Compare
Choose a tag to compare
update cargo.lock