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

31 Mar 12:14
Compare
Choose a tag to compare

0.56.0 (2021-03-31)

⚠ BREAKING CHANGES

  • Events removed and event members changed.

Bug Fixes

  • restore EldersChange to a previous version (0a85b87)

v0.55.0

31 Mar 11:18
Compare
Choose a tag to compare

0.55.0 (2021-03-31)

⚠ BREAKING CHANGES

  • The proof_chain field of Event::MessageReceived is now Option.

Bug Fixes

  • adults not able to send non-aggregated messages (9248cd0)

v0.54.4

31 Mar 09:53
Compare
Choose a tag to compare

0.54.4 (2021-03-31)

Bug Fixes

  • remove potential panic in SignedRelocateDetails (23d0936)

v0.54.3

31 Mar 06:49
Compare
Choose a tag to compare

0.54.3 (2021-03-31)

Bug Fixes

  • bounce untrusted messages directly to the original sender (1bed232)
  • send OtherSection to src of the original message, not src section (cd3e382)

v0.54.2

29 Mar 12:14
Compare
Choose a tag to compare

0.54.2 (2021-03-29)

Features

  • last byte of node's name represents its age (69cef7a)

v0.54.1

29 Mar 09:36
Compare
Choose a tag to compare

0.54.1 (2021-03-29)

Features

  • keep the genesis key and use it for fallback proofs (99fb5ca)

v0.54.0

29 Mar 07:36
Compare
Choose a tag to compare

0.54.0 (2021-03-29)

⚠ BREAKING CHANGES

  • Added additional_proof_chain_key parameter to Routing::send_message, added proof_chain field to Event::MessageReceived.

Features

  • support adding additional proof chain keys to user messages (2275730)

v0.53.0

24 Mar 15:14
Compare
Choose a tag to compare

0.53.0 (2021-03-24)

⚠ BREAKING CHANGES

  • Routing::neighbour_sections renamed to other_sections.

Features

  • remove neighbour restriction (269cff0)

Bug Fixes

  • don't send OtherSection or vote TheirKnowledge to our section (95f14d8)
  • reduce unneeded lazy messages (0498f24)

v0.52.1

24 Mar 13:53
Compare
Choose a tag to compare

0.52.1 (2021-03-24)

Features

  • use supermajority agreement + increase elder size to 7 (b729a87)

Bug Fixes

  • test: increase the number of nodes in the drop test from 3 to 4 (9ce0ec7)

v0.52.0

22 Mar 14:48
Compare
Choose a tag to compare

0.52.0 (2021-03-22)

⚠ BREAKING CHANGES

  • DT update. Naming and message structs for splits

Features

  • chain: expose SectionChain via API (1590414)
  • event: add separate genesis event (681d2c7)
  • event: expose previous key in elderschanged (0718e0c)
  • event: update elders_changed event (af37d06)

Bug Fixes