This repository has been archived by the owner on Jun 25, 2021. It is now read-only.
Releases: maidsafe/sn_routing
Releases · maidsafe/sn_routing
v0.41.5
v0.41.4
v0.41.3
v0.41.2
v0.41.1
v0.41.0
0.41.0 (2021-01-19)
⚠ BREAKING CHANGES
-
- remove `Error::BadLocation` (use the more specific `InvalidSrcLocation` / `InvalidDstLocation` instead)
- rename
Error::InvalidSource
toError::InvalidSrcLocation
- rename
Error::InvalidDestination
toError::InvalidDstLocation
- rename
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)