Skip to content

Releases: threefoldtech/rmb-rs

v1.0.1

22 Feb 09:08
4ba4636
Compare
Choose a tag to compare
add number of bytes to the metrics

v1.0.1-rc6

21 Feb 10:37
78583c2
Compare
Choose a tag to compare
make sure to send back encryption errors (#120)

v1.0.1-rc5

20 Feb 10:20
ecaa38d
Compare
Choose a tag to compare
Secret key should only use the x coordinate of a point

v1.0.1-rc4

16 Feb 15:21
081db67
Compare
Choose a tag to compare
Fix metrics names

v1.0.1-rc3

16 Feb 14:01
fffb8cb
Compare
Choose a tag to compare
Rate limiter (#117)

* rework rate limiter

* implements feeding for fixed window limiter

* use arc for options

Since options will be shared between possibly thousands of object
so may be better to just put it in arc

* updates feeding && adds unit tests

* removes writer locking && adds stream.send_error()

* send_err should not fail

* Dispatch

* adds RateLimiter trait

* Improve performance of no-limit

---------

Co-authored-by: Muhamad Azamy <[email protected]>

v1.0.1-rc2

08 Feb 12:34
bb53afe
Compare
Choose a tag to compare
e2e prepration (#112)

* WIP: build key sharing and encryption

* changing the envelope types

This change is needed to support encryption
of payload without having to do know the type of the
message

* fix CI

* seems order matters

* update test

* use const for nonce size

v1.0.1-rc1

03 Feb 13:22
7dbdf48
Compare
Choose a tag to compare
Twin relay (#110)

* wip: updating twin relay and pk

* use latest client version

v1.0.0

01 Feb 09:26
3f4766e
Compare
Choose a tag to compare
track pong timeouts (#108)

To avoid stall connection we already send pings every 20 seconds
we can then be sure to receive at least 1 message every 20 seconds
hence, we can calculate the dealy of the messages and if it's more
than twice the ping interval, we can assume connection is stalling

v1.0.0-rc9

23 Jan 14:00
e2d443f
Compare
Choose a tag to compare
v1.0.0-rc9 Pre-release
Pre-release
Federation (#107)

* fix exp validation and test

* WIP: clean up preparing for federation

* add federation infomration

Also implement an entrypoint for message
federation

* Reconnecting

* Increase twin cache time

v1.0.0-rc8

20 Jan 11:43
ce2c3ec
Compare
Choose a tag to compare
v1.0.0-rc8 Pre-release
Pre-release
fix exp validation and test