Skip to content
This repository has been archived by the owner on Jun 25, 2021. It is now read-only.

Releases: maidsafe/sn_routing

v0.41.5

27 Jan 15:54
Compare
Choose a tag to compare

0.41.5 (2021-01-27)

v0.41.4

26 Jan 16:09
Compare
Choose a tag to compare

0.41.4 (2021-01-26)

Features

  • log send to client error (ddeff5e)

v0.41.3

21 Jan 13:31
Compare
Choose a tag to compare

0.41.3 (2021-01-21)

v0.41.2

20 Jan 14:11
Compare
Choose a tag to compare

0.41.2 (2021-01-20)

v0.41.1

20 Jan 11:47
Compare
Choose a tag to compare

0.41.1 (2021-01-20)

Features

  • do not create connection when failed to send to client (d5eadd8)

v0.41.0

19 Jan 15:38
Compare
Choose a tag to compare

0.41.0 (2021-01-19)

⚠ BREAKING CHANGES

  • - remove `Error::BadLocation` (use the more specific `InvalidSrcLocation` / `InvalidDstLocation` instead)
    
    • rename Error::InvalidSource to Error::InvalidSrcLocation
    • rename Error::InvalidDestination to Error::InvalidDstLocation

Features

  • improve fork diagnostics (dbf9807)
  • stress test: improve output (33eac1b)
  • remove old DKG sessions (c8db72f)
  • support multiple concurrent DKGs (98fc101)

Bug Fixes

  • allow only one relocation at the time per node (0e4d05f)

  • don't fail in update_state if secret key share is missing (97d8266)

  • ignore elders update with incorrect prefix (dfc9c60)

  • ignore invalid bootstrap response (3d8cfd5)

  • stress test: ignore InvalidSource errors when sending probes (adabf82)

  • send Sync messages on split even when demoted (5f42b78)

  • remove Error::BadLocation (3391c7f)

v0.40.0

13 Jan 15:29
Compare
Choose a tag to compare

0.40.0 (2021-01-13)

⚠ BREAKING CHANGES

  • this affects the Error type which is a part of the public API.

Bug Fixes

  • trust check failure of Sync message sent to non-elders (5520c18)

  • use keys not key indices to check whether elders changed (a99a07f)

  • remove Error::UntrustedMessage (dbcf0db)

v0.39.16

13 Jan 11:36
Compare
Choose a tag to compare

0.39.16 (2021-01-13)

v0.39.15

13 Jan 08:42
Compare
Choose a tag to compare

0.39.15 (2021-01-13)

v0.39.14

12 Jan 14:15
Compare
Choose a tag to compare

0.39.14 (2021-01-12)

Features

  • add stress test example (cf25c48)

Bug Fixes

  • stress test: fix log to file and probe message destination (c933605)
  • stress test: fix sent probe messages counter (b9b7530)