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

02 Mar 14:17
Compare
Choose a tag to compare

0.47.1 (2021-03-02)

Features

  • implement new SectionChain that can resolve forks (a3d786f)
  • replace (old) SectionProofChain with (new) SectionChain (03fb82c)

Bug Fixes

  • bug in SectionChain::minimize (0eef78e)
  • correctly handle section chain extend edge case (cae05ba)
  • ensure section elders info is always signed with the last chain key (82fad1a)
  • make SectionChain::check_trust more strict (8dcd021)

v0.47.0

02 Mar 13:08
Compare
Choose a tag to compare

0.47.0 (2021-03-02)

⚠ BREAKING CHANGES

  • messaging: send_message api now requires an itinerary argument

Bug Fixes

  • issues pointed out in review comments (d9a986e)

  • messaging: add expected aggregation scheme, and use an itinerary (a79d2d0)

v0.46.3

02 Mar 09:32
Compare
Choose a tag to compare

0.46.3 (2021-03-02)

v0.46.2

01 Mar 16:24
Compare
Choose a tag to compare

0.46.2 (2021-03-01)

v0.46.1

01 Mar 16:07
Compare
Choose a tag to compare

0.46.1 (2021-03-01)

v0.46.0

25 Feb 10:39
Compare
Choose a tag to compare

0.46.0 (2021-02-25)

⚠ BREAKING CHANGES

  • accumulation: this uses a new version of sn_messaging with a breaking
    change

Features

  • accumulation: add support for accumlation at dest node (f892838)

Bug Fixes

  • dst-accumulation: verify aggregated signature with proof chain (bd99595)

v0.45.1

24 Feb 16:10
Compare
Choose a tag to compare

0.45.1 (2021-02-24)

v0.45.0

24 Feb 12:33
Compare
Choose a tag to compare

0.45.0 (2021-02-24)

⚠ BREAKING CHANGES

  • added new field to the Event::EldersChanged variant.

Features

  • add sibling key to Event::EldersChanged (afd33e3)
  • new API: Routing::section_key (486ee61)

v0.44.0

23 Feb 16:32
Compare
Choose a tag to compare

0.44.0 (2021-02-23)

⚠ BREAKING CHANGES

  • deps: removes send_message_to_client api,

Features

  • enduser: add mapping between socketaddr and pk (1ff902d)
  • messages: remove MsgEnvelope (57df069)

Bug Fixes

  • add missing routing to client of relayed client message (fbde5b1)

  • addresss review comments (27dcac5)

  • post-rebase issues (906ef03)

  • remove unnecessary error mapping (0f3418b)

  • remove use of wildcard match and unimplemented macro (84c53d8)

  • deps: update sn_messaging, sn_data_types (367b673)

v0.43.4

23 Feb 10:02
Compare
Choose a tag to compare

0.43.4 (2021-02-23)