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

18 Mar 14:44
Compare
Choose a tag to compare

0.51.0 (2021-03-18)

⚠ BREAKING CHANGES

  • Routing::match_section renamed to Routing::matching_section

Features

  • support dst accumulation with any message variant (cc2f413)
  • use src from itinerary for dst accumulated user message (31838e9)
  • use XorName instead of Prefix for section message src (d2347ee)

v0.50.0

16 Mar 13:28
Compare
Choose a tag to compare

0.50.0 (2021-03-16)

⚠ BREAKING CHANGES

  • remove Event::PromotedToAdult and the startup_relocation field of Event::MemberJoined, both parts of public API.

Features

  • remove unused events and event properties (238a301)

v0.49.1

11 Mar 16:10
Compare
Choose a tag to compare

0.49.1 (2021-03-11)

v0.49.0

05 Mar 11:02
Compare
Choose a tag to compare

0.49.0 (2021-03-05)

⚠ BREAKING CHANGES

  • tokio: new Tokio v1 is not backward compatible with previous runtime versions < 1.

  • tokio: upgrade tokio to v1.2.0 and qp2p 0.10.0 (e5adc1a)

v0.48.1

04 Mar 11:14
Compare
Choose a tag to compare

0.48.1 (2021-03-04)

Bug Fixes

  • prevent creating Section with elders info signed with wrong key (f0f839c)
  • use chain main branch length as the DKG generation (ed3a54e)
  • dkg: allow multiple pending key shares (92dfc70)
  • dkg: avoid mixing DKG messages from different generations (e68ba2a)
  • dkg: detect corrupted DKG outcome (ec53c63)
  • make sure sibling section info is valid and trusted (2044b11)

v0.48.0

03 Mar 19:15
Compare
Choose a tag to compare

0.48.0 (2021-03-03)

⚠ BREAKING CHANGES

  • data-types: new Sequence data-type doesn't allow Policy mutations.

  • data-types: upgrading data-types to v0.16.0 and sn_messaging to v8.0.0 (5e39755)

v0.47.5

03 Mar 16:47
Compare
Choose a tag to compare

0.47.5 (2021-03-03)

v0.47.4

03 Mar 12:20
Compare
Choose a tag to compare

0.47.4 (2021-03-03)

Bug Fixes

  • always send their Offline vote to relocated elders (7f77e97)
  • avoid invalidating signature when resending bounced Sync message (d482dab)
  • check trust with all known keys, not just the src matching ones (2c9a1b2)
  • cover all cases of RelocatePromise handling (5966d3d)
  • ignore Sync messages not for our section (6d90fcf)

v0.47.3

03 Mar 10:43
Compare
Choose a tag to compare

0.47.3 (2021-03-03)

Bug Fixes

  • respond with GetSectionResponse::Redirect on missing pk set (69a1fb8)
  • bootstrap: avoid duplicate GetSectionRequest (84327e2)
  • bootstrap: require GetSectionResponse to match our destination, not name (4f484f1)
  • stress-test: fix probe message sending (a8a184c)

v0.47.2

02 Mar 16:17
Compare
Choose a tag to compare

0.47.2 (2021-03-02)

Bug Fixes