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.43.3

18 Feb 15:25
Compare
Choose a tag to compare

0.43.3 (2021-02-18)

v0.43.2

16 Feb 16:06
Compare
Choose a tag to compare

0.43.2 (2021-02-16)

Features

  • having EldersInfo change candidate considered as DKG in progress (6137123)
  • notify client of incorrect section_key (c54f034)
  • updates for section key response changes (71f89d8)

v0.43.1

15 Feb 15:18
Compare
Choose a tag to compare

0.43.1 (2021-02-15)

Bug Fixes

  • remove offline elder from vote recipients (3bcea21)

v0.43.0

15 Feb 12:51
Compare
Choose a tag to compare

0.43.0 (2021-02-15)

⚠ BREAKING CHANGES

  • this changes the return type of State::new

Bug Fixes

  • comm: dont hold on to messages sent on a channel that is unused (92856cd)

  • fix clippy errors with version 1.50.0 of rust (b6b385a)

v0.42.4

09 Feb 08:48
Compare
Choose a tag to compare

0.42.4 (2021-02-09)

v0.42.3

08 Feb 12:10
Compare
Choose a tag to compare

0.42.3 (2021-02-08)

v0.42.2

04 Feb 14:43
Compare
Choose a tag to compare

0.42.2 (2021-02-04)

Bug Fixes

  • redirect to our elders on mismatching GetSectionRequest as adult (22c4745)

v0.42.1

04 Feb 13:34
Compare
Choose a tag to compare

0.42.1 (2021-02-04)

v0.42.0

04 Feb 09:00
Compare
Choose a tag to compare

0.42.0 (2021-02-04)

⚠ BREAKING CHANGES

  • remove unused Error::NodeMessaging variant

Features

  • add Envelope and InfrastructureQuery (e0b999f)
  • make use of sn_messaging crate for messaging serialisation/deserialisation (cbc4802)
  • modify bootstrap to use infrastructure queries (9fb438f)
  • remove unused Error::NodeMessaging variant (0b70c28)

Bug Fixes

  • send messages with correct MessageKind byte (6756b43)

v0.41.6

01 Feb 11:14
Compare
Choose a tag to compare

0.41.6 (2021-02-01)

Features

  • keycache: adds a key cache and removes exposure of secret key (b312446)

Bug Fixes

  • clippy: remove clone (undetected in local clippy check) (da6cbc7)